I tried to use setfacl:
Code:
setfacl -m u:oscarmv:wr testfile
but I got
Code:
setfacl: testfile: Operation not supported
I'm doing a test on a floppy drive for this. I tried
Code:
mount -o noauto,owner,acl /dev/fd0
but I got
Code:
mount: wrong fs type, bad option, bad superblock on /dev/fd0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Before that I tried changing my fstab adding the acl option to my / partition but I got something along the lines of "acl bad option" and had problems booting (I had to use an old boot disk I had saved for situations like this).
I also tried adding the acl option to my floppy line in /etc/fstab, it looked something like this:
Code:
/dev/fd0 /mnt/floppy auto noauto,owner,acl 0 0
I got the same error as I did with
Code:
mount -o noauto,owner,acl /dev/fd0
I think it might have something with my kernel. I'm using slackware, kernel version 2.4.33.3
I don't know how to check it for acl support or even how to re-compile or patch the kernel to make acl usable.
Any suggestions?