Opened 13 years ago
Closed 12 years ago
#400 closed enhancement (fixed)
mkfat.py does not support LFN
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Although our FAT file system server supports LFN, mkfat.py does not. This means we can only have 8+3 formatted file names on our RAM disk. This should be fixed so that we can finally use more sensible names for our files.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Hmm.. it is not strictly needed, but it should be a rather easy extension, right?
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The last missing pieces were integrated in mainline,1461 and mainline,1462.
Note:
See TracTickets
for help on using tickets.
mainline,1447 merged changeset vojtechhorky@… which makes it possible to use LFN in mkfat.py. Support for filenames
with characters outside of base ASCII is still missing, though. It is debatable whether we need non-ASCII characters support in mkfat.py.