I have a volume with files on it that will need to be copied between Mac, Linux, and Windows machines. I want to ensure that there are no surprises with:
- file size
- filename length
- filename character set
- number of nested directories
Am I correct to assume that anything (in the above list) that is legal in FAT32 will be also be legal in NTFS, EXT3, and HFS+?
If not, is there a script/utility I can run, without actually copying the files to all of these types of volumes, that will print a list potential problems?