Sektoren einer Datei ---> nfi
http://support.microsoft.com/kb/253066/EN-US/
Bissel
Kopfrechnen, funktioniert exakt.
---------- Beitrag hinzugefügt um 21:40 ---------- Vorheriger Beitrag war um 21:19 ----------
Wenn das so einfach wäre könnte ich ein tool schreiben was prüft ob trim geht... Problem nur... bei win7 trim weiss man nicht wann es das macht
Ja eben, man muss immer wieder auf die betreffenden Sektoren schauen - pinki ist vielleicht ein "zäher Hund".
Ich hoffe, dass Ihr Spaß versteht.
Ich habe einfach Schiss, mit "meinem" Editor noch mal auf die SSD zu schauen.
Übrigens, UTF-16 kommt gut.
C:\Windows>cd..
C:\>nfi.exe
NTFS File Sector Information Utility.
Copyright (C) Microsoft Corporation 1999. All rights reserved.
Dumps information about an NTFS volume, and optionally determines
which volume and file contains a particular sector.
Usage: nfi.exe drive-letter [logical-sector-number]
Drive-letter can be a single character or a character followed
by a colon (i.e., C or C: are acceptable).
Logical-sector-number is a decimal or 0x-prefixed hex
number, specifying a sector number relative to the volume
whose drive letter is given by drive-letter. If not
specified, then information about every file on the volume
is dumped.
nfi.exe NT-device-path physical-sector-number
Determines which volume a given physical sector on a drive is
within, and then which file on the volume it is in.
NT-device-path is the NT-style path to a physical device.
It must not include a partition specification.
Physical-sector-number is a decimal or 0x-prefixed hex
number, specifying a sector number relative to the physical
drive whose device path is given by NT-device-path.
nfi.exe full-win32-path
Dumps information about a particular file. full-win32-path
must start with a drive letter and a colon.
C:\>nfi c:\p80.txt
NTFS File Sector Information Utility.
Copyright (C) Microsoft Corporation 1999. All rights reserved.
\p80.txt
$STANDARD_INFORMATION (resident)
$FILE_NAME (resident)
$DATA (nonresident)
logical sectors 40600-40615 (0x9e98-0x9ea7)
C:\>nfi l:\p80.txt
NTFS File Sector Information Utility.
Copyright (C) Microsoft Corporation 1999. All rights reserved.
\p80.txt
$STANDARD_INFORMATION (resident)
$FILE_NAME (resident)
$DATA (nonresident)
logical sectors 352-367 (0x160-0x16f)
C:\>