Linux/command/mount: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
m Examples: link to "accessing a disk image..."
m Woozle moved page mount (Linux command) to Linux/command/mount: reorganizing
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{linux shell commands|mount}}{{seed}}
{{Linuxcmdhdr|mount}}{{seed}}
==Reference==
==Reference==
* [[mount manpage]]
* [[mount (manpage)|manpage]]
 
==Examples==
==Examples==
To mount a disk image file:
To mount a disk image file:
  [[sudo]] [[mount]] -o loop,offset=32256 <u>/path/to/image.img</u> <u>/path/to/mountpoint/directory/</u>
  {{linuxcmd|sudo}} {{linuxcmd|mount}} -o loop,offset=32256 <u>/path/to/image.img</u> <u>/path/to/mountpoint/directory/</u>
See [[Accessing a disk image in Linux]] for the calculations necessary to arrive at "32256".
See [[Accessing a disk image in Linux]] for the calculations necessary to arrive at "32256".

Latest revision as of 21:04, 5 January 2018

computing: software: operating systems: Linux: mount<hide>

 page status::seed

</hide>

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