In Windows, the USB flash drive can read and write files normally (copy and paste files can be copied), but a file cannot be opened. Then, in UbuntuLInux, U can only read and write the USB flash drive. Tip: Readonlysystem. Reference: Readonlysystem
In Windows, the USB flash drive can read and write files normally (copy and paste files can be copied), but a file cannot be opened. In Ubuntu LInux, U can only read and write the USB flash drive. Tip: Read only system.
Reference: https://bugs.launchpad.net/ubuntu/+bug/228608
1, # tail-f/var/log/syslog To view the dynamic information of the file system
May 19 21:31:28 controller kernel: [284792.451452] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be uploaded upt. Please run fsck.
2. df-h determines the basic information of the USB flash disk.
/Dev/sdb1 15G 7.8G 6.9G 54%/media/Hadoop/disk
3. Run the command: # fsck-C-a/dev/sdb1 to perform automatic repair... the repair is successful, and the files that cannot be opened are intact. I lament the power of linux.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2015-05/117747.htm