Results 1 to 7 of 7

Thread: Writting on NTFS partitions

  1. #1
    Join Date
    Aug 2006
    Beans
    17

    Question Writting on NTFS partitions

    Semeni? Am kinda new in this but I was wondering if anyone knows how mount ntfs partions in write mode in ubuntu.Mounting and reading is'nt much of a problem coz I configured them to be mounted during boot time. Peace.

  2. #2
    Join Date
    Dec 2006
    Location
    Padova, Italy
    Beans
    97
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Writting on NTFS partitions

    For what i know, writing on a ntfs partition from linux is not a certified procedure. It's not a recommended action, even if a write utility exists.

    You can convert the ntfs partitions in a fat32 format, and this is the recommended way to read/write from windows based partitions.

    Another method if you have a local network is to start windows and share disks on net, and from another machine hosting ubuntu, mount these partitions with samba.
    You'll pay for all your sins. If you already paid, please disregard this message.

  3. #3
    Join Date
    May 2005
    Location
    Helsinki, Finland
    Beans
    Hidden!

    Re: Writting on NTFS partitions


  4. #4
    Join Date
    Apr 2007
    Beans
    3
    Distro
    Ubuntu 6.06 Dapper

    Re: Writting on NTFS partitions

    ntfs-3g will allow you to read and write your NTFS partitions, just use aptitude to install it
    i.e
    sudo apt-get install ntfs-3g

    after that you edit the file /etc/fstab to to be as follows

    /dev/hda1 /mnt/windows ntfs-3g -o silent,umask=0,locale=utf8

    i think it should work just remember to replace hda1 with yor device name and also mnt/windows with the mount directory

  5. #5
    Join Date
    Apr 2007
    Beans
    3
    Distro
    Ubuntu 6.06 Dapper

    Re: Writting on NTFS partitions

    ntfs-3g will allow you to read and write your NTFS partitions, just use apt to install it
    i.e

    $ sudo apt-get install ntfs-3g

    after that you edit the file /etc/fstab to to be as follows

    /dev/hda1 /mnt/windows ntfs-3g -o silent,umask=0,locale=utf8

    i think it should work, just remember to replace hda1 with your device name and also mnt/windows with the mount directory

  6. #6
    Join Date
    Aug 2006
    Location
    Cebu City, Phil
    Beans
    118
    Distro
    Xubuntu 12.04 Precise Pangolin

    Talking Re: Writting on NTFS partitions

    Read information at www.ntfs-3g.org. Use ntfs-3g-config to install and set everything in just 2 clicks.


    Cheers!!!


    GaryBrlow
    Linux User #435593 | Xubuntu User #9638

  7. #7
    Join Date
    Aug 2005
    Location
    Fano, Italy
    Beans
    133

    Re: Writting on NTFS partitions

    Thank you very much I didn't know it... ;D

    now I am very happier

    Have a nice day

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
  •