fdisk查看 硬盘设备:
# fdisk -l
Disk /dev/sdb: 63.7 GB, 63753420800 bytes
255 heads, 63 sectors/track, 7750 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7751 62258176 c Win95 FAT32 (LBA)
#
如果u盘式fat格式:mount -t vfat /de/sdb1 /mnt/udisk
如果u盘式ntfs格式:mount -t ntfs-3g /de/sdb1 /mnt/udisk 需要下载 ntfs-3g (NTFS-3G 是一个开源的软件,可以实现 Linux、Free BSD、Mac OSX、NetBSD 和 Haiku 等操作系统中的 NTFS 读写支持。它可以安全且快速地读写 Windows 系统的 NTFS 分区,而不用担心数据丢失)