File Sharing – How to Share Filesystem Between Linux and Windows

filesystemslinuxwindows

What is the best way to share filesystem between Linux and Windows servers via SAN?
We have frontend RHEL Linux servers and backend Windows 2k3 servers that pass files via database that is not a best solution.
Am I correct to assume that clustered filesystem is a solution?if so, what would be a best one to use?

Best Answer

To my knowledge there are no free solutions that do this. In fact, I'm dubious that such a file-system based cluster even exists that allows both Windows and non-Windows systems to talk to the same file-system.

To my mind, a better solution would be to use a network mounted file-system. The RHEL servers mount either an NFS or SMB/CIFS share from the Windows servers, and use those directories to pass files. Lower overhead than a database.