Hello to everyone.
Actually on my PC there are two ssd disks. This is the first one :
and this is the second one :
My question is easy: How can I group these SSD disks to create a single large SSD disk in FreeBSD? Since I still haven't had the chance to study and try the ZFS file system I would like to know if I can do it using UFS2. Butu you can also explain how can I make that using ZFS, eventually. I want to evaluate the easiest and quickest way and not destructive method (if there is any) for the moment. I prefer to don't destroy those disks because they are occupied by OpenBSD and DragonFlyBSD. I mean, the disks should be for sure formatted using UFS2 or ZFS, not NTFS or ext3/4 because FreeBSD has problems writing on these fs.
Actually on my PC there are two ssd disks. This is the first one :
Code:
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: CT500MX500SSD4
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: BBA90E37-C001-4004-823E-33D506019084
Dispositivo Start Fine Settori Size Tipo
/dev/sda1 64 1023 960 480K EFI System
/dev/sda2 1024 976773134 976772111 465.8G OpenBSD data
and this is the second one :
Code:
Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 860
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 564A20C2-6040-11EC-9A4A-E1D55EE21F22
Dispositivo Start Fine Settori Size Tipo
/dev/sdb1 2048 264191 262144 128M EFI System
/dev/sdb2 264192 976773119 976508928 465.6G sconosciuto
My question is easy: How can I group these SSD disks to create a single large SSD disk in FreeBSD? Since I still haven't had the chance to study and try the ZFS file system I would like to know if I can do it using UFS2. But