GNU bug report logs -
#42495
Option not working in scripting mode.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#42495: Option not working in scripting mode.
which was filed against the parted package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 42495 <at> debbugs.gnu.org.
--
42495: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42495
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Thu, Jul 23, 2020 at 06:14:35PM +0000, Sachiel2008 via Bug reports for the GNU Parted disk partition editor wrote:
> 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 <Sachiel2008 <at> protonmail.com> wrote:
>
> > Dear GNU
> >
> > I found the following command op the internet:
> >
> >> root <at> 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 <at> localhost # parted --script /dev/sda mkpart primary 515 -1
You need to pass -- so that the argument parser won't try to turn -1
into an option:
parted --script -- /dev/sda mkpart primary 515 -1
Brian
--
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
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 <Sachiel2008 <at> protonmail.com> wrote:
> Dear GNU
>
> I found the following command op the internet:
>
>> root <at> 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 <at> localhost # parted --script /dev/sda mkpart primary 515 -1
>
> Greetings, Sachiel2008
[Message part 5 (text/html, inline)]
This bug report was last modified 4 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.