After installing a dual system (Ubuntu & amp; Win10), I found that sometimes I could not enter the Win disk under Ubuntu, so I searched the internet for information to solve the problem and recorded it here. The problem is as follows: solution steps: 1. ctrl + alt + t open the terminal and enter the command to check if the ntfs-3g is installed: If the locatentfs-3g appears similar, it means it has been installed! No installation. Enter the installation command: sudoapt-getinstallnt.
After installing the dual system (Ubuntu & Win10), I found that sometimes I could not enter the Win disk under Ubuntu, so I searched for some information on the Internet to solve the problem and recorded it here;
The problem is as follows:
Solution:
1. ctrl + alt + t open the terminal, enter the command to check whether the ntfs-3g has been installed:
Locate ntfs-3g
If similar, it indicates that it has been installed! No installation. Enter the installation command:
Sudo apt-get install ntfs-3g
2. Fix the Mount error. For the corresponding partition, see/dev/sda6 in the prompt. Enter the repair command:
Sudo ntfsfix/dev/sda6
This indicates that the repair is successful!
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/2016-01/127835.htm