The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    XP's Filesystem vs Vista's Filesystem

    Discussion in 'Windows OS and Software' started by The Fire Snake, Nov 30, 2008.

  1. The Fire Snake

    The Fire Snake Notebook Virtuoso

    Reputations:
    426
    Messages:
    2,889
    Likes Received:
    0
    Trophy Points:
    55
    A quick question. Do they both use the same(i.e. identical) filesystem, i.e. NTFS? Is the version of NTFS used the same?
     
  2. Andy

    Andy Notebook Prophet

    Reputations:
    2,133
    Messages:
    6,399
    Likes Received:
    1
    Trophy Points:
    206
    XP uses NTFS 3.1, and Vista probably uses the same as well.
    Vista has a couple of extra features like Partition-Shrinking and all.
     
  3. DetlevCM

    DetlevCM Notebook Nobel Laureate

    Reputations:
    4,843
    Messages:
    8,389
    Likes Received:
    1
    Trophy Points:
    205
    As far as I'm aware its the same.

    Also - if it were different, wouldn't they have called it differently?

    And it would have caused compatebility issues with XP if they weren't.
     
  4. stewie

    stewie What the deuce?

    Reputations:
    3,666
    Messages:
    2,174
    Likes Received:
    0
    Trophy Points:
    55
    Vista uses the same NTFS 3.1 as XP and Server 2003.

    You can check the NTFS version at the command prompt by typing the following command:

    • fsutil fsinfo ntfsinfo c:
     
  5. Qwakrz

    Qwakrz Notebook Consultant

    Reputations:
    182
    Messages:
    206
    Likes Received:
    0
    Trophy Points:
    30
    Partitioning is slightly different but the underlying format is the same

    Vista sets the first partition to the first 2048K boundary. This helps with most Raid controllers as it means a whole cluster is usually within a strip and not split across 2

    XP just starts the first partition after the boot block on the disc. This means that your clusters could be split across a stripe when using Raid.

    All in all though there is almost 0 difference between them.
     
  6. The Fire Snake

    The Fire Snake Notebook Virtuoso

    Reputations:
    426
    Messages:
    2,889
    Likes Received:
    0
    Trophy Points:
    55
    Thanks everybody, that helped.