NTFSFALLOCATE(8) | System Manager's Manual | NTFSFALLOCATE(8) |
ntfsfallocate - preallocate space to a file on an NTFS volume
ntfsfallocate [options] -l length device file [attr-type [attr-name]]
ntfsfallocate preallocates space for any attribute of a file or directory, thus reserving space before actual contents is written. This is similar to fallocate(1).
Below is a summary of all the options that ntfsfallocate accepts. Nearly all options have two equivalent names. The short name is preceded by - and the long name is preceded by --. Any single letter options, that don't take an argument, can be combined into a single command, e.g. -fv is equivalent to -f -v. Long named options can be abbreviated to any unique prefix of their name.
Hex | Decimal | Name |
0x10 | 16 | "$STANDARD_INFORMATION" |
0x20 | 32 | "$ATTRIBUTE_LIST" |
0x30 | 48 | "$FILE_NAME" |
0x40 | 64 | "$OBJECT_ID" |
0x50 | 80 | "$SECURITY_DESCRIPTOR" |
0x60 | 96 | "$VOLUME_NAME" |
0x70 | 112 | "$VOLUME_INFORMATION" |
0x80 | 128 | "$DATA" |
0x90 | 144 | "$INDEX_ROOT" |
0xA0 | 160 | "$INDEX_ALLOCATION" |
0xB0 | 176 | "$BITMAP" |
0xC0 | 192 | "$REPARSE_POINT" |
0xD0 | 208 | "$EA_INFORMATION" |
0xE0 | 224 | "$EA" |
0xF0 | 240 | "$PROPERTY_SET" |
0x100 | 256 | "$LOGGED_UTILITY_STREAM" |
Preallocate 100MB to the file database.db located in the Data directory which is at the root of an NTFS file system.
ntfsfallocate -l 100M /dev/sda1 Data/database.db
There are no known problems with ntfsfallocate, however it can lead to configurations not supported by Windows and Windows may crash (BSOD) when writing to preallocated clusters which were not written to earlier. Files with preallocated space should be fully be written to before they are updated by Windows.
If you find a bug in ntfsfallocate proper, please send an
email describing the problem to the development team:
ntfs-3g-devel@lists.sf.net
ntfsfallocate was written by Jean-Pierre Andre.
ntfsfallocate is part of the ntfs-3g package and is
available from:
http://www.tuxera.com/community/
June 2014 | ntfs-3g 2017.3.23AR.3 |