I set mount option for usb storage in fatab
UUID=02B7-2119 /home/usr2023/test exfat uid=francois,gid=usr2023,rw,noatime,noauto,sync 0 0
For me not working disable write caching removable drive
Work well in previous versions, but in the new update it does not work via Monte Option
Someone can help me
Thanks
When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, beforeANDafter the pasted text. Like this:
```
pasted text
```
Or three (3) tilde signs, like this:
~~~
pasted text
~~~
This will just cause it to be rendered like this:
Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.
Instead of like this:
Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.
Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.
Thereby increasing legibility thus making it easier for those trying to provide assistance.
For more information, please see:
Additionally
If your language isnāt English, please prepend any and all terminal commands with LC_ALL=C. For example:
LC_ALL=C bluetoothctl
This will just cause the terminal output to be in English, making it easier to understand and debug.
Do not use a non-native filesystem for your /home. /home must be on a Linux-native filesystem, such as ext4, btrfs, et al. It must not be on ntfs, vfat or exfat.
/home is /home, the designated parent directory for the individual usersā home directories in a UNIX operating system. If /home is a mountpoint, then the volume mounted at /home must be a filesystem that supports UNIX/POSIX filesystem permissions and file ownership.
If you want to use a Microsoft-native filesystem such as ntfs, vfat or exfat, then this must be a filesystem thatās not required by the main system ā /homeis required.
Please read through the following two tutorialsā¦
The problem is that caching is still applied at the start copy
It syncs only at the end, which causes a sharp drop in writing
Writing to the disk must be completed at the same speed from beginning to end,like Windows
You mean that
Start caching is applied from internal storage to USB.
But not applied usb to usb.
When copy hard disk to usb, start copy caching applied, just end syncing