首先去下载ntfs-3g_ntfsprogs-2013.1.13.tgz
解压后
#./configure
#make
#make install
[root@master ~]# fdisk -l
Disk /dev/sda: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 7832 62806117+ 8e Linux LVM
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 38913 312568641 7 HPFS/NTFS
#mkdir /mnt/sdb
#mount -t ntfs-3g /dev/sdb1 /mnt/sdb
也可以加到fstab里面
/dev/sdb1 /mnt/sdb ntfs-3g defaults 0 0
阅读(932) | 评论(0) | 转发(0) |