Results 1 to 3 of 3

Thread: write to NTFS

  1. #1
    Join Date
    Nov 2012
    Location
    Great Britain
    Beans
    80

    write to NTFS

    Anyone know how to get linux to write to a HDD with a NTFS filesystem? I'm sure I saw a Linux box writing to NTFS before, it was running Samba, and Apache... OS was on its own flash memory, with a hard disk in NTFS for mass storage...

  2. #2
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: write to NTFS

    Install then run ntfs-config. Tick on the boxes 'enable read' , 'enable write'.

  3. #3
    Join Date
    Dec 2009
    Beans
    6,776

    Re: write to NTFS

    Anyone know how to get linux to write to a HDD with a NTFS filesystem?
    If you mounted the ntfs partition though Nautilus Linux writes to ntfs by default and has since Hardy.

    Are you having it automount through fstab? If you are post the output of the following command:
    Code:
    cat /etc/fstab
    If you want it to please post the output of this command:
    Code:
    sudo blkid -c /dev/null
    I'm sure I saw a Linux box writing to NTFS before, it was running Samba, and Apache
    That's an entirely different question. Are you talking about writing to a samba share of an ntfs partition located on a Linux box or accessing an ntfs partition on a Windows box.

    I guess this boils down to I don't understand the nature of the problem since I don't know where this ntfs partition is located and how you are trying to write to it..

Tags for this Thread

Bookmarks

Posting Permissions

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