auto makes mount guess for the filesystem (recommended for removable media as they can be created with one of many filesystems) and user makes it possible for non-root users to mount the CD.
from the handbook... try replacing iso9660 with auto in fstab... --- "askar ..." <[EMAIL PROTECTED]> wrote: > Hello! > > I can't mount CD by mount /mnt/cdrom and get error: > mount: wrong fs type, bad option, bad superblock on /dev/cdroms/cdrom0, > or too many mounted file systems > > My fstab is: > /dev/hda2 /boot ext2 noauto,noatime 1 2 > /dev/hda6 / reiserfs noatime 0 1 > /dev/hda8 none swap sw 0 0 > /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 > /dev/fd0 /mnt/floppy auto noauto 0 0 > > I use Gentoo 2005.0. > > In internet I didn't find useful information. > > Please help me. > > askar > > -- > [email protected] mailing list > > __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs -- [email protected] mailing list

