Hello,
We are developing file system filters and we need to automate the testing on all platforms we are targeting (Windows, OS X, Linux). What tools would you recommend that will check if a particular mounted file system behaves properly.
Here the word "properly" probably needs some clarification: Since we are developing filters (not a new file system) the behavior should be the same as the underlying file system (NTFS, HFS+, XFS). So the tools need to check not only basic operations (open/read/write/close/dir) but also OS and file system specific features like resource forks on HFS, streams on NTFS, security attributes, etc.
Thanks in advance, KIV