fdisk -l
Disk /dev/sdb: 2000.4 GB, 2000398933504 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 243202 1953514582+ 7 HPFS/NTFS
[root@nas ~]# mount -t NTFS /dev/sdb1 /data/share
mount: unknown filesystem type 'NTFS'
挂载
mount -t vfat /dev/sdb1 /data/share
查看
[root@nas ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_nas-lv_root
50G 2.9G 44G 7% /
tmpfs 496M 0 496M 0% /dev/shm
/dev/sda1 477M 66M 386M 15% /boot
/dev/mapper/vg_nas-lv_home
242G 60M 230G 1% /home
/dev/sdb1 1.9T 16K 1.9T 1% /data/share
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。