mount

1/cd : mount -t iso9660 /dev/cdrom /mnt/

2/floppy:  mount /dev/fd0 /mnt

3/u:   mount -t msdos -o iocharset=cp936 /dev/sda1  /mnt            fat

         mount -t vfat                                                                          fat32 

4/harddisk:  mount -t vfat /dev/hda1 /mnt

你可能感兴趣的:(mount)