Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
topics:disk-image-mount-partition [2017/03/26 05:58] orzfly |
topics:disk-image-mount-partition [2017/03/26 06:15] (current) orzfly [Mounting] |
||
|---|---|---|---|
| Line 102: | Line 102: | ||
| rpool.img9 44021760 44038143 | rpool.img9 44021760 44038143 | ||
| </ | </ | ||
| - | - Mount partition<code bash> | + | - Setup loop device<code bash> |
| # losetup /dev/loop0 rpool.img --offset $((512 * 2048)) --sizelimit $((512 * 44019712)) | # losetup /dev/loop0 rpool.img --offset $((512 * 2048)) --sizelimit $((512 * 44019712)) | ||
| </ | </ | ||