[Lvlug] re. suse v9.1

Brian K bkuebler at gmail.com
Sat Jul 9 16:50:35 EDT 2005


> 
> Ok, 
> Your issue /may/ be this....
> 
> SuSE lets you use the /mnt folder for things that YOU want to explicitly 
> mount, i.e. nfs shares and the like... SuSE uses the /media directory for 
> things like the cdrom drive and the USB keys.... Sooooo... look in /media 
> and see what lives in there.
> 
> Now... mount -t cdrom would do anything anyway... -t is expecting a 
> filesystem type... something like mount -t iso9660 /media/cdrom might do the 
> trick.. you should not have to do that though. "mount /media/cdrom" as root 
> should do the trick. Also, make sure that you are not trying to mount a 
> music cd.. When I first started with linux, that cost me a few hours of 
> racking my tiny little brain! (music cd's aren't a filesystem... they are 
> just a files...)
> 
> hth!
> 
> Brian
> 

You know, one thing I forgot to mention... Look at /etc/fstab... That should 
give you some insight as to what is mounting where when you boot.
For instance:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /boot ext2 defaults 0 2
/dev/hda3 /usr jfs defaults 0 2
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/VG_1/LG_2 /backup auto defaults 0 0


This tells me that I can expect to see my cdrom (/dev/hdc) mounted at 
/media/cdrom0.

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.thelinuxlink.net/pipermail/lvlug/attachments/20050709/86ed6fa0/attachment.html


More information about the Lvlug mailing list