Opened 13 years ago
Last modified 13 years ago
#367 closed defect
Need to be able to (de)active LFN support via a mount option — at Initial Version
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/fs/fat | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
As of mainline,1186, the FAT server will have LFN enabled by default. The only option to turn it off is to set the enable_lfn
variable in fat_directory_write()
to false and recompile.
The LFN switch should be handled on a per-instance basis and controlled by a mount option.
Note:
See TracTickets
for help on using tickets.