This is an updated Fedora29 workstation and I think I've installed thetwo required exfat app's via dnf.
I would like to list the contents of a Western Digital MyBook external drive that uses "exfat." Apparently it feels abused by the user when unmounted.
[root@Box83 bobg]# mount -t exfat /dev/sdc1 /mnt/test -o nonempty FUSE exfat 1.3.0 WARN: volume was not unmounted cleanly. fuse: mountpoint is not empty fuse: if you are sure this is safe, use the 'nonempty' mount option
Perhaps I am not entering the commend correctly?
[root@Box83 bobg]# mount -o nonempty -t exfat /dev/sdc1 /mnt/test FUSE exfat 1.3.0 WARN: volume was not unmounted cleanly. fuse: mountpoint is not empty fuse: if you are sure this is safe, use the 'nonempty' mount option
What is wrong?