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.

    Shared Partition Which Filesystem?

    Discussion in 'Linux Compatibility and Software' started by mfmbcpman, Jan 10, 2007.

  1. mfmbcpman

    mfmbcpman Notebook Consultant

    Reputations:
    59
    Messages:
    289
    Likes Received:
    0
    Trophy Points:
    30
    I want to have a partition to put my music and video on and access from both Ubuntu and XP. Which filesystem should I make it?
     
  2. Greg

    Greg Notebook Nobel Laureate

    Reputations:
    7,857
    Messages:
    16,212
    Likes Received:
    58
    Trophy Points:
    466
    FAT32 is probably your best bet. Ubuntu (I think) reads/writes NTFS okay, but I'm relatively certain that Linux's NTFS code is relatively new. Best to stick with what works.
     
  3. rockharder

    rockharder Notebook Evangelist

    Reputations:
    26
    Messages:
    653
    Likes Received:
    0
    Trophy Points:
    30
    If you want to write NTFS from Linux, NTFS-3G helps you doing so.
    If you want to write Ext2/3 from XP, Ext2IFS treats your Linux as another partition.

    Just don't bother yourself to give a share partition ever.
     
  4. Gautam

    Gautam election 2008 NBR Reviewer

    Reputations:
    1,856
    Messages:
    3,564
    Likes Received:
    0
    Trophy Points:
    105
    FAT32. NTFS is NOT automatically enabled on Ubuntu, at least not yet. You have to do a bit of work to get it running.
     
  5. shinji257

    shinji257 Notebook Deity

    Reputations:
    243
    Messages:
    1,041
    Likes Received:
    8
    Trophy Points:
    56
    NTFS is still experimental. I wouldn't trust it. Maybe for reading but not for writing. I setup a 1GB partition to move data between XP and Linux. I will be getting a 320GB drive soon so I can setup a shared one there.
     
  6. AuroraS

    AuroraS Notebook Virtuoso

    Reputations:
    651
    Messages:
    3,497
    Likes Received:
    0
    Trophy Points:
    105
    Right... I wouldn't trust Linux to write to NTFS. I set up a FAT32 share partition...
     
  7. TedJ

    TedJ Asus fan in a can!

    Reputations:
    407
    Messages:
    1,078
    Likes Received:
    0
    Trophy Points:
    55
    If you're not willing to trust NTFS-3G, another option is Captive NTFS, which uses Microsoft's own ntfs.sys driver.
     
  8. noahsark

    noahsark Notebook Evangelist

    Reputations:
    159
    Messages:
    687
    Likes Received:
    0
    Trophy Points:
    30
    I second rockharder's notion, as that's what I do at home.
     
  9. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    I mentioned it in another thread, but I should mention that NTFS-3G has reached 1.0, which basically means that it is totally stable.

    http://www.ntfs-3g.org

    Just to quote from their website:

    "Continuous quality testing and assurance is dominant part of the driver development. Additionally, each public release is preceded by an extensive, many hour long lasting functional, stability, interoperability, reliability and stress tests. No driver is ever released to the public with known defects which could cause data loss. The functionality limitations are also all documented before each release."