Page 110 of 203 FirstFirst ... 1060100108109110111112120160 ... LastLast
Results 1,091 to 1,100 of 2026

Thread: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

  1. #1091
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by encikraju View Post
    givre, I've followed your step on page 82(usb edgy amd64) and I've installed pmount. What should i do next?
    If it's for an external device, that should be the only thing to do.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  2. #1092
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by monad68 View Post
    I am sorry if you already answered this question but I can't look through 100 pages of posts right now!

    I configured the fstab file like this:

    Code:
    # /dev/hda5     /media/Storage     ntfs-3g     defaults,locale=en_US.utf8   0    1
    If you comment the line (#) that will not work
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  3. #1093
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by givré View Post
    hum, i looked at it, locale are set differently with ntfs-3g.
    hum, before going further, could you tell how did you make mounted automaticly with ntfs-3g ?
    gnome-mount replace actually pmount and should not be use anymore.

    Edit, you can reply to the bug if you want.
    Edit2, hum, wait a bit, i'll improve my reply
    Edit3, ok that's done. But don't have yet a proper solution.
    Last edited by givré; December 15th, 2006 at 12:10 AM.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  4. #1094
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    72

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by givré View Post
    hum, before going further, could you tell how did you make mounted automaticly with ntfs-3g ?
    gnome-mount replace actually pmount and should not be use anymore.

    Edit, you can reply to the bug if you want.
    Edit2, hum, wait a bit, i'll improve my reply
    Edit3, ok that's done. But don't have yet a proper solution.
    Thanks, givré! I now understand much better. Is there a timeframe for fuse 2.6? And did you have more questions for me or did you answer them all yourself?
    Ubuntu Lucid on a Dell XPS M1710 - Intel Core Duo T2600 (2.16 GHz) - 4Gb RAM - 200Gb@7200rpm - GeForce Go 7900 GTX

  5. #1095
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    fuse = kernel module + userspace utility.
    The latest fuse kernel module, needed for latest ntfs-3g, was merge with linus tree with 2.6.20-RC1, so i think it's already in feisty.
    But the version of fuse in feisty is still 2.5.3, because debian didn't move yet to the latest version. Don't know what they are waiting, there is already a bug file.
    The problem is that the latest ntfs-3g require fuse > 2.6, and so things can't move until they update fuse. I hope it will happens soon.
    When fuse will be ready, ntfs-3g will follow and you'll be able to use gnome-mount safely.

    If you can't wait, you can get latest fuse & ntfs-3g here :
    http://sourceforge.net/project/showf...kage_id=132802
    http://www.ntfs-3g.org/index.html#download
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  6. #1096
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    I followed the tutorial. I then restarted my computer. It detects the external hd, but when I try to open it, I get this error:

    mount: only root can mount /dev/sdb1 on /media/external



    How do I fix this? Is there a root Nautilus browser? That way, when I try to open it, it should mount it as root.

    If not, how do I fix this?

  7. #1097
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by Cheater View Post
    I followed the tutorial. I then restarted my computer. It detects the external hd, but when I try to open it, I get this error:

    mount: only root can mount /dev/sdb1 on /media/external



    How do I fix this? Is there a root Nautilus browser? That way, when I try to open it, it should mount it as root.

    If not, how do I fix this?
    Let me see your /etc/fstab.
    Thanks
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  8. #1098
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by givré View Post
    Let me see your /etc/fstab.
    Thanks
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda1 -- converted during upgrade to edgy
    UUID=e01e3ea2-5d19-4afc-addd-0cf5d6477eb9 / ext3 defaults,errors=remount-ro 0 1
    # /dev/sda5 -- converted during upgrade to edgy
    UUID=212c7663-87c8-469b-b332-4c5da5aafd53 none swap sw 0 0
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/sdb1 /media/External ntfs-3g defaults.locale=en_US.utf8 0 0
    That's the /etc/fstab

  9. #1099
    Join Date
    Apr 2006
    Beans
    1,252

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by Cheater View Post
    That's the /etc/fstab
    hehe, this is an external device, you should remove it from fstab, and it let the system automount it.
    Code:
    External device are automatically configure when plug, so you don't need to do this part for them.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  10. #1100
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: NTFS with read/write support using ntfs-3g (easy method)

    Quote Originally Posted by givré View Post
    hehe, this is an external device, you should remove it from fstab, and it let the system automount it.
    Code:
    External device are automatically configure when plug, so you don't need to do this part for them.
    Without the part in fstab, it mounts it read-only. I need write support.

Page 110 of 203 FirstFirst ... 1060100108109110111112120160 ... 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
  •