Who needs gparted on #OpenBSD to change partitions layout from
# size offset fstype [fsize bsize cpg]
a: 1.0G 64 4.2BSD 2048 16384 12960 # /
b: 1.2G 2097216 swap # none
c: 50.0G 0 unused
d: 3.3G 4685888 4.2BSD 2048 16384 12960 # /tmp
e: 5.2G 11520928 4.2BSD 2048 16384 12960 # /var
f: 5.4G 22392384 4.2BSD 2048 16384 12960 # /usr
g: 1.0G 33701024 4.2BSD 2048 16384 12960 # /usr/X11R6
h: 6.9G 35798176 4.2BSD 2048 16384 12960 # /usr/local
k: 26.0G 50250272 4.2BSD 2048 16384 12960 # /home
to
OpenBSD area: 64-104857600; size: 50.0G; free: 0.0G
# size offset fstype [fsize bsize cpg]
a: 1.0G 64 4.2BSD 2048 16384 12960 # /
b: 1.2G 2097216 swap # none
c: 50.0G 0 unused
d: 2.0G 4685888 4.2BSD 2048 16384 12960 # /tmp
e: 5.0G 8883936 4.2BSD 2048 16384 12960 # /var
f: 5.0G 19374368 4.2BSD 2048 16384 12960 # /usr
g: 1.0G 29864832 4.2BSD 2048 16384 12960 # /usr/X11R6
h: 4.0G 31969344 4.2BSD 2048 16384 12960 # /usr/local
j: 30.7G 40371328 4.2BSD 2048 16384 1 # /home
when only a 6 times spells like:
# mount <mp>
# tar cpf <wherespaceis> <mp>
# umount <mp>
# disklabel -E -F /etc/fstab <disk>
# newfs <part>
# mount <mp>
# tar xpf <wherearchiveis> -C /
are enough? #RhetoricalQuestion