Linux/command/mount

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Linux‎ | command
Revision as of 21:04, 5 January 2018 by Woozle (talk | contribs) (Woozle moved page mount (Linux command) to Linux/command/mount: reorganizing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

computing: software: operating systems: Linux: mount

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".