Hello to everyone.
I'm trying to mount an UFS1 partition created within DragonFLY inside NetBSD. Below you can see how usually I mount it in DflyBsd and what error it gives when I mount it within NetBSD :
FROM DFLY :
<TOSHIBA External USB 3.0 0> at scbus9 target 0 lun 0 (pass13,sg13,da13)
# gpt show /dev/da13
start size index contents
0 1 - PMBR
1 1 - Pri GPT header
2 32 - Pri GPT table
34 2014 - Unused
2048 262144 0 GPT part - EFI System
264192 1953259520 1 GPT part - DragonFly Label64
1953523712 1423 - Unused
1953525135 32 - Sec GPT table
1953525167 1 - Sec GPT header
# mount -t ufs /dev/da13s1d /mnt/dragonfly-ufs
ok
FROM NETBSD :
localhost# dmesg | grep sd5
[ 5.077645] sd5 at scsibus5 target 0 lun 0: <TOSHIBA, External USB 3.0, 0> disk fixed
[ 5.087644] sd5: 931 GB, 16383 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
[ 8.317645] sd5: GPT GUID: 5da2a0fd-668a-11ec-9f5e-e1d55ee21f22
[ 8.327644] dk24 at sd5: "5da2a100-668a-11ec-9f5e-e1d55ee21f22", 262144 blocks at 2048, type: msdos
[ 8.327644] dk25 at sd5: "5da2a10d-668a-11ec-9f5e-e1d55ee21f22", 1953259520 blocks at 264192, type: <unknown>
mount -t ffs /dev/dk25 /mnt/toshiba931
mount_ffs: /dev/dk25 on /mnt/toshiba931: incorrect super block
I don't understand why dk25 is type "unknown" since I'm sure that it is UFS1.