Is there any distributed file system which runs on Windows except Hadoop?

GPFS is a worthy consideration. It is IBM proprietary, but does have very good scalability, is a full-fledged network file system, and has decent Windows support. NTFS ACLs are preserved, though mapping them to NFSv4 ACLs, which works quite well (so long as you don't shoot your foot off trying to use POSIX permissions as well; chmod will blow away your NFSv4 ACLs.)

Lustre is worth a mention, but Windows support is generally considered very poor and green.


There is DFS from Microsoft itself, it's in Windows Server (if it's good or bad I don't know)