View my complete profile
2) Create the directory for mount point:
-> mkdir -p /mnt/disk
3) Mount the iso image on the disk
-> mount -o loop disk1.iso /mnt/disk
4) check the mount system
-> cd /mnt/disk-> ls -l
posted by Roger Li | 3:36 PM | 0 comments