尝试挂载 exfat 文件系统时,出现以下错误:
Error mounting /dev/sda6 at /media/gkp/Backup: Command-line
`mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda6" "/media/gkp/Backup"'
exited with non-zero exit status 32: mount: unknown filesystem type 'exfat'
Run Code Online (Sandbox Code Playgroud)
Exfat 用于一些 U 盘和相机 SD 卡。我该怎么做才能挂载这种类型的文件系统?
某些文件在我的 NTFS 文件系统中,我无法删除。它给出了这个错误:
rm: cannot remove `zigBqC04': Input/output error
Run Code Online (Sandbox Code Playgroud)
也无法在该文件夹中复制任何其他文件并显示错误消息:
Error opening file 'file-path': Input/output error
Run Code Online (Sandbox Code Playgroud)
任何解决方案。
这是我从 fdisk 命令的输出:
sudo fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00043809
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 973105151 486551552 83 Linux
/dev/sda2 973107198 976771071 1831937 5 Extended
/dev/sda5 973107200 976771071 1831936 82 Linux swap / Solaris
Disk …Run Code Online (Sandbox Code Playgroud) 我正在尝试在 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 …Run Code Online (Sandbox Code Playgroud) 我是 Ubuntu 新手,正在尝试重新安装我的内部 3Tb 硬盘。它一直在工作,但是当我重新启动系统时,它无法安装。我已经尝试了谷歌能找到的所有解决方案,但都无济于事。
这是来自的磁盘信息sudo fdisk -l:
Disk /dev/sdb: 2.7 TiB, 3000592982016 bytes, 5860533168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: ACB16A89-1519-4F7B-A2D8-0EFC8BE92AE3
Device Start End Sectors Size Type
/dev/sdb1 2048 5860532223 5860530176 2.7T Microsoft basic data
Run Code Online (Sandbox Code Playgroud)
当我运行时sudo mount /dev/sdb /media/WDRed,我收到此错误:
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing …Run Code Online (Sandbox Code Playgroud) mount ×4
ntfs ×2
14.04 ×1
16.04 ×1
automount ×1
command-line ×1
exfat ×1
external-hdd ×1
filesystem ×1
hard-drive ×1
mountpoint ×1
permissions ×1
security ×1
unmount ×1