Is there any good alternative to parted, that I can use in scripts? Parted main problem is that it requires user confirmation one each action.
Is there any good alternative to parted, that I can use in scripts? Parted main problem is that it requires user confirmation one each action.
parted -s
orparted --script
– never prompt the userWorked for me. Thank you!