Another little curiosity, this time between Linux cifs client and SXCE CIFS Server:
On SXCE: -bash-3.2$ runat bogus.txt ls SUNWattr_ro SUNWattr_rw -bash-3.2$ ls -l bogus.txt -rw-r--r-- 1 jconnett pcs 0 Mar 12 15:49 bogus.txt -bash-3.2$ On Linux: $ ls -l bogus.txt -rwxrwSrwt 1 root root 0 2008-03-13 15:21 bogus.txt $ setfattr -n user.city -v cambridge bogus.txt $ echo $? 0 $ getfattr -d bogus.txt $ echo $? 0 $ ls -l bogus.txt -r-xr-Sr-t 1 root root 1835098880 2008-03-13 15:21 bogus.txt $ Back on SXCE: -bash-3.2$ ls -l bogus.txt -rw-r--r-- 1 jconnett pcs 1835098880 Mar 13 15:21 bogus.txt -bash-3.2$ runat bogus.txt ls SUNWattr_ro SUNWattr_rw -bash-3.2$ A severe case of inflation! This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
