Accessing NTFS partition from Linux

Discussion in 'Linux' started by libssd, Jun 23, 2009.

  1. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    I've noticed that I can access the Windows NTFS partition from Ubuntu. Is it safe to read files on the Windows partition? Is it safe to write to there from the Linux side? If so, this would greatly reduce duplication of files. I have a lot of documentation in PDF format that I need to refer to.
     
    libssd, Jun 23, 2009
    #1
  2. libssd

    rockfrog

    Joined:
    Mar 4, 2009
    Messages:
    18
    Likes Received:
    0
    Reading is safe.
     
    rockfrog, Jun 23, 2009
    #2
  3. libssd

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    Am I correct to infer that writing is not?
     
    libssd, Jun 24, 2009
    #3
  4. libssd

    mzc

    Joined:
    Sep 10, 2008
    Messages:
    106
    Likes Received:
    0
    It think you can write on it too. I do that all the time..
     
    mzc, Jun 24, 2009
    #4
  5. libssd

    rockfrog

    Joined:
    Mar 4, 2009
    Messages:
    18
    Likes Received:
    0
    You may infer that I don't know :)
    For quite some time writing simply was not possible.
    Things may have changed (see http://www.linux-ntfs.org/doku.php), but I haven't evaluated this yet.
    Usually I use FAT32 partitions for shared data to avoid the user rights hassle.
     
    rockfrog, Jun 24, 2009
    #5
  6. libssd

    DutchDK

    Joined:
    Jun 2, 2009
    Messages:
    338
    Likes Received:
    0
    Location:
    Copenhagen
    Reading is fine with both the old NTFS fs driver in Linux, as well as with the NTFS-3G driver.
    Writing is shady with the old NTFS fs driver in Linux, but quite stable with the ntfs-3g driver.

    If you use ntfs-3g to mount NTFS partitions, you should have no problems in writing as well.

    man ntfs-3g for further info.
     
    DutchDK, Jun 24, 2009
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.