Changes between Initial Version and Version 1 of Ticket #367
- Timestamp:
- 2011-08-27T09:06:07Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #367 – Description
initial v1 1 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.1 As of [changeset: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. 2 2 3 3 The LFN switch should be handled on a per-instance basis and controlled by a mount option.