Opened 13 years ago
Closed 13 years ago
#369 closed defect (fixed)
Removing an directory entry from exFAT leaves the file system in bad state
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/fs/exfat | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
As of mainline,1186, creating and then removing a directory / file from an empty exFAT file systems does not work as expected. The deleted directory / file entry continues to appear in the directory listing as a zero-length file. It can be apparently opened() and read(), but not deleted.
exfatfsck reports:
exfatfsck 0.9.5 ERROR: bad date 1980-00-00. ERROR: bad date 1980-00-00. ERROR: invalid checksum (0x178a != 0x0).
Note:
See TracTickets
for help on using tickets.