| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config FAT_FS |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | select NLS |
|---|
| .. | .. |
|---|
| 40 | 41 | they are compressed; to access compressed MSDOS partitions under |
|---|
| 41 | 42 | Linux, you can either use the DOS emulator DOSEMU, described in the |
|---|
| 42 | 43 | DOSEMU-HOWTO, available from |
|---|
| 43 | | - <http://www.tldp.org/docs.html#howto>, or try dmsdosfs in |
|---|
| 44 | + <https://www.tldp.org/docs.html#howto>, or try dmsdosfs in |
|---|
| 44 | 45 | <ftp://ibiblio.org/pub/Linux/system/filesystems/dosfs/>. If you |
|---|
| 45 | 46 | intend to use dosemu with a non-compressed MSDOS partition, say Y |
|---|
| 46 | 47 | here) and MSDOS floppies. This means that file access becomes |
|---|
| .. | .. |
|---|
| 68 | 69 | |
|---|
| 69 | 70 | The VFAT support enlarges your kernel by about 10 KB and it only |
|---|
| 70 | 71 | works if you said Y to the "DOS FAT fs support" above. Please read |
|---|
| 71 | | - the file <file:Documentation/filesystems/vfat.txt> for details. If |
|---|
| 72 | + the file <file:Documentation/filesystems/vfat.rst> for details. If |
|---|
| 72 | 73 | unsure, say Y. |
|---|
| 73 | 74 | |
|---|
| 74 | 75 | To compile this as a module, choose M here: the module will be called |
|---|
| .. | .. |
|---|
| 81 | 82 | help |
|---|
| 82 | 83 | This option should be set to the codepage of your FAT filesystems. |
|---|
| 83 | 84 | It can be overridden with the "codepage" mount option. |
|---|
| 84 | | - See <file:Documentation/filesystems/vfat.txt> for more information. |
|---|
| 85 | + See <file:Documentation/filesystems/vfat.rst> for more information. |
|---|
| 85 | 86 | |
|---|
| 86 | 87 | config FAT_DEFAULT_IOCHARSET |
|---|
| 87 | 88 | string "Default iocharset for FAT" |
|---|
| .. | .. |
|---|
| 95 | 96 | Note that "utf8" is not recommended for FAT filesystems. |
|---|
| 96 | 97 | If unsure, you shouldn't set "utf8" here - select the next option |
|---|
| 97 | 98 | instead if you would like to use UTF-8 encoded file names by default. |
|---|
| 98 | | - See <file:Documentation/filesystems/vfat.txt> for more information. |
|---|
| 99 | + See <file:Documentation/filesystems/vfat.rst> for more information. |
|---|
| 99 | 100 | |
|---|
| 100 | 101 | Enable any character sets you need in File Systems/Native Language |
|---|
| 101 | 102 | Support. |
|---|
| .. | .. |
|---|
| 113 | 114 | |
|---|
| 114 | 115 | Say Y if you use UTF-8 encoding for file names, N otherwise. |
|---|
| 115 | 116 | |
|---|
| 116 | | - See <file:Documentation/filesystems/vfat.txt> for more information. |
|---|
| 117 | + See <file:Documentation/filesystems/vfat.rst> for more information. |
|---|