Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2961395
By: nobody
I ran "ntfscluster" command, and it does not return me what I expected: a list
of files that use the clusters.
For example, I would like to see which files are using cluster 500-510. Looks
like ntfscluster is dumping MFT, no matter what range of -c I give.
[root@test-srv ntfs]# ntfscluster -v -c 500-510 /dev/sdb2 | more
Using locale 'en_US.UTF-8'.
Searching for cluster range 500-510
Inode: 0
Inode: 0
0x10 skipped - attr is resident
0x30 skipped - attr is resident
[0x80]
VCN LCN Length
0 786432-796247 (9816)
[0xB0]
VCN LCN Length
0 786431-786431 (1)
1 1743380-1743380 (1)
Inode: 1
Inode: 1
0x10 skipped - attr is resident
0x30 skipped - attr is resident
[0x80]
VCN LCN Length
0 2370591-2370591 (1)
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|