|
Under Windows, U disk can be properly read and write files (can copy and paste), but found a file open. Then under Ubuntu LInux, U of U disk can only be read but not write. Tip: Read only system.
Reference: https: //bugs.launchpad.net/ubuntu/+bug/228608
1, # tail -f / var / log / syslog file system view dynamic information
May 19 21:31:28 controller kernel: [284792.451452] FAT-fs (sdb1): Volume was not properly unmounted Some data may be corrupt Please run fsck...
2, df -h to determine the U disk disk BASIC
/ Dev / sdb1 15G 7.8G 6.9G 54% / media / Hadoop / disk
3, run the command: # fsck -C -a / dev / sdb1 auto repair ... actually repair is successful, but not open files intact can be opened. Lamented the powerful linux. |
|
|
|