Man page - ntfstruncate(8)
Packages contains this manual
- ntfsls(8)
- ntfscp(8)
- lowntfs-3g(8)
- ntfs-3g(8)
- ntfsundelete(8)
- ntfscluster(8)
- mkfs.ntfs(8)
- ntfscmp(8)
- mount.lowntfs-3g(8)
- mount.ntfs(8)
- ntfsinfo(8)
- ntfsusermap(8)
- ntfsdecrypt(8)
- ntfs-3g.probe(8)
- ntfsfallocate(8)
- ntfsfix(8)
- ntfsrecover(8)
- ntfstruncate(8)
- ntfswipe(8)
- ntfsclone(8)
- ntfsresize(8)
- mkntfs(8)
- ntfscat(8)
- ntfslabel(8)
- ntfsprogs(8)
- mount.ntfs-3g(8)
- ntfssecaudit(8)
apt-get install ntfs-3g
Manual
NTFSTRUNCATE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
BUGS
AUTHORS
AVAILABILITY
SEE ALSO
NAME
ntfstruncate - truncate a file on an NTFS volume
SYNOPSIS
ntfstruncate [ options ] device file [attr-type [ attr-name ]] new-length
DESCRIPTION
ntfstruncate truncates (or extends) a specified attribute belonging to a file or directory, to a specified length.
OPTIONS
Below is a
summary of all the options that
ntfstruncate
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.
-f
,
--force
This will override some sensible defaults, such as not using a mounted volume. Use this option with caution.
-h , --help
Show a list of options with a brief description of each one.
|
-l |
Display licensing information. |
-n , --no-action
Simulate the truncation without actually write to device.
-q , --quiet
Suppress some debug/warning/error messages.
-v , --verbose
Display more debug/warning/error messages.
-V , --version
Show the version number, copyright and license of ntfstruncate .
attr-type
Define a particular attribute type to be truncated (advanced use only). By default, the unnamed $DATA attribute (the contents of a plain file) will be truncated. The attribute has to be specified by a number in decimal or hexadecimal :
attr-name
Define the name of the particular attribute type to be truncated (advanced use only).
new-length
Specify the target size of the file. It will be rounded up to a multiple of the cluster size. A suffix of K, M, G, T, P or E may be appended to mean a multiplicative factor of a power of 1000. Similarly a suffix of Ki, Mi, Gi, Ti, Pi or Ei may be appended to mean a multiplicative factor of a power of 1024.
EXAMPLES
Resize to 100MB the file database.db located in the Data directory which is at the root of an NTFS file system.
ntfstruncate /dev/sda1 Data/database.db 100M
BUGS
There are no
known problems with
ntfstruncate
. If you find a bug,
please send an email describing the problem to the
development team:
ntfs-3g-devel@lists.sf.net
AUTHORS
ntfstruncate was written by Anton Altaparmakov.
AVAILABILITY
ntfstruncate
is part of the
ntfs-3g
package and is available from:
https://github.com/tuxera/ntfs-3g/wiki/
SEE ALSO
ntfs-3g (8), ntfsfallocate (8), ntfsprogs (8).