My exfat filesystem is not being umount'd properly during shutdown/reboot.
Here is my fstab:
It mounts properly during boot, but when I reboot, I get this message:
Note how the first two filesystems are CLEAN, yet the exfat fs is not unmounted properly during shutdown.
Any ideas as to how I can make FreeBSD unmount this fs properly?
EDIT: Also note that if I manually umount the fs before rebooting, the warning does not appear. Also, 'umount -a' unmounts the exfat fs, so for some reason the shutdown scripts are not recognizing my exfat fs as something to umount.
Here is my fstab:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0s3a / ufs rw 1 1
/dev/ada0s3b none swap sw 0 0
/dev/ada0s5 /archive none rw,mountprog=/usr/local/sbin/mount.exfat 0 0
Code:
Dec 6 22:23:58 cinofbsd kernel: Starting file system checks:
Dec 6 22:23:58 cinofbsd kernel: /dev/ada0s3a: FILE SYSTEM CLEAN; SKIPPING CHECKS
Dec 6 22:23:58 cinofbsd kernel: /dev/ada0s3a: clean, 59234518 free (4022 frags, 7403812 blocks, 0.0% fragmentation)
Dec 6 22:23:58 cinofbsd kernel: Mounting local filesystems:
Dec 6 22:23:58 cinofbsd kernel: FUSE exfat 1.2.4
Dec 6 22:23:58 cinofbsd kernel: WARN: volume was not unmounted cleanly.
Dec 6 22:23:58 cinofbsd kernel: .
Any ideas as to how I can make FreeBSD unmount this fs properly?
EDIT: Also note that if I manually umount the fs before rebooting, the warning does not appear. Also, 'umount -a' unmounts the exfat fs, so for some reason the shutdown scripts are not recognizing my exfat fs as something to umount.