|
From: | VomLehn, David |
Subject: | Scripting parted |
Date: | Mon, 8 Jan 2007 17:04:42 -0800 |
I have a question that doesn't appear to be addressed in the documentation. I can use:
parted /dev/hda mklabel yes msdos
and successfully create a new partition table. I want to script things, however, and if I use the -s option, i.e.
parted -s /dev/hda mklabel yes msdos
it fails and prints a backtrace. Is this a bug or the way parted is expected to work?
[Prev in Thread] | Current Thread | [Next in Thread] |