|
Switch
|
Description
|
|---|
|
?
|
Displays usage information and help for using the FBWF manager
Example: fbwfmgr /?
|
|
addexclusion
|
Adds a write-through path to the exclusion list for next startup
The volumename can be either a case-insensitive volume device name (for example, \Device\HarddiskVolume1), or a drive letter (for example, C: or D:).
Be aware that the name is not the volume label that Windows Explorer displays before the drive letter.
The file or directory path must be an absolute path starting with "\".
Example: fbwfmgr /addexclusion C:\Sample
|
|
addvolume
|
Adds a volume to the protected volume list for the next startup
Example: fbwfmgr /addvolume C:
|
|
commit
|
Commits the changes that you made to the file to the underlying media
The volumename can be either a case-insensitive volume device name (for example, \Device\HarddiskVolume1), or a drive letter (for example, C: or D:).
Be aware that the name is not the volume label that Windows Explorer displays before the drive letter.
The file path must be an absolute path starting with "\".
Be aware that the volume must currently be protected. Otherwise, the error message "The system cannot find the drive specified." is displayed.
Example: fbwfmgr /commit C:\Sample
|
|
disable
|
Disables the write filter on the next restart
Example: fbwfmgr /disable
|
|
displayconfig
|
Displays all configuration information for the write filter including protected volumes list, overlay configuration and write-through paths The command returns:
State—Indicating current filter state (enable or disable) and state for the next startup
Protected Volumes—List of protected volumes including the current and the next boot state
Compression—Current and next boot state for cache compression
Threshold—Current and next boot values for the overlay cache threshold
Write-Through Paths—Displays a complete list of active and next startup write-through paths
Pre-allocation Status—Displays current and next startup status for cache pre-allocation
Example: fbwfmgr /displayconfig
|
|
enable
|
Enables the write filter on the next restart
Example: fbwfmgr /enable
|
|
getactualsize
|
Displays the actual volume disk size information
Example: fbwfmgr /getactualsize C:
|
|
getvirtualsize
|
Displays the virtual volume disk size information
Example: fbwfmgr /getvirtualsize C:
|
|
help / [switch]
|
Displays help information for a specific FBWF Manager switch
Example: fbwfmgr /help /addvolume
|
|
overlaydetail
|
Displays details on the current overlay contents for all protected volumes The command returns:
Contents—Files and folders currently in the overlay for all protected volumes including sizes (size of data in overlay) and open file handles
Memory Usage—Total amount of memory being consumed by the overlay
Example: fbwfmgr /overlaydetail
|
|
removeexclusion
|
Removes a write-through path from the exclusion list for next startup
The volumename can be either a case-insensitive volume device name (for example, \Device\HarddiskVolume1), or a drive letter (for example, C: or D:).
Be aware that the name is not the volume label that Windows Explorer displays before the drive letter.
The file or directory path must be an absolute path starting with "\".
Example: fbwfmgr /removeexclusion C:\Sample
|
|
removevolume
|
Removes a volume from the protected volume list for next startup, and either preserves the exclusion list (0) or removes it (1).
Example: fbwfmgr /removevolume C:
|
|
restore
|
Discards the changes that you made to the file, that is, restores the files to its original contents from the underlying media
The volumename can be either a case-insensitive volume device name (for example, "\Device\HarddiskVolume1"), or a drive letter (for example, "C:" or "D:").
Be aware that the name is not the volume label that Windows Explorer displays before the drive letter.
The file path must be an absolute path starting with "\".
Be aware that the volume must currently be protected. Otherwise, the error message "The system cannot find the drive specified." is displayed.
Example: fbwfmgr /restore C:\Sample
|
|
setcompression
|
Sets overlay compression as enabled (1) or disabled (0) for the next startup
Example: fbwfmgr /setcompression 0
|
|
setpreallocation
|
Sets cache pre-allocation as enabled (1) or disabled (0) for the next startup
Example: fbwfmgr /setpreallocation 0
|
|
setsizeddisplay
|
Sets the size display mode to either virtual (1) or actual (0) The new mode takes effect after the next restart.
Example: fbwfmgr /setsizedisplay 1
|
|
setthreshold
|
Sets the overlay threshold value for the next startup The input field threshold is the overlay threshold in MB.
Example: fbwfmgr /setthreshold 128
|