Can any kind soul please give me a step by step guide to do the following:
Unmirror the current 2T root partition
Shrink the root partition to say 200G (is there an easy way ?)
Add partitions to disk to give 2 extra slices for /var/appl (600G) and /usr/home (1T)
copy existing data on /var/appl and /usr/home to new partitions
Setup new mirror slices for these new partitions which contain /var/appl and /usr/home.
Current config as follows:
OS version:
Your help will be much apprecicated.
A newbie to FreeBSD.
Many Thanks
Unmirror the current 2T root partition
Shrink the root partition to say 200G (is there an easy way ?)
Add partitions to disk to give 2 extra slices for /var/appl (600G) and /usr/home (1T)
copy existing data on /var/appl and /usr/home to new partitions
Setup new mirror slices for these new partitions which contain /var/appl and /usr/home.
Current config as follows:
OS version:
Code:
FreeBSD hostname 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012
[email]root@obrian.cse.buffalo.edu[/email]:/usr/obj/usr/src/sys/GENERIC i386
Code:
$df
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/mirror/m0p2 1918673584 52146040 1713033660 3% /
devfs 1 1 0 100% /dev
Code:
$ gmirror status
Name Status Components
mirror/m0 COMPLETE ada0 (ACTIVE)
ada1 (ACTIVE)
Code:
$ gpart show
=> 34 3907026987 mirror/m0 GPT (1.8T)
34 6 - free - (3.0k)
40 128 1 freebsd-boot (64k)
168 3898605432 2 freebsd-ufs (1.8T)
3898605600 8388608 3 freebsd-swap (4.0G)
3906994208 32813 - free - (16M)
Your help will be much apprecicated.
A newbie to FreeBSD.
Many Thanks