> The file server is Linux. However, there are also some Windows machines > who want to say a word. And they all(Dosemu and Windows clients) must work > together well.
Well you could use NFS to export to Linux clients and Samba to export to Windows clients for the same directory. > > The locking mechanism I did not mention was region locking, which however > > can probably be solved now in certain cases by using the 64-bit > > lock functions. See > > http://marc.theaimsgroup.com/?l=linux-msdos&m=103626684509236&w=2 > > (this is not implemented yet; patches are welcome :) > > So region locking does not work at all (atm)? > In any case? (That is my primary concern, actually...) Oh it does work for certain situations. It all depends what the DOS app does (i.e. problems start when non-existing regions are locked, using offsets past the end of the database). 32-bit lock offsets in Linux are signed and 32-bit lock offsets in DOS are unsigned. Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html