fdisk -lDisk /dev/sdb: 2000.4 GB, 2000398933504 bytes255 heads, 63 sectors/track, 243201 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk 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/sharemount: unknown filesystem type 'NTFS'
挂载
mount -t vfat /dev/sdb1 /data/share
查看
[root@nas ~]# df -hFilesystem 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