aix|linux挂载命令总结

aix系统:

ISO镜像挂在到本地
1、The following mount an ISO image on /mnt.
$ loopmount -i cdrom.iso -o "-V cdrfs -o ro" -m /mnt

mkdir -p  /tmp/mnt
loopmount -i aix710303-1.iso -o "-V cdrfs -o ro" -m /tmp/mnt

磁盘镜像挂在到本地
2、The following mounts a disk image on /mydisk with loop2. The image file was bound to loop2 earlier with chdev command.
$ loopmount l loop2 o "-V jfs2 o rw" -m /mydisk

目录挂在目录
3、The following mounts an image file bound to loop0 on /mnt.
$ loopmount i mycd.iso l loop0 o "-V cdrfs o ro" -m /mnt

 

======================================================================================================

linux系统:

posted @ 2020-09-06 02:05  tulnap  阅读(434)  评论(0)    收藏  举报