Difference between revisions of "Linux/command/mount"
Jump to navigation
Jump to search
m (→Examples: link to "accessing a disk image...") |
m (Mount moved to mount (Linux command)) |
(No difference)
|
Revision as of 19:51, 9 April 2006
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Reference
Examples
To mount a disk image file:
sudo mount -o loop,offset=32256 /path/to/image.img /path/to/mountpoint/directory/
See Accessing a disk image in Linux for the calculations necessary to arrive at "32256".