[comp.sys.ibm.pc] Norton Advanced Utilities DT

cracraft@venera.isi.edu (Stuart Cracraft) (11/22/88)

DT is this fancy Disk Test command from Norton. It is supposed
to, among other things, add bad blocks to the FAT (what's that
stand for?) with the /d command.

If true, does it handle multiple partitions?

	Stuart

marc@rna.UUCP (Marc Johnson) (11/23/88)

In article <6857@venera.isi.edu> cracraft@venera.isi.edu (Stuart Cracraft) writes:
>DT is this fancy Disk Test command from Norton. It is supposed
>to, among other things, add bad blocks to the FAT (what's that
>stand for?) with the /d command.
>

FAT stands for File Allocation Table, a map of the used clusters on your disk.

The usage of DT is (from the version 4.0 manual):

DT [d:][filespec][switches]

Switches:
/B	Perform both disk and file test
/Cn	Mark cluster n as bad
/Cn-	Mark cluster n as good
/D	Test the entire disk for damage (i.e., not just files)
/F	Test all files on the disk for damage (i.e., only used clusters)
/LOG	Format output message to be suitable for printing or logging to a file
/M	Move questionable clusters to a safe location, and mark them as bad
/S	Test files in subdirectories also (only meaningful when a filespec is
	given).

With no switches, DT just examines and reports.

>If true, does it handle multiple partitions?
>
>	Stuart

As indicated above, giving a disk name will cause DT to examine that disk.
Normally, it default to the current disk.  So,

C> dt

will examine the current disk (C: in this case), and,

C> dt d:

will examine drive D:.

marc

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
= Marc Johnson			    BITNET:   rna!marc@rockvax.bitnet         =
= Rockefeller Univ. Neurobiology    UUCP:     ...cmcl2!rna!marc               =
= New York City                     INTERNET: marc%rna@rocky2.rockefeller.edu =
=                                             (129.85.2.1)                    =
=                                                                             =
= "Gimme the beat boys and free my soul, I wanna get lost in your rock & roll =
=                           ...and drift away"                                =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
= Marc Johnson			  BITNET:   rna!marc@rockvax.bitnet           =
= Rockefeller U. Neurobiology     UUCP:     ...cmcl2!rna!marc                 =
= New York City      (129.85.2.1) INTERNET: marc%rna@rocky2.rockefeller.edu   =

ldh@hcx1.SSD.HARRIS.COM (11/23/88)

>DT is this fancy Disk Test command from Norton. It is supposed
>to, among other things, add bad blocks to the FAT (what's that
>
It will only do so if it decides that an area marked as bad is not.  Generally
not worth the price of lost data (in my opinion).

>stand for?) with the /d command.
>
(F)ila (A)llocation (T)able

>If true, does it handle multiple partitions?
>
Each logical partition has its own FAT ... the Norton Utilities act on each
logical drive independently

clark-j@europa.cis.ohio-state.edu (james clark) (11/30/88)

In article <6857@venera.isi.edu> cracraft@venera.isi.edu (Stuart Cracraft) writes:
>DT is this fancy Disk Test command from Norton. It is supposed
>to, among other things, add bad blocks to the FAT (what's that
>stand for?) with the /d command.
>
>If true, does it handle multiple partitions?
>
>	Stuart

FAT => File Allocation Table; is used to maintain a table of the status of 
       all sectors.

No, not across partitions because each partition (assuming all DOS) will have
it's own FAT.  To clean house with DT supply the drive letter.  (obvious hint
try C>DT ?)

Disclaimer:	Don't ask me, I'm just a student.