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.
Not something I’ve done before, but have you tried
fdisk
?https://linux.die.net/man/8/fdisk
fdisk
is completely interactive, not suitable for scripting.sfdisk
is a “scriptable fdisk”.deleted by creator