Hello, I'm new to freebsd (coming from linux)
I'm reading through the handbook and got a bit confused in this section. There it's stated that disks are organized into slices and each slice is organized into partitions, and the 'b' partition is used for swap. I guess that this is true only in MBR-based partitioning scheme, because I installed freebsd into a gpt partition and it doesn't seem to be divided further into bsd partitions (ls output in /dev shows an entry ada1p4 - this is where bsd installed. no futher division with letters). The manual page doesn't clarify how disk organization representation in the system differs between MBR and GPT, which got me confused (I guess it just assumes MBR)
So if I have a dedicated gpt swap partition on the same disk, is freebsd able use it, just like linux does, if I have this entry in /etc/fstab?
# Device Mountpoint FStype Options Dump Pass
/dev/ada1p2 none swap sw 0 0
ada1p2 is a gpt swap partition
Is any extra configuration needed?
I'm reading through the handbook and got a bit confused in this section. There it's stated that disks are organized into slices and each slice is organized into partitions, and the 'b' partition is used for swap. I guess that this is true only in MBR-based partitioning scheme, because I installed freebsd into a gpt partition and it doesn't seem to be divided further into bsd partitions (ls output in /dev shows an entry ada1p4 - this is where bsd installed. no futher division with letters). The manual page doesn't clarify how disk organization representation in the system differs between MBR and GPT, which got me confused (I guess it just assumes MBR)
So if I have a dedicated gpt swap partition on the same disk, is freebsd able use it, just like linux does, if I have this entry in /etc/fstab?
# Device Mountpoint FStype Options Dump Pass
/dev/ada1p2 none swap sw 0 0
ada1p2 is a gpt swap partition
Is any extra configuration needed?