[opensuse] Mount error
My system won't mount the NFS shares during boot, and when I run "mount -a" I get this error: "can't lock lock file /etc/mtab~: timed out" In "/etc" I find "mtab" along with a lot of "mtab~XXXX" files, all of them are 0 bytes in size. After the "mount -a" I can see the NFS shares again Sucks to have to do it manually though... Here's my fstab file: /dev/disk/by-id/ata-WDC_WD5000AAKS-00A7B0_WD-WMASY2927224-part1 swap swap defaults 0 0 /dev/disk/by-id/ata-WDC_WD5000AAKS-00A7B0_WD-WMASY2927224-part2 / ext3 acl,user_xattr 1 1 /dev/disk/by-id/ata-WDC_WD5000AAKS-00A7B0_WD-WMASY2927224-part3 /home ext3 acl,user_xattr 1 2 /dev/disk/by-id/ata-WDC_WD5000AAKS-00A7B0_WD-WMASY2927224-part4 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF$ proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 popcorn:/opt/sybhttpd/localhost.drives/HARD_DISK /mnt/popcorn nfs defaults 0 0 miffo:/stuff1 /mnt/stuff1 nfs defaults 0 0 miffo:/ftpdisk /mnt/ftpdisk nfs defaults 0 0 LABEL=120GB /media/120GB vfat rw,nosuid,nodev,uid=1000,utf8 0 0 LABEL=CLONEZILLA /media/CLONEZILLA vfat rw,nosuid,nodev,uid=1000,utf8 0 0 LABEL=PORTABLE /media/PORTABLE vfat rw,nosuid,nodev,uid=1000,utf8 0 0 Any ideas? Jan K. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday, 2009-02-05 at 15:38 +0100, Jan Karjalainen wrote:
My system won't mount the NFS shares during boot, and when I run "mount -a" I get this error:
"can't lock lock file /etc/mtab~: timed out"
In "/etc" I find "mtab" along with a lot of "mtab~XXXX" files, all of them are 0 bytes in size.
Weird. Try this: Log out, then log in as root in terminal 1, then do an "init 1", and then remove those "mtab~XXXX" files, and return to runlevel 5. That should solve part of the problem; then you should investigate why "rcnfs" fails during boot. You do have that service enabled? A guess would be that the lock files belong to a failed process trying to mount something (the nfs shares?) - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkmLENoACgkQtTMYHG2NR9WozQCfXFRbmwMHV+BFZVV14YLeojgs n+oAni6TBzyJSGYO/NHw80gLcMGfvzJ3 =WbjP -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Carlos E. R.
-
Jan Karjalainen