On 26.02.2006 12:46, Pan Hektor wrote: > On 2/26/06, Jan Palus <[EMAIL PROTECTED]> wrote: > > > > On 26.02.2006 00:28, Pan Hektor wrote: > > > On 2/23/06, Pan Hektor <[EMAIL PROTECTED]> wrote: > > > > > > > > co jest nie tak? > > > > > > > > setfacl -m user:hektor:rwx,group:users:rwx test > > > > setfacl: test: Operacja nie obsługiwana > > > > > > > > system plików to reiserfs na 2.6.11.10-6 > > > > > > > nikt nie uzywa reiserfs z ACL? na ext3 wszystko dziala, czy reiser ma > > jakies > > > ukryte opcje montowania? > > > > mount -o acl? > > > > no niby tak mam, na ext3 dziala, na reiserfs nie...
#SOA1 [EMAIL PROTECTED] ~]# mount -o noacl /dev/hda3 /mnt/hd [EMAIL PROTECTED] ~]# mount | grep hda3 /dev/hda3 on /mnt/hd type reiserfs (rw,noacl) [EMAIL PROTECTED] ~]# cd /mnt/hd [EMAIL PROTECTED] /mnt/hd]# mkdir test [EMAIL PROTECTED] /mnt/hd]# setfacl -m g:users:rw test setfacl: test: Operation not supported [EMAIL PROTECTED] /mnt/hd]# mount -o acl,remount . [EMAIL PROTECTED] /mnt/hd]# setfacl -m g:users:rw test [EMAIL PROTECTED] /mnt/hd]# uname -a Linux pomidor 2.6.11.10-6 #1 Fri May 27 20:34:47 UTC 2005 i686 AMD_Sempron(tm)__2000+ unknown PLD Linux -- atler _______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
