UNSOLVED

sledgehammer1

updated

18 years ago

S

sledgehammer1

1 Rookie

29 Posts

0

404

October 6th, 2008 12:00

Inside Stub file

Hello, I new on the diskextender world and I´m thinking how the stub file works:
If I get a Stub file and, usind DOS, use the type command, what will I able to see inside the file? I mean, what exists inside a stub file?
  • coreylow

    41 Posts

    87

    0

    Posted October 7th, 2008 21:00

    File Tags (also known as Stub Files or Purged Files) on the Extended Drive have a reference to the media that the files are written to with DX. The reference to the media is contained within the Master File Table (MFT.) The MFT contains the MediaID that is stored in the registry and does not reference the media by it's media name. If the MediaID changes for any reason, the File Tag in the MFT will not point to the correct media by it's MediaID, the the File Tag is considered to be an Orphaned File Tag.

    Purged files remain accessible through file tags on the extended
    drive. When a file has been migrated to a single piece of media, a file tag
    consumes between 0 bytes and 1 cluster of disk space. (On Microsoft Windows
    NTFS systems, a cluster of disk space averages approximately 4 KB, although the
    size depends on a number of variables.)

    Hope this helps