Timeline for How can I mount a Raspberry Pi Linux distro image?
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 11, 2017 at 15:07 | history | edited | goldilocks | CC BY-SA 3.0 | added 313 characters in body |
| Aug 8, 2017 at 13:46 | comment | added | Ruslan | Rather than multiplying manually, you can use bash's Arithmetic Expansion: $((8192*512)). | |
| Feb 4, 2017 at 21:56 | comment | added | Grzegorz Wierzowiecki | P.S. If one want's to mount both partitions at same time, in order to avoid "overlap" error, just specify size of partition with sizelimit option. For more info: unix.stackexchange.com/a/342466/9689 . (Btw. above answer may be updated to provide example usage of that option) | |
| Feb 4, 2017 at 10:35 | comment | added | Grzegorz Wierzowiecki | How to mount root and boot partition simultaneously : unix.stackexchange.com/q/342463/9689 ? | |
| Feb 4, 2017 at 8:42 | comment | added | Grzegorz Wierzowiecki | similar: stackoverflow.com/a/1421075/544721 | |
| Dec 28, 2015 at 11:39 | comment | added | user29510 | kpartx makes it even easier for you: kpartx -a whatever.img makes the appropriate (loop) nodes, which you can later mount at will. Run kpartx -d whatever.img to delete the (unmounted) loop nodes. | |
| Aug 6, 2015 at 10:42 | history | edited | goldilocks | CC BY-SA 3.0 | deleted 57 characters in body |
| S Aug 6, 2015 at 9:34 | history | suggested | Philippe Gachoud | CC BY-SA 3.0 | shortened operation |
| Aug 6, 2015 at 9:13 | review | Suggested edits | |||
| S Aug 6, 2015 at 9:34 | |||||
| Mar 16, 2015 at 13:21 | history | edited | goldilocks | CC BY-SA 3.0 | edited body |
| Nov 5, 2014 at 15:22 | vote | accept | goldilocks | ||
| May 1, 2022 at 14:40 | |||||
| Feb 2, 2014 at 11:35 | history | edited | goldilocks | CC BY-SA 3.0 | added 13 characters in body |
| Jan 21, 2014 at 14:51 | history | answered | goldilocks | CC BY-SA 3.0 |