ubuntu 12.04 挂载ntfs的问题

CPU/显卡/打印机/USB设备等硬件问题
回复
DaemonZR
帖子: 3
注册时间: 2014-01-19 10:31
系统: ubuntu 12.04

ubuntu 12.04 挂载ntfs的问题

#1

帖子 DaemonZR » 2014-01-19 12:06

root@zhangri:/# 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: 0x00023a6a

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 964368383 482183168 83 Linux
/dev/sda2 964370430 976771071 6200321 5 Extended
/dev/sda5 964370432 976771071 6200320 82 Linux swap / Solaris

Disk /dev/sdb: 1000.2 GB, 1000202043392 bytes
255 heads, 63 sectors/track, 121600 cylinders, total 1953519616 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: 0x0002846e

Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953519615 976758784 7 HPFS/NTFS/exFAT

root@zhangri:/# mount -t ntfs-3g -o umask=022 /dev/sdb1 /media/disk/
NTFS signature is missing.
Failed to mount '/dev/sdb1': 无效的参数
The device '/dev/sdb1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
root@zhangri:/#

这个ntfs一直挂装不上
DaemonZR
帖子: 3
注册时间: 2014-01-19 10:31
系统: ubuntu 12.04

Re: ubuntu 12.04 挂载ntfs的问题

#2

帖子 DaemonZR » 2014-01-19 12:23

补充一下 忘记说移动硬盘是在windows下加密的...
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: ubuntu 12.04 挂载ntfs的问题

#3

帖子 poloshiao » 2014-01-19 13:15

mount -t ntfs-3g -o umask=022 /dev/sdb1 /media/disk/
參見 ntfs 掛載參數
https://help.ubuntu.com/community/Fstab#ntfs
進一步參閱
http://manpages.ubuntu.com/manpages/pre ... unt.8.html
使用 ntfs 關鍵字 搜尋

掛載目錄 /media/disk/
可以改爲 /mnt/disk 或 /disk
如果一定要掛載在 /media 請額外參閱
https://help.ubuntu.com/community/Autom ... Partitions
移动硬盘是在windows下加密的
在 Windows 下加密的 硬盤
在 Linux 能否順利掛載 ? 待查.
回复