Sorry very much a nube with BSD I've installed the latest Freebsd from the PCBsd install disk and have networking and X working. I now wish to make a mirrored Raid1 and wish to follow this tutorial http://www.freebsd.org/doc/handbook/geom-mirror.html
However my fstab look like this:
and uses glabel? rather than the /dev/da0 mentioned in the tutorial.
Can I use glabel and assign the /dev/label/rootfs0 for example to the raid1 partition or do I need to make fstab look like
However my fstab look like this:
Code:
# Device Mountpoint FStype Options Dump Pass
/dev/label/rootfs0 / ufs rw,noatime 1 1
/dev/label/swap0 none swap sw 0 0
/dev/label/var0 /var ufs rw,noatime 1 1
/dev/label/usr0 /usr ufs rw,noatime 1 1
and uses glabel? rather than the /dev/da0 mentioned in the tutorial.
Can I use glabel and assign the /dev/label/rootfs0 for example to the raid1 partition or do I need to make fstab look like
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/mirror/gm0s1b none swap sw 0 0
/dev/mirror/gm0s1a / ufs rw 1 1
/dev/mirror/gm0s1d /usr ufs rw 0 0
/dev/mirror/gm0s1f /home ufs rw 2 2
#/dev/mirror/gm0s2d /store ufs rw 2 2
/dev/mirror/gm0s1e /var ufs rw 2 2
/dev/acd0 /cdrom cd9660 ro,noauto 0 0