Month: October 2019
Mount UFS filesystem Ubuntu
Mounting UFS file systems in Ubuntu should be straight forward. Follow these simple steps to make sure that your are mounting your FreeNAS disks properly in Ubuntu: Load the UFS module (or make sure its loaded) sudo modprobe ufs Make a directory where to mount the files on mkdir ~/ufs_mount…