#fdisk -l
Disk /dev/cciss/c0d0: 599.9 GB, 599932581888 bytes
255 heads, 63 sectors/track, 72937 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 25 200781 83 Linux
/dev/cciss/c0d0p2 26 5124 40957717+ 83 Linux
/dev/cciss/c0d0p3 5125 7164 16386300 82 Linux swap / Solaris
/dev/cciss/c0d0p4 7165 72937 528321622+ 5 Extended
/dev/cciss/c0d0p5 7165 12263 40957686 83 Linux
/dev/cciss/c0d0p6 12264 14813 20482843+ 83 Linux
/dev/cciss/c0d0p7 14814 72937 466880998+ 83 Linux
Disk /dev/sda: 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/sda1 1 38913 312568641 7 HPFS/NTFS
#mount -t ntfs /dev/sda1 /mnt/share
mount: unknown filesystem type 'ntfs'
不认识,直接下载ntfs-3g
http://www.tuxera.com/community/ntfs-3g-download/
#./configure
#make &make install;
再mount -t ntfs-3g /dev/sda1 /mnt/share
完工
posted on 2011-04-20 17:06 snowhill 阅读(303) 评论(0) 编辑 收藏 引用 所属分类: 系统管理