通过NTFSInfo获得Windows 2003磁盘信息

2024-12-19 02:47:06

  你的Windows Server 2003's NTFS 文件系统卷近况如何?本文阐述关于

  Sysinternals' NTFSInfo这部分的内容,为你提供关于文件系统卷的几乎一切问题。

  有多少人在Windows Server 2003 servers上用的是其它文件系统而不是NTFS呢?

  可能毕竟不是很多,大多数情况下,不使用NTFS去运行Windows server是没有什么意义的。

  但是,该怎样得到你自己个人的NTFS volumes呢?比如扇区的数量,簇的大小,以及其它有趣的NTFS的信息?

  使用Sysinternals' NTFSInfo utility,你可以从微软公司的网站上下载。(Sysinternals现在是微软经营)

  在一些细节方面,NTFSInfo会为你提供如下信息:

  主文件基于簇的位置

  主文件镜像的启动簇

  主文件的大小

  卷的大小

  簇和分区的总数量

  可用的自由空间

  分区和簇的字节数

  安装NTFSInfo之后,这些信息就可以从自己的机器的硬盘里输出了。

C:>ntfsinfo f:

NTFS Information Dump V1.01

Copyright ?1997 Mark Russinovich

www.sysinternals.com

Volume Size

----------------

Volume size: 16378 MB

Total sectors: 33543656

Total clusters: 4192957

Free clusters: 3848814

Free space: 15034 MB(91% of drive)

Allocation Size

----------------

Bytes per sector: 512

Bytes per cluster: 4096

Bytes per MFT record: 1024

Clusters per MFT record: 0

MFT Information

----------------

MFT size: 15 MB(0% of drive)

MFT start cluster: 786432

MFT zone clusters: 786464?310560

MFT zone size: 2047 MB(12% of drive)

  MFT mirror start: 2096478

猜你喜欢