395 lines
14 KiB
Plaintext
395 lines
14 KiB
Plaintext
|
---- Commands Supported ----
|
|||
|
|
|||
|
behavior Control file system behavior
|
|||
|
dirty Manage volume dirty bit
|
|||
|
file File specific commands
|
|||
|
fsinfo File system information
|
|||
|
hardlink Hardlink management
|
|||
|
objectid Object ID management
|
|||
|
quota Quota management
|
|||
|
reparsepoint Reparse point management
|
|||
|
sparse Sparse file control
|
|||
|
usn USN management
|
|||
|
volume Volume management
|
|||
|
x is an invalid parameter.
|
|||
|
---- Commands Supported ----
|
|||
|
|
|||
|
behavior Control file system behavior
|
|||
|
dirty Manage volume dirty bit
|
|||
|
file File specific commands
|
|||
|
fsinfo File system information
|
|||
|
hardlink Hardlink management
|
|||
|
objectid Object ID management
|
|||
|
quota Quota management
|
|||
|
reparsepoint Reparse point management
|
|||
|
sparse Sparse file control
|
|||
|
usn USN management
|
|||
|
volume Volume management
|
|||
|
---- BEHAVIOR Commands Supported ----
|
|||
|
|
|||
|
query Query the file system behavior parameters
|
|||
|
set Change the file system behavior parameters
|
|||
|
x is an invalid parameter.
|
|||
|
---- BEHAVIOR Commands Supported ----
|
|||
|
|
|||
|
query Query the file system behavior parameters
|
|||
|
set Change the file system behavior parameters
|
|||
|
Usage : fsutil behavior query <option>
|
|||
|
|
|||
|
<option>
|
|||
|
|
|||
|
disable8dot3
|
|||
|
allowextchar
|
|||
|
disablelastaccess
|
|||
|
quotanotify
|
|||
|
mftzone
|
|||
|
Usage : fsutil behavior set <option> <value>
|
|||
|
|
|||
|
<option> <values>
|
|||
|
|
|||
|
disable8dot3 on | off
|
|||
|
allowextchar on | off
|
|||
|
disablelastaccess on | off
|
|||
|
quotanotify 1 through 4294967295 seconds
|
|||
|
mftzone 1 through 4
|
|||
|
disable8dot3 = off
|
|||
|
allowextchar = off
|
|||
|
disablelastaccess = off
|
|||
|
quotanotify = 4294967295
|
|||
|
mftzone = 0
|
|||
|
Usage : fsutil behavior set <option> <value>
|
|||
|
|
|||
|
<option> <values>
|
|||
|
|
|||
|
disable8dot3 on | off
|
|||
|
allowextchar on | off
|
|||
|
disablelastaccess on | off
|
|||
|
quotanotify 1 through 4294967295 seconds
|
|||
|
mftzone 1 through 4
|
|||
|
Usage : fsutil behavior set <option> <value>
|
|||
|
|
|||
|
<option> <values>
|
|||
|
|
|||
|
disable8dot3 on | off
|
|||
|
allowextchar on | off
|
|||
|
disablelastaccess on | off
|
|||
|
quotanotify 1 through 4294967295 seconds
|
|||
|
mftzone 1 through 4
|
|||
|
---- DIRTY Commands Supported ----
|
|||
|
|
|||
|
query Query the dirty bit
|
|||
|
set Set the dirty bit
|
|||
|
x is an invalid parameter.
|
|||
|
---- DIRTY Commands Supported ----
|
|||
|
|
|||
|
query Query the dirty bit
|
|||
|
set Set the dirty bit
|
|||
|
Usage : fsutil dirty query <volume pathname>
|
|||
|
Eg : fsutil dirty query C:
|
|||
|
Usage : fsutil dirty set <volume pathname>
|
|||
|
Eg : fsutil dirty set C:
|
|||
|
---- FILE Commands Supported ----
|
|||
|
|
|||
|
findbysid Find a file by security identifier
|
|||
|
queryallocranges Query the allocated ranges for a file
|
|||
|
setshortname Set the short name for a file
|
|||
|
setvaliddata Set the valid data length for a file
|
|||
|
setzerodata Set the zero data for a file
|
|||
|
createnew Creates a new file of a specified size
|
|||
|
x is an invalid parameter.
|
|||
|
---- FILE Commands Supported ----
|
|||
|
|
|||
|
findbysid Find a file by security identifier
|
|||
|
queryallocranges Query the allocated ranges for a file
|
|||
|
setshortname Set the short name for a file
|
|||
|
setvaliddata Set the valid data length for a file
|
|||
|
setzerodata Set the zero data for a file
|
|||
|
createnew Creates a new file of a specified size
|
|||
|
Usage : fsutil file findbysid <user> <pathname>
|
|||
|
Eg : fsutil file findbysid scottb C:\users
|
|||
|
Usage : fsutil file queryallocranges offset=<val> length=<val> <pathname>
|
|||
|
offset : File Offset, the start of the range to query
|
|||
|
length : Size, in bytes, of the range
|
|||
|
Eg : fsutil file queryallocranges offset=1024 length=64 C:\Temp\sample.txt
|
|||
|
Usage : fsutil file setshortname <pathname> <shortname>
|
|||
|
Eg : fsutil file setshortname C:\testfile.txt testfile
|
|||
|
Usage : fsutil file setvaliddata <pathname> <datalength>
|
|||
|
Eg : fsutil file setvaliddata C:\testfile.txt 4096
|
|||
|
Usage : fsutil file setzerodata offset=<val> length=<val> <pathname>
|
|||
|
offset : File offset, the start of the range to set to zeroes
|
|||
|
length : Byte length of the zeroed range
|
|||
|
Eg : fsutil file setzerodata offset=100 length=150 C:\Temp\sample.txt
|
|||
|
---- FSINFO Commands Supported ----
|
|||
|
|
|||
|
drives List all drives
|
|||
|
drivetype Query drive type for a drive
|
|||
|
volumeinfo Query volume information
|
|||
|
ntfsinfo Query NTFS specific volume information
|
|||
|
statistics Query file system statistics
|
|||
|
x is an invalid parameter.
|
|||
|
---- FSINFO Commands Supported ----
|
|||
|
|
|||
|
drives List all drives
|
|||
|
drivetype Query drive type for a drive
|
|||
|
volumeinfo Query volume information
|
|||
|
ntfsinfo Query NTFS specific volume information
|
|||
|
statistics Query file system statistics
|
|||
|
|
|||
|
Drives: A:\ |