Does Windows have Inode Numbers like Linux?

后端 未结 7 1522
挽巷
挽巷 2020-12-02 19:38

Does Windows have Inode Numbers like Linux? How does Windows internally manage files?

7条回答
  •  渐次进展
    2020-12-02 20:30

    This question is more about filesystems than a particular OS I believe. Each filesystem handles files differently (and each OS can support multiple filesystems).

    http://pcnineoneone.com/howto/filesystems1/ has a pretty good writeup on FAT and NTFS, which are two popular filesystems with windows.

提交回复
热议问题