我的 Windows 10 操作系统上有两个本地磁盘,C:/ 和 W:/(w:/ 是我的 C: 驱动器的 NTFS 分区)。我在 Windows 上的 Ubuntu 上启动 Bash,在下面/mnt/
只看到一个目录/mnt/c
。以下这关于安装 ntfs USB 驱动器的问题,当我尝试使用安装驱动器时sudo mount -t drvfs W: w
,出现以下错误:
mount: wrong fs type, bad option, bad superblock on W:,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
我该如何解决这个错误?我看到的大多数与此相关的问题都说分区应该自动出现/mnt
,那么为什么这种情况会有所不同呢?