relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

crash when copy large file on ARM #154

Open nmocruz opened 4 years ago

nmocruz commented 4 years ago

I mount on armbian using this configuration

UUID=ACFA-04FD /media/usb-drive auto rw,nosuid,nodev,relatime,nofail,user_id=0,group_id=0,allow_other,blksize=4096 0 0

For some reason, I believe related with swapp or memory usage the PC just crash.

changing /proc/sys/vm/dirty_bytes and CIA I got the crash on the different percentage of the file, before was at 80% after start to crash on 20%.

relan commented 4 years ago

Do you have a backtrace of the fuse-exfat crash?

josephernest commented 3 years ago

There is a similar problem @nmocruz, see #164, but it's probably a bit different. Can you reproduce it too?