diff options
Diffstat (limited to 'Documentation/filesystems/affs.txt')
-rw-r--r-- | Documentation/filesystems/affs.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/filesystems/affs.txt b/Documentation/filesystems/affs.txt index 81ac488e3758..71b63c2b9841 100644 --- a/Documentation/filesystems/affs.txt +++ b/Documentation/filesystems/affs.txt | |||
@@ -49,6 +49,10 @@ mode=mode Sets the mode flags to the given (octal) value, regardless | |||
49 | This is useful since most of the plain AmigaOS files | 49 | This is useful since most of the plain AmigaOS files |
50 | will map to 600. | 50 | will map to 600. |
51 | 51 | ||
52 | nofilenametruncate | ||
53 | The file system will return an error when filename exceeds | ||
54 | standard maximum filename length (30 characters). | ||
55 | |||
52 | reserved=num Sets the number of reserved blocks at the start of the | 56 | reserved=num Sets the number of reserved blocks at the start of the |
53 | partition to num. You should never need this option. | 57 | partition to num. You should never need this option. |
54 | Default is 2. | 58 | Default is 2. |
@@ -181,9 +185,8 @@ tested, though several hundred MB have been read and written using | |||
181 | this fs. For a most up-to-date list of bugs please consult | 185 | this fs. For a most up-to-date list of bugs please consult |
182 | fs/affs/Changes. | 186 | fs/affs/Changes. |
183 | 187 | ||
184 | Filenames are truncated to 30 characters without warning (this | 188 | By default, filenames are truncated to 30 characters without warning. |
185 | can be changed by setting the compile-time option AFFS_NO_TRUNCATE | 189 | 'nofilenametruncate' mount option can change that behavior. |
186 | in include/linux/amigaffs.h). | ||
187 | 190 | ||
188 | Case is ignored by the affs in filename matching, but Linux shells | 191 | Case is ignored by the affs in filename matching, but Linux shells |
189 | do care about the case. Example (with /wb being an affs mounted fs): | 192 | do care about the case. Example (with /wb being an affs mounted fs): |