aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/affs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/affs.txt')
-rw-r--r--Documentation/filesystems/affs.txt9
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
52nofilenametruncate
53 The file system will return an error when filename exceeds
54 standard maximum filename length (30 characters).
55
52reserved=num Sets the number of reserved blocks at the start of the 56reserved=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
181this fs. For a most up-to-date list of bugs please consult 185this fs. For a most up-to-date list of bugs please consult
182fs/affs/Changes. 186fs/affs/Changes.
183 187
184Filenames are truncated to 30 characters without warning (this 188By default, filenames are truncated to 30 characters without warning.
185can be changed by setting the compile-time option AFFS_NO_TRUNCATE 189'nofilenametruncate' mount option can change that behavior.
186in include/linux/amigaffs.h).
187 190
188Case is ignored by the affs in filename matching, but Linux shells 191Case is ignored by the affs in filename matching, but Linux shells
189do care about the case. Example (with /wb being an affs mounted fs): 192do care about the case. Example (with /wb being an affs mounted fs):