Results 1 to 4 of 4

Thread: Linux - NTFS writing

  1. #1
    Funking Prink! Raz316's Avatar
    Join Date
    Jul 2003
    Location
    Deal, Kent, UK
    Posts
    2,978
    Thanks
    130
    Thanked
    62 times in 52 posts

    Linux - NTFS writing

    So just looking at the features of the next released of Ubuntu (7.10) and I see that it has NTFS writing. While I am lead to believe it's been possible for a while, I'm pretty sure 'they' basically say "Don't bother".

    Out of interest more than anything, what's changed to make it fully possible now?

  2. #2
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Linux - NTFS writing

    Quote Originally Posted by Raz316 View Post
    So just looking at the features of the next released of Ubuntu (7.10) and I see that it has NTFS writing. While I am lead to believe it's been possible for a while, I'm pretty sure 'they' basically say "Don't bother".

    Out of interest more than anything, what's changed to make it fully possible now?
    basically, someone worked out how to do it. it's taken about 12 years though

    ntfs writing is now handled by a new project called "NTFS-3G" - see http://www.ntfs-3g.org/

    does it work?

    Code:
    root@osc-bigmac:~# mount -t ntfs-3g /dev/sda4 /media/Windows/
    root@osc-bigmac:~# echo "the cake is a lie" > /media/Windows/test.txt
    root@osc-bigmac:~# cat /media/Windows/test.txt 
    the cake is a lie
    pretty much

  3. #3
    Senior Member
    Join Date
    Aug 2005
    Posts
    334
    Thanks
    10
    Thanked
    12 times in 12 posts

    Re: Linux - NTFS writing

    NTFS reading used to work

    it has been possible to include ntfs-3g for some time. Having it built into the release is new. I have used it from time to time previously but on a peer to peer basis, permissions have sometimes been a problem (mind you I have had those problems NT- NT as well).

    yes it works fine now

  4. #4
    Funking Prink! Raz316's Avatar
    Join Date
    Jul 2003
    Location
    Deal, Kent, UK
    Posts
    2,978
    Thanks
    130
    Thanked
    62 times in 52 posts

    Re: Linux - NTFS writing

    sorted, cheers you two, me thinks I'll be mucking around with this shortly.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with Nero
    By deathsith in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 15-06-2007, 09:24 AM
  2. Replies: 15
    Last Post: 19-10-2006, 12:33 PM
  3. Run Windows software on Linspire desktop Linux
    By Bob Crabtree in forum HEXUS News
    Replies: 0
    Last Post: 09-02-2006, 01:16 AM
  4. Moving from XP to Linux
    By Ceefer in forum Software
    Replies: 8
    Last Post: 25-04-2005, 09:27 AM
  5. We heard your feedback on Newegg....
    By DR in forum General Discussion
    Replies: 33
    Last Post: 05-03-2005, 08:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •