Solution to the failure of linux mounting
The question leads to:
My computer is a ubuntu16.04 dual system installed under win10. Today, when I entered the ubuntu system to access the win10 disk, the following error occurred:
Solution:
1. Enter the following command in the terminal to check the partition mount.
Sudo fdisk-l
The result is shown in the figure:
2. Repair the corresponding partition of the mount error, such as / dev/sda5 in the prompt, and enter:
Sudo ntfsfix / dev/sda5
After that, you can access it correctly.
The above are the details of how to solve the linux mount failure, please pay more attention to other related articles!