billw2 / rpi-clone

A shell script to clone a booted disk.
BSD 3-Clause "New" or "Revised" License
2.56k stars 333 forks source link

parted user interaction not printed #51

Open ghost opened 6 years ago

ghost commented 6 years ago

I have a 16 GB USB Stick with one single 2 GB FAT partition. I have partitioned it like that because I would like to use the cloned 2 GB image for my new SD card initialization. ( which turned out to be not working anyway ). However parted is asking the user for an input and the actual options aren't printed on the screen.

rpi-clone will just print:

Warning: Not all of the space available to /home/henry/testmod.img appears to be used, you can fix the GPT to use all of the space (an extra 204800 blocks) or continue with the current setting?

only with google searches I could figure out that there should be more printed:

Fix/Ignore? i

Even though I selected ignore the USB Stick was using the complete 16 GB. And since my Pi Zero W have no support for using USB boot I am stuck again at shrinking the current 32 GB SD card to the smaller 2 GB one.