tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ffsv2 extattr support



On Thu, Jun 19, 2014 at 03:28:41PM +0200, Thomas Schmitt wrote:
> But i had no success with getting an FFSv1 filesystem with extattr
> support. In part it seems to believe to be able, but the real
> action does not work.
(...)
> netbsdcur# mount -o extattr /dev/wd1a /mnt/ffs1
> mount_ffs: /dev/wd1a on /mnt/ffs1: Operation not supported

Oh yes, you need to rebuild a kernel with the following options:
options UFS_EXTATTR             
options UFS_EXTATTR_AUTOSTART   
options UFS_EXTATTR_AUTOCREATE=1024

-- 
Emmanuel Dreyfus
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index