On 04.09.2017 09:30, Sebastian Parschauer wrote:
> Script mode:
> parted -s /dev/vdb mkpart "''" 0% 100%

Escaping the quotes from command line also works. It's the choice of the
user if

parted -s /dev/vdb mkpart \"\" 0% 100%

looks better.

Reply via email to