UFS cannot mount ada0s1

FreeBSD 12.1-RELEASE-p9 GENERIC on Dell Latitude E-6430

Since I installed "solus" on /dev/ada0s1 with grub2 by solus I cannot mount ada0s1 anymore.
Before I had "elementary OS" on sda1 with grub legacy on sda4 and could mount ada0s1 without problem.
Why is this ? any ideas welcome.

mount -t ext2fs /dev/ada0s1 /media/solus
Code:
invalid argument

dmesg
Code:
WARNING: mount of /dev/ada0s1 denied due to unsupported optional features: needs_recovery

/etc/fstab
Code:
/dev/ada0s3a    /                      ufs       rw          1    1
/dev/ada0s3b    none                  swap        sw          0    0
/dev/ada0s1     /media/solus          ext2fs    rw,noauto     0    0
/dev/da1        /media/card           ufs       rw,noauto     0    0
/dev/ada0s4     /media/4              ext2fs    rw,noauto     0                          0
/dev/da0        /media/teac           msdosfs   rw,noauto     0    0
linsysfs        /compat/linux/sys     linsysfs  rw            0    0
tmpfs           /compat/linux/dev/shm tmpfs     rw,mode=1777  0    0
linprocfs       /compat/linux/proc    linprocfs rw            0    0
proc            /proc                 procfs    rw            0    0
fdesc           /dev/fd               fdescfs   rw            0    0

gpart show ada0
Code:
 63  625142385  ada0  MBR  (298G)
       63                    1985        - free -  (993K)
       2048      106272768     1  linux-data  (51G)
106274816     20754432     2  linux-swap  (9.9G)
127029248   289406976     3  freebsd [active]  (139G)
416436224   208705536     4  linux-data  (100G)
625141760               688        - free -    (344K)
 
thank you, such easy: Free blocks count and Free inodes count were wrong and fixed now.
 
Back
Top