Home >Operation and Maintenance >Linux Operation and Maintenance >How to solve linux mounting failure

How to solve linux mounting failure

王林
王林Original
2020-01-11 13:38:598688browse

How to solve linux mounting failure

The question leads to:

My computer is a dual system of ubuntu16.04 installed under win10. Today I entered the ubuntu system to access the win10 disk, and the following error occurred:

How to solve linux mounting failure

Solution:

1. Enter the following command in the terminal to check the partition mounting status

sudo fdisk -l

(Free video tutorial sharing: linux video tutorial)

The result is as shown in the figure:

How to solve linux mounting failure

2. Repair the corresponding partition with the mounting error, such as /dev in the prompt /sda5, enter:

sudo ntfsfix /dev/sda5

and you can access it correctly.

How to solve linux mounting failure

Recommended related articles and tutorials: linux tutorial

The above is the detailed content of How to solve linux mounting failure. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn