relan
relan
Fixed in 66e3a255147d1714f313399bfdfb52fff8afbf50.
exFAT resizing is indeed possible, but someone needs to implement it. Contributions are welcome.
Looks like clusters bitmap is damaged. exfatfsck can't fix such kind of errors yet. I'd recommend just to restore data from a backup.
You can safely modify fuse-exfat and mount your FS in read-only mode. In this case you cannot damage the FS. The partition table looks off. Have a look at the...
I'm all for collaboration, but realistically I will hardly have any time for GParted or ReactOS integration. Feel free to drive those features.
> Is it possible to obtain the same result with exfat-fuse? It's indeed possible to sync changes periodically (not only on file close) but this will degrade performance (BTW you...
> While cat /dev/urandom >/media/sd/bigfile was running I launched sync in another shell, then waited for a couple minutes and removed the card. The result is the same, including the...
This is not quite correct behavior, but you can safely ignore this warning.
Weird. I cannot reproduce this issue on my box (Fedora 29 x86_64, Linux 4.20.8, fuse 2.9.7). When a process is killed, kernel must close all open file descriptors. Looks like...
Smells like a race condition. The logs look like the should look. Could you try a newer kernel? Also would be nice if you could automate reproduction with logging on...