On Fri, Mar 18, 2005 at 03:29:05PM -0800, Mike Fedyk wrote: > I will have to test if samba and OpenOffice use file or byte range > locking with the apps I am using.
Samba does byte range locking itself, because the Windows semantics of those locks is quite different from posix semantics. By default the resulting lock ranges are handed down to the posix file system. If you share AFS file space with Samba you need to set 'posix locking = no', as AFS will not be able to accept the fcntl locks. Volker _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
