小编Col*_*747的帖子

如何在 Ubuntu Server 12.04 下挂载 NTFS 磁盘?

我想访问我 PC 中的第二个硬盘,它被格式化为 NTFS,我无法替换第二个硬盘上的数据,所以我需要一种不会删除硬盘上数据的方法。

fdisk -l 关于第二块硬盘的命令输出

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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
Disk identifier: 0x60ed0890
Run Code Online (Sandbox Code Playgroud)

我正在运行以下命令来尝试安装驱动器:

mount -t ntfs /dev/sdb /home/colin/media

运行命令时出现以下错误:

NTFS signature is missing.
Failed to mount '/dev/sdb': Invalid argument
The device '/dev/sdb' doesn't seem to have a valid NTFS.
Maybe the …
Run Code Online (Sandbox Code Playgroud)

mount ntfs hard-drive ubuntu-server ubuntu-12.04

4
推荐指数
1
解决办法
2万
查看次数

标签 统计

hard-drive ×1

mount ×1

ntfs ×1

ubuntu-12.04 ×1

ubuntu-server ×1