FAT-Bad allows you to mark clusters as bad on FAT partitions.
Usage: FAT-Bad {Switches} Drive Spec <N1> [N2]
Note : Both of the parameters can be given in either decimal or hexadecimal. Decimal is the default. If you wish to enter values in hexadecimal, simply prefix the numbers with a "0x".
Note : The value of the parameters are in Clusters. They start at two (2) and go up to the maximum as defined by FAT-Info in the Number of clusters field.
FAT-Bad allows you to mark clusters on FAT disks as bad, so that they will not be used.
The clusters to be marked as bad, must first be free for allocation. If they are already in use, FAT-Bad will report it as such, and the sector will not be marked as bad. FAT-View may be used to determine if the sector is in use, and if so, by what.
This switch forces DEPIPE to be loaded and allows FAT-Bad to access disk drives located on remote machines. The Machine Name must be specified with a leading "\\". The machine name of the remote machine will have been specified when the network software on the remote machine was installed.
Note : DESVR must be running on the remote machine for this option to work.
Consult Appendix H - DESVR for further details.
FAT-BadThis will report an error as no drive specification or starting sector number was given.
FAT-Bad E: 1000FAT-Bad will attempt to mark cluster 1000 (decimal) as bad.
FAT-Bad E: 0x1000FAT-Bad will attempt to mark cluster 1000 hexadecimal (4096 decimal) as bad.
FAT-Bad F: 1000 0x2000FAT-Bad will attempt to mark clusters 1000 to 8192 (decimal), inclusive as bad.