FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour formatted NTFS
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
formatted NTFS
Posted: Mon Mar 12, 2012 09:36 AM

Is it possible to check if a disk is formatted NTFS.
Thanks in advance
Otto

Posts: 368
Joined: Sun May 31, 2009 06:25 PM
Re: formatted NTFS
Posted: Mon Mar 12, 2012 12:22 PM
Try this command line: fsutil fsinfo volumeinfo c:\
You can also try msinfo32 /report infos.txt or undex XP msinfo32 /report infos.txt /categories +ComponentsStorageDrives and search the generated file for the entry of the drive you need information about.

You could also use the tdiskinfo class available from http://code.google.com/p/fivewin-contributions/downloads/detail?name=TDiskInfo%20Versi%C3%B3n%202.1.zip&can=2&q=
Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10

Continue the discussion