* Some more problems
@ Krishnakant Ramesh Mane
` Gil Andre
0 siblings, 1 reply; 2+ messages in thread
From: Krishnakant Ramesh Mane @ UTC (permalink / raw)
To: blinux-list
Hi Saqeb,
I got some of my problems solved. But I face some new once.
Firstly My cd rom doesn't mount with the /dev/cdrom command with
mount. What is the problem. It says invalid device /dev/cdrom.
I tried to read the fstab file but couldn't get any thing out of
it.
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
can read it of line too.
Thanks.
Krishnakant.
_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.com/rediffin/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Some more problems
Some more problems Krishnakant Ramesh Mane
@ ` Gil Andre
0 siblings, 0 replies; 2+ messages in thread
From: Gil Andre @ UTC (permalink / raw)
To: blinux-list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Some more problems Krishnakant Ramesh Mane
` Gil Andre
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).