We are developing file system filters, and we need to automate testing on all the platforms that we aim at (Windows, OS X, Linux). What tools would you recommend to check if a particular mounted file system is working properly.
Here the word “right” probably needs some clarification: Since we are developing filters (and not a new file system), the behavior should be the same as the underlying file system (NTFS, HFS +, XFS). Thus, tools should check not only the basic operations (open / read / write / close / dir), but also special OS and file system functions such as resource forks in HFS, streams in NTFS, security attributes, etc.
Thanks in advance, KIV
source
share