Opened 13 years ago
Closed 13 years ago
#367 closed defect (fixed)
Need to be able to (de)active LFN support via a mount option
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 (last modified by )
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.
Change History (2)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix merged in mainline,1243 via introducing the
nolfn
mount option. Note that it is not possible to prevent the FAT server from reading LFN entries. The mount option can only stop it from creating new LFN entries.