# To mount / partition as read-write in repair mode:#要在修复模式下以读写方式挂载/分区:mount-o remount,rw /
# Bind mount path to a second location#将装载路径绑定到第二个位置mount--bind /origin/path /destination/path
# To mount Usb disk as user writable:#以用户可写方式挂载Usb磁盘:mount-ouid=username,gid=usergroup /dev/sdx /mnt/xxx
# To mount a remote NFS directory#安装远程NFS目录mount-t nfs example.com:/remote/example/dir /local/example/dir
# To mount an ISO#安装ISOmount-o loop disk1.iso /mnt/disk