I have a better way to fix the droopy problem, add the following to the mount options for the FAT(!) USB stick:
So the result line for fstab would look like
BTW: that sudo command does not work, because the >> is executed as the current user and not root, which makes the command fail
uid=nobody,gid=nogroup
So the result line for fstab would look like
/dev/sda1 /mnt/usbdrive vfat umask=0,noatime,rw,user,uid=nobody,gid=nogroup 0 0
BTW: that sudo command does not work, because the >> is executed as the current user and not root, which makes the command fail