On Wednesday 28 February 2001 03:57 pm, Sergio P.Korlowsky wrote:
> I noticed this and I was curious about it...
>
> then I was checking into fstab and mtab as I remember they used to be very
> much the same...  I can't see /dev/cdrom in mtab (?)  is this the reason
> WHY is failling to mount?
>
> /dev/hdb6 / ext2 rw 0 0
> none /proc proc rw 0 0
> /dev/hdb5 /boot ext2 rw 0 0
> none /dev/pts devpts rw,mode=0620 0 0
> /dev/hdb9 /home ext2 rw 0 0
> /dev/hda1 /mnt/win_c vfat rw,nosuid,nodev,umask=0 0 0
> /dev/hda5 /mnt/win_d vfat rw,nosuid,nodev,umask=0 0 0
> /dev/hda6 /mnt/win_e vfat rw,nosuid,nodev,umask=0 0 0
> /dev/hdb11 /tmp ext2 rw 0 0
> /dev/hdb8 /usr ext2 rw 0 0
> /dev/hdb10 /var ext2 rw 0 0
> automount(pid1062) /misc autofs rw,fd=7,pgrp=1062,minproto=2,maxproto=4 0 0
> automount(pid1078) /net autofs rw,fd=7,pgrp=1078,minproto=2,maxproto=4 0 0
> ===============================================================
> And here is fstab: (here I can see /dev/cdrom and /dev/cdrom2)
>
> /dev/hdb6 / ext2 defaults 1 1
> /dev/hdb5 /boot ext2 defaults 1 2
> none /dev/pts devpts mode=0620 0 0
> /dev/hdb9 /home ext2 defaults 1 2
> /dev/cdrom /mnt/cdrom auto user,noauto,nosuid,exec,nodev,ro 0 0
> /dev/cdrom2 /mnt/cdrom2 auto user,noauto,nosuid,exec,nodev,ro 0 0
> /dev/fd0 /mnt/floppy auto sync,user,noauto,nosuid,nodev 0 0
> /dev/hda1 /mnt/win_c vfat user,exec,umask=0 0 0
> /dev/hda5 /mnt/win_d vfat user,exec,umask=0 0 0
> /dev/hda6 /mnt/win_e vfat user,exec,umask=0 0 0
> none /proc proc defaults 0 0
> /dev/hdb11 /tmp ext2 defaults 1 2
> /dev/hdb8 /usr ext2 defaults 1 2
> /dev/hdb10 /var ext2 defaults 1 2
> /dev/hdb7 swap swap defaults 0 0
>
> Sergio Korlowsky

mtab is  the list of the files currently mounted.  That's why you don't see 
/dev/cdrom or /dev/cdrom2 in the list.  If you mount them manually with the 
command mount /dev/cdrom or /dev/cdrom2 them you'll see them in mtab.  You 
could remove the noauto from the lines in fstab and then they should mount at 
boot if they have media in them.  If you have kde you could right click on 
the desktop and select create new cdrom device and edit the name, mount point 
and device.  Then clicking on that icon mounts ands opens the file manager or 
right clicking on it gives you an extended menu of mount, unmount, or eject.
-- 
Kelley Terry <[EMAIL PROTECTED]

Reply via email to