accessing NetBSD filesystem

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Dec 18 09:11:10 PST 2005


On Sun, Dec 18, 2005 at 04:16:16PM +0100, joerg at britannica.bec.de wrote:
+> On Sun, Dec 18, 2005 at 01:54:18AM +0100, Gilbert Fernandes wrote:
+> > 
+> > The FreeBSD UFS is the FFS accessed through the VFS layer, but basically
+> > the format is the same. If you want to have access, from FreeBSD, to
+> > NetBSD partitions, make sure the NetBSD partitions have been formated
+> > using FFSv2 which is the port of UFS to NetBSD. There are some
+> > differences though : no ACL support nor snapshots available there.
+> 
+> FFS v1 and v2 are both working. I'm using that everyday. The one part
+> which needs attention is soft updates: FreeBSD / DragonFly have it as
+> permanent flag, NetBSD as mount option.

Interesting. In FreeBSD fsck(8) works differently for SU-enabled FS, so
having SU as a mount option won't be possible (if we want to protect our
users from a foot-shooting).
And because of the way SU works, it is possible to run background fsck,
as the only problems are unreferenced objects (inodes, blocks, etc.).

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20051218/599f8554/attachment.bin


More information about the freebsd-hackers mailing list