ubm*_*ubm 4 mount automount unmount mountpoint 14.04
我正在尝试在 14.04 LTS 上安装 USB(通常很好),出现错误
Error mounting /dev/sdb1 at /media/username/383255103254D48A: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb1" "/media/shan/383255103254D48A"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details.
Run Code Online (Sandbox Code Playgroud)
然后我运行命令sudo blkid然后结果
/dev/sda1: LABEL="System Reserved" UUID="54FEB6FCFEB6D608" TYPE="ntfs"
/dev/sda2: UUID="081CC4AF1CC498D8" TYPE="ntfs"
/dev/sda4: LABEL="New Volume" UUID="1E30CEAB30CE896B" TYPE="ntfs"
/dev/sda5: UUID="917680eb-96c8-4a8e-bf77-fde42322ea6a" TYPE="swap"
/dev/sda6: UUID="513e2c74-d8e0-4d89-a547-cf984f1edc3d" TYPE="ext4"
/dev/sdb1: UUID="383255103254D48A" TYPE="ntfs"
Run Code Online (Sandbox Code Playgroud)
我怎么解决这个问题?
好吧,要么你的 USB 驱动器坏了,要么文件系统需要修复。
您可以尝试从 Linux 修复它:
sudo ntfsfix /dev/sdb1
Run Code Online (Sandbox Code Playgroud)
如果这不起作用,您将不得不chkdsk从 Windows机器上运行它。
| 归档时间: |
|
| 查看次数: |
14685 次 |
| 最近记录: |