Log on to windows on the UPC and shut down normally at night. Log on to the Ubuntu14.04 partition today and find that all NTFS partitions in windows that can be normally accessed are locked. The following error is displayed: Errormounting/dev/sda2at/media/love/MisArchiivos: command-line 'mount-t "ntfs"-o "uhelper = udisks2, nodev,
Log on to Windows 8.1 On the UPC and shut down normally at night. Switch to the Ubuntu 14.04 partition today and find that all NTFS partitions in windows that can be normally accessed are locked. The following error is prompted:
Error mounting/dev/sda2 at/media/love/Mis Archiivos: Command-line 'mount-t "ntfs"-o "uhelper = udisks2, nodev, nosuid, uid = 1000, gid = 1000, dmask = 0077, fmask = 0177 ""/dev/sda2 ""/media/love/Mis Archiivos "'exited with non-zero exit status 14: the disk contains an unclean file system (0, 0 ). metadata kept in Windows cache, refused to mount. failed to mount '/dev/sda2': Operation not permitted The NTFS partition is in an unsafe state. please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro 'mount option.
Google, the feedback may be caused by an error because Windows is not properly shut down, which leads to the system mistakenly believing that a temporary cache file exists and access is prohibited. No way. Who is Linux. vs. Windows ......
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100983.htm
Installation and configuration of http://www.linuxidc.com/Linux/2012-10/71831.htm for mounting exFAT and NTFS hard drives in Linux
CentOS image file http://www.linuxidc.com/Linux/2012-09/70938.htm mounted to the NTFS partition file under CentOS
Ubuntu 12.04 modify a mobile disk to an NTFS http://www.linuxidc.com/Linux/2012-08/67402.htm
It is not difficult to solve the problem.The principle is to run the ntfs fix tool in Ubuntu to pin false positives and errors. The following operations are completed in Terminal:
1. sudo apt-get install ntfsprogs
2. sudo ntfsfix/dev/sdb2
Explanation: The First Command installs the ntfs command package (requires the network status ); article 2 call the ntfsfix command to specify the hard disk (in this example, UUID "/dev/sdb2" shows the second partition of Hard Disk B under the Device Manager .....). Follow these steps to display the specified hard drive letter (which must be completed before Step 1.2)
Sudo blkid
Display Effect
Basically, the above problems can be solved.
After that, I suddenly remembered jjcao's famous saying: "all problems can be solved in the network." There are only two possible reasons: 1. incorrect keywords; 2. your lazy style.
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/2014-05/101691.htm