Linux Tips and Tricks
Tuesday, December 14, 2010
How to mount iso as a psuedo or Virtual Disk
Steps:
1.Create a folder in /mnt directory.
mkdir /mnt/disk
2. Loop the iso to
/mnt/disk
with following command
sudo mount -o loop ./filename.iso /mnt/disk
here, filename.iso is name of the iso file.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment