I've a dualboot mode for Ubuntu and Windows. Earlier, everything was working perfectly fine. But, I'm unable to copy any files to pendrive.
I know this question has been asked several times, but my issue is different. The file copies to pendrive, but once I unplug and re-plug my pd, the file is no longer there. Please help me resolve this issue.
sync
from a terminal window. When it returns to prompt, the write process has finished, the data should reside on the pendrive, if it is healthy. It is important to unmount (or eject) the partition on the drive before it is unplugged (unmount includes syncing); 2. There might also be a problem with mounting, that the partition on the drive is read-only (but the file should not 'copy' in that case. See this link. – sudodus May 05 '19 at 11:18sync
command was actually helpful. Whatever the process, I finally got the results! Thanks again – Ankit Kumar May 05 '19 at 14:42