piimg
piimg copied to clipboard
A utility for working with disk images, which are designed to be flashed onto a Raspberry Pi.
Hey - i'm using the piimg code to mount an .img file - nice work - thank you! I noticed that there's some simple to fix warnings popping up so...
Cannot build `piimg` in Ubuntu. ``` $ uname -r 2.6.32-33-generic-pae $ parted -v parted (GNU parted) 2.2 ``` ## Steps to reproduce: Run `make`. ``` cc -g -c -o piimg.o...
remounting dev with rslave is sufficient, otherwise /dev/pts on my host was unmounted with piimg umount as well
Hello, I have following issuse with make: ``` make -C lib make[1]: Entering directory '/home/ubuntu/Downloads/piimg-master/lib' cc -fPIC -c -o partition.o partition.c cc -fPIC -c -o fstr.o fstr.c cc -fPIC -c...
After unmounting the Pi image I'm unable to open new gnome-terminal tab/window. It fails with: _There was an error creating the child process for this terminal, getpt failed_ piimg umount...
Hi- apologies if I am missing something here, as I am not so amazing on the command line :) I have dl'd the zip file of your repo have cd'd...
`/dev/shm` is being mounted twice by `piimg mount`. Means that I have to execute `umount` twice on the same mountpoint before the resource can be freed. Steps to reproduce: ```...
Old kernels do not support `loop-control` and `piimg` cannot be built against them.