Solved Missing umounts at shutdown

Strange, but suddenly, after building a custom kernel, these issues disappeared. Sorry for any inconvenience.

Hi!

After a shutdown or a reboot I get the following messages at startup:

FreeBSD 13.1-RELEASE-p6 GENERIC amd64
[...]
WARNING: /export was not properly dismounted
WARNING: /home was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted

So I assume the mounted file systems aren't u(n)mounted at shutdown time.

Where to look for that missing umounts? Every hint is appreciated...
 
How do you shut down? Normally the various shutdown scripts unmount all for systems. Also, tell us more about your file systems and/etc/fstab.
 
Back
Top