How can I change the cache mode of an USB drive?
Solution 1:
You can try remounting the partition with different options, example
sudo mount -o remount,rw,relatime,data=writeback /dev/sda1 /
Another option is to pass the argument via Grub.
You can try remounting the partition with different options, example
sudo mount -o remount,rw,relatime,data=writeback /dev/sda1 /
Another option is to pass the argument via Grub.