Commit Graph

19 Commits

Author SHA1 Message Date
c12b0d91db Implement LFN namespace in FAT. 2019-04-27 13:04:59 +01:00
7a8e997948 Implement DOS and NT namespaces in FAT. 2019-04-27 02:46:29 +01:00
5b86a572bd Cache FAT16. 2019-04-27 02:38:48 +01:00
ffa5a4ceb7 Implement FAT12 reading. 2019-04-27 02:26:31 +01:00
d4aed38d46 Return NotSupported in xattr methods in FAT. 2019-04-27 00:58:05 +01:00
3b29d25f24 Implement Read() in FAT. 2019-04-27 00:56:49 +01:00
dfb96d13a5 Implement MapBlock() in FAT. 2019-04-27 00:53:43 +01:00
ad37e2ad55 Implement GetAttributes() in FAT. 2019-04-27 00:53:09 +01:00
b620e3b6af Implement Stat() in FAT. 2019-04-27 00:52:40 +01:00
4399f8c3c0 Add GetFileEntry() to FAT plugin. 2019-04-27 00:45:36 +01:00
47fe9adf34 Implement reading DOS namespace directories in FAT. 2019-04-27 00:40:58 +01:00
ec29606414 Use second FAT. 2019-04-26 23:15:33 +01:00
f3155525a9 Get statfs in FAT. 2019-04-26 23:06:05 +01:00
79d7441db4 Read FAT32 root directory. 2019-04-26 19:57:19 +01:00
35de82ec9f Retrieve clusters in FAT16 and FAT32. 2019-04-26 19:56:58 +01:00
4d28330dcb Cache root directory for FAT12 and FAT16. 2019-04-26 01:29:29 +01:00
8bb291246b Implement mounting FAT. 2019-04-26 00:54:51 +01:00
1be5373796 Move FAT's BPB detection to a separate method. 2019-04-25 22:05:33 +01:00
b7cf7148a5 Make FAT filesystem plugin implement IReadOnlyFilesystem. 2019-04-25 01:25:13 +01:00