Good evening,
I have 15.0 installed on a Pi 4B which uses USB to connect SSDs. On the second SSD (e.g. not the boot/system device) I have what was originally a Debian install with two pools in logical partitions. (Wasn't really my choice, but this was a throw away test system and I didn't really care when I told the installer to use the entire disk.)
If possible I'd like to import the pools on the Pi running FreeBSD but it seems like the logical partitions are not seen.
Is there any option to get this to work?
Thanks!
I have 15.0 installed on a Pi 4B which uses USB to connect SSDs. On the second SSD (e.g. not the boot/system device) I have what was originally a Debian install with two pools in logical partitions. (Wasn't really my choice, but this was a throw away test system and I didn't really care when I told the installer to use the entire disk.)
If possible I'd like to import the pools on the Pi running FreeBSD but it seems like the logical partitions are not seen.
Code:
root@vulcan:~ # gpart show /dev/da1
=> 63 1953525105 da1 MBR (932G)
63 1985 - free - (993K)
2048 58591232 1 linux-data [active] (28G)
58593280 2046 - free - (1.0M)
58595326 1894928386 2 ebr (904G)
1953523712 1456 - free - (728K)
root@vulcan:~ #
Is there any option to get this to work?
Thanks!