Solved Recover USB drive folders after reinstall of FreeBSD 13.0

Hello Forum,

After rebuilding a system with ZFS, I am trying to access UFS data on a USB drive.
Code:
#gpart show
=>        40  7814037088  da0  GPT  (3.6T)
          40  7340032000    1  freebsd-ufs  (3.4T)
  7340032040   474005088       - free -  (226G)

I am trying to view data in the freebsd-ufs partition.
The old fstab reference to this data doesn't allow a mount.
I have all data from machine before the rebuild.

Any help is appreciated.
 
This should be as simple as # mount /dev/da0p1 /mnt (you can of course replace /mnt by another mountpoint of your choice).
 
Back
Top