Utility to find out type of disks?

  • Thread starter Thread starter Forte Agent
  • Start date Start date
F

Forte Agent

Is there any command line utility that reports the type of disk mount
points? For example, "C:" could be regular hard disk, "D:" could be
CD-ROM, and "E:" could be network share from some other server. I
would like any utility that reports this type of info. Thank you in
advance.
 
Forte Agent said:
Is there any command line utility that reports the type of disk mount
points? For example, "C:" could be regular hard disk, "D:" could be
CD-ROM, and "E:" could be network share from some other server. I
would like any utility that reports this type of info. Thank you in
advance.

See the post "CD Environment Variable", posted in this newsgroup
only a few hours ago. Basically, Phil Robyn proposed to use this
command:

chkntfs E:

and to extract from its output the details you need to know.
 
Back
Top