Tom
Tom
Yes, like `imgclone -d -p .img`
Sorry, maybe try to swap -d and -p parameter `imgclone -p -d .img`
Are running the tool remote from putty/ssh or directly on the pi? Must run it in a command window on the desktop screen of the pi because it needs the...
Which Raspberry are you using 3 or 4?
what do you get if you type: > sudo su > echo $DISPLAY Try adding > Defaults env_keep=DISPLAY to /etc/sudoers
Not yet because I was not able to reproduce the problem :(
Maybe you can try this version reworled made with GTK3 instead of GTK2? https://github.com/reworled/ar1100
Maybe check if fdisk is installed and if not install it?
Then try to add some extra space to the image with the -x parameter. For example: -x 524288000 will add extra 500MB space to the resulting image. See also [https://github.com/tom-2015/imgclone/issues/13](https://github.com/tom-2015/imgclone/issues/13)
ok nice work 👍