Hello, World
Brains, code, and math.
Wednesday, February 1, 2012
Here's how to mount and unmount an ISO image in Linux, from Bash.
Mounting:
sudo mkdir /media/example
sudo mount -o loop example.iso /media/example
Unmounting:
sudo umount /media/example
sudo rmdir /media/example
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment