Previously, with FreeBSD 8.2, I would perform an installation by leaving a large portion of the disk unused. For example:
With a 500 GB drive:
Notice that the partition by name of ad4s2 is unused and has an sized of 395 GB.
Then, after installation, I would execute the following command to use it as ZFS:
However, with FreeBSD 9.0, the installer is different and the ad4s2 no longer exists under /dev. Could anyone help me with how to find the missing partition, and possibly use it as ZFS? What commands should I use to search for the missing device, disk or partition?
With a 500 GB drive:
Code:
Disk: ad4 Partition name: ad4s1 Free: 0 blocks (0 MB)
Disk: ad4 Partition name: ad4s2 Free: 829973088 blocks (395GB)
- ad4s1a /
- ad4s1b swap
- ad4s1c /var
- ad4s1d /tmp
- ad4s1e /usr
Notice that the partition by name of ad4s2 is unused and has an sized of 395 GB.
Then, after installation, I would execute the following command to use it as ZFS:
# zpool create zfs /dev/ad4s2
However, with FreeBSD 9.0, the installer is different and the ad4s2 no longer exists under /dev. Could anyone help me with how to find the missing partition, and possibly use it as ZFS? What commands should I use to search for the missing device, disk or partition?