Monday, May 10, 2010

Mount iso files in linux without cd/dvd disk

Here the command for mount iso files in linux without cd/dvd

Step 1 : Create a folder in /mnt/tempiso

Here i created a folder name as tempiso

Step 2 : mount -o loop testiso.iso /mnt/tempiso

Step 3 : Open /mnt/tempiso and get all files

No comments: