subfs uses CD labels as mount path
I updated from SuSE 9.2 to 9.3 and i found that when I insert a CD in my drive, submount mounts it in a directory with the name of the label of the CD, instead to follow what fstab says:
/dev/hda2 / reiserfs defaults,usrquota 1 1
/dev/hda3 swap swap pri=42 0 0
/dev/hda1 /home/rob/winME vfat rw,users,exec,uid=500,gid=100 0 0
/dev/hda5 /home/rob/Cavia vfat rw,users,exec,uid=500,gid=100 0 0
/dev/hdc /media/cdrom subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs auto 0 0
e.g. when I insert SuSE CD1, this is the content of /media/
drwxr-xr-x 4 root root 112 2005-08-05 18:33 ./
drwxr-xr-x 22 root root 584 2005-08-05 19:22 ../
drwxrwxrwx 1 root root 0 2005-08-05 18:33 SU930_001/
drwxr-xr-x 2 root root 48 2003-08-21 14:26 cdrecorder/
when I eject the CD I have
drwxr-xr-x 4 root root 112 2005-08-05 18:33 ./
drwxr-xr-x 22 root root 584 2005-08-05 19:22 ../
drwxr-xr-x 2 root root 48 2003-08-21 14:26 cdrecorder/
note that the /media/cdrecorder is always empty!
|