Page 11 of 20 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 193

Thread: HOWTO: Mount NTFS volumes with write support

  1. #101
    Join Date
    Jul 2005
    Location
    Mexico
    Beans
    42

    Re: HOWTO: Mount NTFS volumes with write support

    I'm getting this while I try to mount manually or by fstab my windows partition:

    Code:
    Couldn't mount device '/dev/hda1': Invalid argument
    Mount failed.
    I'm in dapper and have already made the bug fix mentioned before, my fstab is:

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/hdg8       /               ext3    defaults,errors=remount-ro 0       1
    /dev/hdg5       /home           ext3    defaults        0       2
    /dev/hda1    /media/hda1    ntfs-fuse   auto,gid=1002,umask=0002    0    0
    /dev/hda2       /media/hda2     ext3    defaults        0       2
    /dev/hda3       /media/hda3     ext3    defaults        0       2
    /dev/hde1       /media/hde1     ext3    defaults        0       2
    /dev/hdf1       /media/hdf1     ext3    defaults        0       2
    /dev/hdg6       /media/hdg6     ext3    defaults        0       2
    /dev/hdg9       /media/hdg9     ext3    defaults        0       2
    /dev/sda1       /media/sda1     ext3    defaults        0       2
    /dev/sdb1       /media/sdb1     ext3    defaults        0       2
    /dev/hdg7       none            swap    sw              0       0
    /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

  2. #102
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Mount NTFS volumes with write support

    Quote Originally Posted by LKRaider
    As initially posted on the Wiki: https://wiki.ubuntu.com/Lkraider/NtfsFuse
    3 - Edit the fstab file to mount the disks

    Code:
    bash:~$ gksudo gedit /etc/fstab
    Add a line like this:
    Code:
    /dev/hda1    /media/hda1    ntfs-fuse    auto,gid=1002,umask=0002    0    0
    If you want to read/write, use this line instead:
    Code:
    /dev/hda1 /mnt/c ntfs-fuse fmask=0111,dmask=0,succeed_chmod 0 0
    Ref: http://wiki.linux-ntfs.org/doku.php?...12.1_and_later

  3. #103
    Join Date
    Feb 2006
    Beans
    52

    Re: HOWTO: Mount NTFS volumes with write support

    This seems the appropriate thread to ask - how safe is this generally considered to be?

    I did an install on an 80gb drive with 50gb NTFS and 30 ext3. Didn't bother with an FAT32 partition, which was probably stupid. I'm not in any way pushed for space, but it would be nice to write video and music files to the XP partition as I'm using Ubuntu 95% of the time now.

    I don't want to fall victim to endless tinkering with what is essentially working and ending up with it all broken.

  4. #104
    Join Date
    Apr 2006
    Beans
    7

    Write support

    nice one LKRAIDER, after doing chkdsk within my windows system it fixed allthe problems, cheers mate.

  5. #105
    Join Date
    Nov 2005
    Location
    Barcelona
    Beans
    254
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Mount NTFS volumes with write support

    Does anyone know how the autodetect/automount for USB drives works enough to modify it so that ntfs drives are hot-mounted (dynamically) without needing an fstab entry? The problem with fstab is that is really best suited to permanent drives.

    Write support for NTFS is fantastic, a great breakthrough for linux users. thanks to those heroes who reverse engineered and thanks to all who contribute!

    brian
    Last edited by brallan; May 27th, 2006 at 03:05 AM.

  6. #106
    Join Date
    Jan 2006
    Beans
    6

    Re: HOWTO: Mount NTFS volumes with write support

    I cant seen to download:
    # libfuse2
    # fuse-utils

    Files cannot be found on the server? Is there any place else I can download them from?

    Thx.

  7. #107
    Join Date
    Jan 2006
    Beans
    6

    Re: HOWTO: Mount NTFS volumes with write support

    Bump?


  8. #108
    Join Date
    Feb 2006
    Location
    Brasil
    Beans
    244
    Distro
    Xubuntu 7.04 Feisty Fawn

    Re: HOWTO: Mount NTFS volumes with write support

    I fixed the links on the first post, as the packages were updated.

    Whenever you need a package from any ubuntu version, you can search for it at http://packages.ubuntu.com .

  9. #109
    Join Date
    Jan 2006
    Beans
    6

    Re: HOWTO: Mount NTFS volumes with write support

    Thank you.

    I have a big problem. I followed the instructions, then I used the command to make it work immediately, and I forgot to log-out first. I tried opening a map but it just disapeared. Then I rebooted the machine, and all files are gone now. It says 8.1gb drive. But it's a partition above 130gb.

  10. #110
    Join Date
    May 2006
    Location
    Darwin - Australia
    Beans
    104
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Mount NTFS volumes with write support

    Thank you for the how to. Worked though at all ' appeared ' to work. ntfs Group exists and user is member. Now I'm a newbie so sorry if this sounds stupid but what now. I STILL can't see the contents of the ntfs partions.. Mind you I do have an error on boot - " mounting kocal file systems FAILED " only reference I have been able to find to this message is in German thread however,,, in dark here.

Page 11 of 20 FirstFirst ... 910111213 ... LastLast

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
  •