mount (Linux command)

From HTYP, the free directory anyone can edit

Jump to: navigation, search

computing: software: operating systems: Linux: mount

This is a seed article. You can help HTYP by watering it.

[edit] Reference

[edit] 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".

Personal tools