You are not logged in.
The description of the problem resembles this:
https://github.com/void-linux/void-packages/issues/2928
~ ---- udevil mount /dev/sdc1
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
~ ---- pacman -Qs exfat-utils
local/exfat-utils 1.3.0-1.0
Utilities for exFAT file system
Offline
As far as I can tell, neither udevil or exfat-utils have been updated since before last November. Is this a new bug, or have you just started using this?
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Hello,
This is the history of exfat-utils:
[2018-10-03 16:24] [ALPM] upgraded exfat-utils (1.2.8-1.0 -> 1.2.8-1.1)
[2019-01-13 15:54] [ALPM] upgraded exfat-utils (1.2.8-1.1 -> 1.3.0-1.0)
I have used udevil for a long time.
Saludos.
Offline
I'm unfimiliar with the exfat ecosysstem. Is this related?
Offline
Sorry ... I do not know ... I do not use exfat-utils-nofuse (AUR) ... I've updated the system.
[2019-02-14 11:23] upgraded linux (4.20.2.arch1-1.0 -> 4.20.7.arch1-1.0)
[2019-02-14 11:23] upgraded linux-lts (4.19.13-1.0 -> 4.19.20-1.0)
~ ---- udevil mount /dev/sdc1
FUSE exfat 1.3.0
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Downgrade exfat-utils, (1.3.0-1.0 => 1.2.8-1.1)
~ ---- udevil mount /dev/sdc1
FUSE exfat 1.2.8
Mounted /dev/sdc1 at /media/exFat_16GB
~ ---- df
/dev/sdc1 15G 9.8G 4.9G 67% /media/exFat_16GB
~ ---- cd /media/
/media ---- ls -l
total 36
drwx------ 1 nikita users 32768 31.12.1969 18:00 exFat_16GB/
31.12.1969 18:00 exFat_16GB/ , Because this date?
With exfat-utils 1.3.0-1.0
root: [ /media ] # mkdir exFat_16GB
root: [ /media ] # chown nikita:users exFat_16GB/
root: [ /media ] # chmod 700 -R exFat_16GB/
root: [ /media ] # ls -l
total 8
drwx------ 2 nikita users 4096 14.02.2019 12:13 exFat_16GB/
~ ---- udevil mount /dev/sdc1
FUSE exfat 1.3.0
Mounted /dev/sdc1 at /media/exFat_16GB
/media ---- ls -l
total 36
drwx------ 1 nikita users 32768 31.12.1969 18:00 exFat_16GB/
I have no problems accessing the data, even with this date error, 31.12.1969 18:00 exFat_16GB/
Offline
Consider testing exfat-utils-nofuse 1.3.0-2 from the AUR ... It is also necessary to install exfat-dkms-git.
regards
Offline