Pages

Friday, March 26, 2010

Linux wallpapers

      Click on each image to enlarge it.






















































How to Mount an ISO image under Linux

step 1: login as root user
             $ su
step 2: Create the directory i.e. mount point
             # mkdir -p /mnt/disk
step 3: now use mount command to mount the iso file.
            #mount -o loop aoe2.iso /mnt/disk
step 4: now go inside /mnt/disk directory to see all the files listed inside iso Image.

reference:http://www.cyberciti.biz/tips/how-to-mount-iso-image-under-linux.html