Linux – How to mount a UFS drive in linux

linuxopenfilertruenas

I am considering switching from FreeNAS to OpenFiler. One issue I see with this is that all the hard drives in my NAS are formatted to UFS. I tried but was unable to mount them in Fedora. Is there any way I can extract my data from the UFS hard drive without a FreeBSD OS?

Best Answer

Linux should be able to mount UFS easily as read-only. Try modprobe ufs2 if it has trouble mounting it.

What distro are you using?