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?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
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? |
|||||||||
|
|
UFS2 read only support is included into linux kernel since version 2.6.5. For example:
You still need an extra HDD to copy data from UFS drive. |
||||
|
|