Following the contributions from @pevsonic and @RobertLauferElektrobit I decided that is time to update mountpi to version 0.2. In the first version I described the overall functionality and all the manual steps to mount the ext4 partition of Raspberry PI OS to Linux. The new version contains extra functionality to simplify even more working with Raspberry PI images.
Changelog
- Added – List image partitions usign the list flag (-l)
- Added – Mount the boot partition using the boot flag (-b)
- Added – Mount any ext4 partition by specifying it’s index (-p)
- Added – Mount all image’s partitions using all flag (-a)
- Added – More information during script execution using verbose flag (-v)
- Fixed – Unmounting no longer requires the image name, only the mount directory.
- Fixed – Flags and parameters handling optimization