/etc/mtab~ issue at startup

I don’t know how it really happened – probably a VMWare crash that locked my file system, but after a reboot I got this message at startup :

Cannot create link /etc/mtab~
Perhaps there is a stale lock file?

As a result, some of the partitions were not mounted and the system was pretty much broken.

But, no need to panic, just erase all the lock files (be careful not to erase the mtab file itself !) :

$ rm /etc/mtab~*

Now test mounting your partitions to check that you don’t get this message anymore :

$ mount -a

If it is alright, reboot and it should be fine.

Related posts:

  1. VMware and Wifi issue
  2. Sound issue on Debian testing
  3. Solved : network-manager issue with ACPI hibernation
  4. Hostname issue with Postfix Webmin module
  5. Microphone issue with openSUSE 11.1

Post a Comment

Your email is never published nor shared. Required fields are marked *