Tim Roberts wrote:
Are inodes supported on Windows NTFS, FAT, FAT32?


No. Inodes are strictly a Unix filesystem concept.

I disagree. NTFS MFT records are so similar to inodes that their numbers could well be used in st_ino (except that they are 64-bit quantities, whereas st_ino typically has only 32 bits).

Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to