The standard form of the mount command, is mount -t type device dir ##标准的挂载命令形式 -t 指定文件系统类型 type 指定是ext2等文件系统类型(file system type)参数 -device 是设备文件 /dev/sda1等 -dir 是挂载点目录 mount point 例如:mount -t ext3 /dev/sdb2 /mnt