Solved [SOLVED] Cannot mount FreeBSD UFS partition in Fedora Linux

Hi all,

mount throws this into the messages log:

Code:
Mar 30 10:10:45 lion kernel: [17296.575435] You didn't specify the type of your ufs filesystem
Mar 30 10:10:45 lion kernel: [17296.575435] 
Mar 30 10:10:45 lion kernel: [17296.575435] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
Mar 30 10:10:45 lion kernel: [17296.575435] 
Mar 30 10:10:45 lion kernel: [17296.575435] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
Mar 30 10:10:45 lion kernel: [17296.590013] ufs_read_super: bad magic number

What type should I supply for FreeBSD 10 UFS partition?

Thank you!
 
Re: Cannot mount FreeBSD UFS partition in Fedora Linux

The best authority on that would be the Linux people. Of those choices, I'd guess ufs2, but that might not be the best one.
 
Back
Top