You are not logged in.
Hello, this is my first post, some months ago I switched from ubuntu to archlinux and I'm loving it.
Problem: arch completes the write operation to usb/SD medium in less than a second even if it actually writes at a normal speed.
I never noticed that on my pc the write speeds are totally off until I had to transfer photos on the fly after a shooting. Almost all files where corrupted even if I checked them in the SD card in linux. Sadly my boss handled me a mac air the next day to do the same job ![]()
The behavior persists in different DEs Gnome, openbox, cinnamon, xfce
Hardware: Lenovo w520, i7-2830, 8gb RAM, up to date arch
P.S. May it be related to the IO Scheduller?
Offline
Mount with 'flush' option.
Offline
how do I make it persistent?
Offline
I have no idea how do you mount it in the first place.
I can be e.g.
/dev/sde on /media/disk type vfat (rw,nosuid,nodev,noatime,flush,uid=1000,utf8,shortname=lower)if it's a fat32 filesystem.
Pendrives usually have a LED and you should know you don't remove a pendrive when the LED is still blinking. No such stuff for the SD cards.
Offline
I'm using udisks2 inside openbox
Offline
https://bbs.archlinux.org/viewtopic.php … 5#p1115035
Try a different way:
sync && umount /media/disk && echo "It is now safe to remove the USB drive (/dev/sde)."Offline