LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   CD Rom & Floppy Mounting (https://www.linuxquestions.org/questions/debian-26/cd-rom-and-floppy-mounting-223914/)

harley51 08-29-2004 11:18 AM

CD Rom & Floppy Mounting
 
I try to mount the cdrom with mount /mnt/cdrom and comes back and says it can't find the cdrom in the mnt directory. Any ideas.

masand 08-29-2004 11:21 AM

hi there
to mount cdrom

mount /dev/cdrom /mnt/cdrom

here the contents of ur cdrom will be mounted in /mnt/cdrom

same goes for floppy also

mount /dev/fd0 /mnt/floppy

in both cases u should have a directory named cdrom and floppy in /mnt
or u can mount thes devices to a different location

regards

harley51 08-29-2004 11:33 AM

Mounting CDRom & Floppy
 
When I use the command mount /dev/cdrom /mnt/cdrom. It comes back and says mount: block device /dev/cdrom is wrote-protected, mounting read only
mount: mount point /mnt/cdrom does not exist. Says the same for the floppy mount.

masand 08-29-2004 12:39 PM

hi
this line is ok
"mount: block device /dev/cdrom is wrote-protected, mounting read only"

now as i told u need to have a directory at the location where u want to mount so

mkdir /mnt/cdrom
mkdir /mnt/floppy

and then again mount ur cd rom

mount /dev/cdrom /mnt/cdrom

regards

darkaudti 08-29-2004 04:28 PM

Debian usually uses /media as it's mounting directory.

My CD drives are /media/cdrom0 and /media/cdrom1


All times are GMT -5. The time now is 03:50 AM.