LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting CD rom and Floppy Drive (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-cd-rom-and-floppy-drive-263715/)

kidgrave 12-07-2004 02:18 PM

Mounting CD rom and Floppy Drive
 
I already have the 4 Suse 9.1 cd's which I bought on the internet without a manual. And I heard that when I install it I have to mount my cd rom and floppy drive, so how do I do that?

initialdrifteg6 12-07-2004 02:22 PM

this is sooooo in the wrong section

but

check to see if /media/cdrom0 exists

or if /mnt/cdrom0 exists

if either one exists then just type mount /xxx/cdrom0 #xxx is whatever directory it's in for suse... i forget personally

to unmount... do the same thing but umount

secesh 12-07-2004 02:25 PM

/etc/fstab houses mount points

initialdrifteg6 12-07-2004 02:40 PM

yes.. that to... =)

zero79 12-07-2004 10:06 PM

you should be able to do

"mount /media/cdrom" or "mount /media/floppy"

sometimes the mount points are under /mnt, so you would do

"mount /mnt/cdrom" or "mount /mnt/floppy" or "mount /mnt/fd0"

for more info, look at "/etc/fstab", "man fstab", or do a search for mounting linux devices.

secesh 12-07-2004 10:09 PM

that's a worthwhile bump

uphu 12-07-2004 11:09 PM

I dunno, usually you just double click. At least thats all I have to do.

secesh 12-07-2004 11:09 PM

ACK!

that's the best bump yet!


All times are GMT -5. The time now is 01:56 AM.