Difference between revisions of "Linux/command/mount"
Jump to navigation
Jump to search
m (→Reference: example - mounting a disk image) |
|||
Line 2: | Line 2: | ||
==Reference== | ==Reference== | ||
* [[mount manpage]] | * [[mount manpage]] | ||
+ | ==Examples== | ||
+ | To mount a disk image file: | ||
+ | [[sudo]] [[mount]] -o loop,offset=32256 <u>/path/to/image.img</u> <u>/path/to/mountpoint/directory/</u> |
Revision as of 17:15, 18 February 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/