Bugzilla – Bug 115159
Mount point subfs does´n exist
Last modified: 2005-09-05 15:34:08 UTC
I upgraded from 9.3 to 10.0 beta4 and on boot I get these errors: Mounting local file systems... proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /dev/shm type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/sda1 on /windows/Hauptplatte type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/sda5 on /windows/Dev type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/sda6 on /mnt/Source type vfat (rw,nosuid,nodev,gid=100,umask=0002) /dev/sda7 on /windows/Spiele type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/sda8 on /windows/EigeneDateien type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/sda9 on /windows/Backup type ntfs (ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=utf8) /dev/sda10 on /windows/Filesharing type vfat (rw,nosuid,nodev,gid=100,umask=0002) mount: mount point subfs does not exist mount: mount point subfs does not exist failedSetting up the CMOS clockdone
What say your fstab?
this is my fstab: /dev/sda3 / reiserfs acl,user_xattr 1 1 /dev/sda4 swap swap pri=42 0 0 /dev/sda1 /windows/Hauptplatte ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sda5 /windows/Dev ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sda6 /mnt/Source vfat rw,users,exec,gid=users,umask=0002 0 0 /dev/sda7 /windows/Spiele ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sda8 /windows/EigeneDateien ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sda9 /windows/Backup ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sda10 /windows/Filesharing vfat rw,users,exec,gid=users,umask=0002 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 proc /proc proc defaults 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 sysfs /sys sysfs noauto 0 0 /dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0 /dev/hda /media/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/hdc /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
Who changed the fstab? Did you changed anything there? What was in the fstab before update? Delete the following wrong entries from the fstab and all works fine. /dev/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
I didn´t change my fstab at all, so it must have something to do with the updater. I removed those lines and now the error is gone
Please attach the files /var/log/YaST2/y2log*, so that we can see what went wrong during your update.
Created attachment 48816 [details] The YaST2 logs
The problem was not caused by update but by calling "yast2 cdrom". It should be fixed in RC1.