bug#42495: Option not working in scripting mode.
Sachiel2008 via Bug reports for the GNU Parted disk partition editor <[email protected]> Thu, 23 Jul 2020 18:14:35 +0000
| Newsgroups | gmane.comp.gnu.parted.bugs |
|---|---|
| Message-ID | <2Sq083-EjzXP_pdHtTEw7gxlx1L9_AghZvOLFoKKn0VtX939eANem8h6PWSNgmpS_ioWQjlnb1Hd_o962duUokNf4WlGxfRrlOVU6GtbPlE=@protonmail.com> |
Seems like I accidentally deleted the last sentence. When I try the second chunk of commands, I get a invalid option error. Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, July 23, 2020 6:13 PM, Sachiel2008 <[email protected]> wrote: > Dear GNU > > I found the following command op the internet: > >> root@localhost # parted -a optimal /dev/sda >> (parted) unit mib >> (parted) mkpart primary 515 -1 > > However, when I try to turn it into a part of a script like this: > >> root@localhost # parted --script /dev/sda mkpart primary 515 -1 > > Greetings, Sachiel2008