public inbox for blinux-list@redhat.com
 help / color / mirror / Atom feed
From: Gil Andre <gandre@arkeia.com>
To: blinux-list@redhat.com
Subject: Re: Some more problems
Date: Wed, 26 Jun 2002 10:43:53 +0200	[thread overview]
Message-ID: <20020626104353.6ec53535.gandre@arkeia.com> (raw)
In-Reply-To: <20020624192604.24180.qmail@webmail15.rediffmail.com>

Hello Krishnakant,

On 24 Jun 2002 19:26:04 -0000, Krishnakant wrote:
> Firstly My cd rom doesn't mount with the /dev/cdrom command with 
> mount.  What is the problem.  It says invalid device /dev/cdrom.  

What distribution are you using? This is essential
to understand what the problem is. Different Linux
distributions have slightly different ways of doing
the same thing, and mounting CDs is one of them.

Try the command "ls /dev/cdr*". If it returns 0 files,
try doing "df -h" to list all devices. Then, insert a
cd-rom into the cd drive and do "df -h" again: it should
list the new device as a "full" disk if you have automount
enabled.

Try "dmesg" to obtain the boot-up message and search
for a line that contains cd-rom: this will probably list
either the device used or the problems encountered while
probing the hardware.

Finally, try this: 

sudo mount -t iso9660 /dev/xxxx /mnt/cdrom

Or this:

su root
mount -t iso9660 /dev/xxxx /mnt/cdrom

Replace the /dev/xxxx part by the correct device.

> By the way if there is some one who can send me the zip archive of 
> gnu emacs manual please send it at krmane@rediffmail.com so that I 

You can download this manual from the FSF site, at the
following sites:

http://www.gnu.org/manual/emacs-20.7/emacs.html
http://www.gnu.org/manual/emacs-21.2/emacs.html

Unless you don't have access to the www. In which case,
please indicate this important fact when requesting
documentation <grin>.

Hope this helps!

-- 

Gil Andre          gandre@arkeia.com
         Technical Writer
Arkeia Corp.   http://www.arkeia.com





      reply	other threads:[~ UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Krishnakant Ramesh Mane
 ` Gil Andre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020626104353.6ec53535.gandre@arkeia.com \
    --to=gandre@arkeia.com \
    --cc=blinux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).