* De: Robert Watson <[EMAIL PROTECTED]> [ Data: 2002-11-26 ] [ Subjecte: Re: 5.0-DP2 ACLs on UFS2 ] > ACLs should work fine on any UFS2 partition where ACLs are enabled. I'm > wondering if it's actually UFS2, or if dumpfs is lying to you. Could you
libufs stores the UFS version in disk.d_ufs based on the magic in the sblock it finds, and then dumpfs simply does something like.... printf("UFS%d", disk.d_ufs); More or less... So if it's lying, there's something much more fundamentally wrong :) -- Juli Mallett <[EMAIL PROTECTED]> OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message