1、
安装ntfs-3g, 系统默认的软件库更新不到ntfs-3g,可以自己下载编译安装
[root@gvtv ~]# wget
[root@gvtv ~]# tar -zxvf ntfs-3g_ntfsprogs-2014.2.15.tgz
[root@gvtv ~]# cd ntfs-3g_ntfsprogs-2014.2.15
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# ./configure
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# make
[root@gvtv ntfs-3g_ntfsprogs-2014.2.15]# make install
2、把移动硬盘插入USB接口,查看磁盘情况
[root@gvtv shell]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000b80ff
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 26 25523 204800000 83 Linux
/dev/sda3 25523 51019 204800000 83 Linux
/dev/sda4 51019 60802 78580736 5 Extended
/dev/sda5 51019 51541 4194304 82 Linux swap / Solaris
Note: sector size is 4096 (not 512)
Disk
/dev/sdb: 4000.8 GB, 4000797855744 bytes
255 heads, 63 sectors/track, 60800 cylinders
Units = cylinders of 16065 * 4096 = 65802240 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xb47005b1
Device Boot Start End Blocks Id System
/dev/sdb1 1 60801 3907002368 7 HPFS/NTFS
# mount -t ntfs-3g /dev/sdb1 /mnt
卸载移动硬盘请执行
#umount /mnt
阅读(1340) | 评论(0) | 转发(0) |