Hi folks,

I was asked to post the sample partitioning mechanism I'd devised and
shared in `#adelie`. Accordingly, the current version of that mechanism is
attached to this email for future reference.

-- Kiyoshi
# replace contents
drive /dev/sda
  partition erase all
  partition add boot
  partition add / 40g ext4
  partition add /home * ext4
  partition add swap 8g
drive /dev/sda commit

# retain a partition
drive /dev/sdb
        partition erase all but boot /home
        partition add / 40g ext4 encrypted
        ...
drive /dev/sdb commit

# resize a named Windows partition
drive /dev/sdc HITACHI
        partition resize Windows -60g
        partition add / 20g ext4
        partition add /home * ext4
        partition add swap 8g
drive /dev/sdc rollback # we made a fucky wucky! :o
_______________________________________________
Horizon mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to