Bug 115159

Summary: Mount point subfs does´n exist
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Michael Stather <kontakt>
Component: InstallationAssignee: Arvin Schnell <aschnell>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None    
Version: Beta 4   
Target Milestone: RC 1   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: The YaST2 logs

Description Michael Stather 2005-09-03 19:08:07 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
Comment 1 Danny Al-Gaaf 2005-09-03 19:14:15 UTC
What say your fstab?
Comment 2 Michael Stather 2005-09-04 13:29:04 UTC
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
Comment 3 Danny Al-Gaaf 2005-09-04 14:56:29 UTC
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
Comment 4 Michael Stather 2005-09-04 15:53:51 UTC
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
Comment 5 Thomas Fehr 2005-09-05 07:36:49 UTC
Please attach the files /var/log/YaST2/y2log*, so that we can see what
went wrong during your update.
Comment 6 Michael Stather 2005-09-05 15:06:10 UTC
Created attachment 48816 [details]
The YaST2 logs
Comment 7 Thomas Fehr 2005-09-05 15:34:08 UTC
The problem was not caused by update but by calling "yast2 cdrom".
It should be fixed in RC1.