mount -o loop disk1.iso /mnt/disk #mount iso file

mount -t nfs 192.168.10.180:/opensuse11.0 /mnt #mount nfs files

mount -t cifs -o username=ryan,password=m4n,iocharset=utf8,codepage=cp936 //192.168.10.42/Delivery/PATCH /mnt #mount the DOS shared Directory

mount -t vfat /dev/sda1 /mnt/usb  #mount U 盘