Thread: Windows Server 2008 Share, CIFS mount, archive bit
hi,
have following issue:
i'm running ubuntu 8.04 , samba 3.0.28. i'm trying mount windows share lives on windows server 2008 via
mount -t cifs //xx.yy.zz.uu/share /mnt/share
works. need check, if archive bit of specific file set or not. when try
getfattr -d /mnt/share/file
gives me nothing. when try mount options user_att or acl same result. have cifs extended attribute support compiled kernel, i'm able set extended attributes like
setfattr -n user.someattr -v blub /mnt/share/file
, back
getfattr -d /mnt/share/file
getfattr: removing leading '/' absolute path names
# file: mnt/share/file
user.someattr="blub"
i'm not able windows archive bit. there way achieve this?
lot
sven
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Windows Server 2008 Share, CIFS mount, archive bit
Ubuntu
Comments
Post a Comment