Search:

PmWiki

pmwiki.org

edit SideBar

Main / Mount

Mounting a raw ext4 filesystem image

sudo mount -o loop <image> <mountpoint>

Mounting a raw ext4 FS image inside a partition of a multi-part disk image

sudo mount -o loop,offset=<#bytesfilestart> <.img file> <mountpoint>


Page last modified on March 16, 2018, at 05:16 PM