1.如何查看mountpoint
$mountpoint /mnt/iso ==>/mnt/iso/ is not a mountpoint
2. Mount Command
mount -t nfs xx.xx.xx.xx:/test /test
3.mount 本地目录
mount --build /directory1 /directory2
4.rm: cannot remove `': Read-only file system
check this file is read-only mount point, unmount this file and check again
5. mount file to directory
#mount -o loop -t iso9660 /home/sunky/mydisk.iso /mnt/vcdrom
阅读(949) | 评论(0) | 转发(0) |