There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Telorand ,

Not something I’ve done before, but have you tried fdisk?

linux.die.net/man/8/fdisk

bizdelnick ,

fdisk is completely interactive, not suitable for scripting. sfdisk is a “scriptable fdisk”.

BaumGeist ,

Even the manpage Telorand linked mentions it by name for non-interactive use.

Also, make sure you use the right program depending on thr partition table : sgdisk is the right choice for GPT disks, sfdisk is for MBR.

bizdelnick ,

There are few fdisk options that work non-interactively, like -l (list partitions). It is impossible to create or delete partitions this way.

From the sfdisk man page:

Since version 2.26 sfdisk supports MBR (DOS), GPT, SUN and SGI disk labels

SnotFlickerman ,
@SnotFlickerman@lemmy.blahaj.zone avatar

Depends on what you’re doing. There’s workarounds for parted that allow you to do things like grow the size of a partition, but by default, you cannot shrink a partition via command line because the design philosophy of parted is that it should by default try to not delete any data. So growing via command line seems fine, but otherwise not so much.

Here on stackoverflow, there’s some directions on how to use the —pretend-input-tty flag to use parted in a script.

stackoverflow.com/…/how-do-i-get-over-parted-conf…

user_naa OP ,

Why there isn’t something like --no-confirmation flag?

TunaCowboy ,

sfdisk

sfdisk is a script-oriented tool for partitioning any block device.

friend_of_satan ,
cerement ,
@cerement@slrpnk.net avatar

parted -s or parted --scriptnever prompt the user

user_naa OP ,

Worked for me. Thank you!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • lifeLocal
  • random
  • goranko
  • All magazines