Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 2376  / 3 Years ago, tue, september 21, 2021, 7:31:48

Sometimes when I copy or move some files to my USB drive Nautilus says the transfer is completed but when I unplug the USB drive and plug it back in again the file that I copied or moved is not there. This is very annoying.



Is there any way to fix this?


More From » usb

 Answers
1

As a part of the copy process, the data is buffered into memory and then written to disk. Writing the data to disk takes time, but the software (nautilus) does not show the pending operation.



For details, see



Copy to USB memory stick really slow?



The time required to sync varies by file system on the flash drive and some people have experienced slow write times with NTFS. This seems to be an as of yet unidentifed kernel (ntfs driver).



Why is usb file transfer so slow in 12.10?



At any rate, you want to sync, or write the data from the buffer to the flash drive before you remove it. This principle is true with all OS. Use the eject feature or on the command line,



sync

[#29164] Tuesday, September 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nerta

Total Points: 414
Total Questions: 103
Total Answers: 97

Location: England
Member since Wed, Apr 19, 2023
1 Year ago
;