HOW TO MOUNT AN ISO FILE (Kofi.iso)
===================================
login as the root user at the terminal
remember that when u login as root there is always # at the end
check the path using pwd to see where u are in the directory
#pwd
do a ls of the various directories
#ls
make a directory to keep the contents of the iso file ie say kofi using the mkdir command
mkdir kofi
after mount the iso file with the following command
mount kofi.iso ./kofi/ -o loop,ro
when mounted u can find it on the desktop and the extracted content in the home directory folder
ENJOY!!
:)
===================================
login as the root user at the terminal
remember that when u login as root there is always # at the end
check the path using pwd to see where u are in the directory
#pwd
do a ls of the various directories
#ls
make a directory to keep the contents of the iso file ie say kofi using the mkdir command
mkdir kofi
after mount the iso file with the following command
mount kofi.iso ./kofi/ -o loop,ro
when mounted u can find it on the desktop and the extracted content in the home directory folder
ENJOY!!
:)
Comments
Post a Comment