Page 83 of 203 FirstFirst ... 3373818283848593133183 ... LastLast
Results 821 to 830 of 2026

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

  1. #821
    Join Date
    Aug 2006
    Beans
    Hidden!

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

    When I tried installing this in Dapper, I get stuck on the update step. I keep getting errors about binary-amd64/Packages.gz 404 Not Found. Is there a version of ntfs-3g for the amd64 version of Dapper?

    Thanks!

  2. #822
    Join Date
    Oct 2005
    Location
    Southeast Asia
    Beans
    Hidden!
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    Quote Originally Posted by Seaker View Post
    When I tried installing this in Dapper, I get stuck on the update step. I keep getting errors about binary-amd64/Packages.gz 404 Not Found. Is there a version of ntfs-3g for the amd64 version of Dapper?

    Thanks!
    hmm I only had to go 2 pages back to find your answer maybe this issue needs to be posted on the main post in RED and bold?

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

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

    Quote Originally Posted by domino View Post
    maybe this issue needs to be posted on the main post in RED and bold?
    right

    EDIT : DONE
    Last edited by givré; October 25th, 2006 at 02:58 PM.
    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. #824
    Join Date
    Aug 2006
    Beans
    Hidden!

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

    Thanks, for pointing me in the right direction! I did not see it. Thanks, givré for the highlights. I found your instructions for the AMD64 and now get to try my luck at getting things to compile.

  5. #825
    Join Date
    Aug 2006
    Beans
    Hidden!

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

    OK, I'm stuck again. I'm still getting 404 errors off flomertens.keo.in. Since I can browse to that location and considering we had to push through a firewall request to get to the default archives, I betting it is a firewall issue.

    I noticed that there is a zip of the repo on flomertens.keo.in and I downloaded it. Where should I unzip it to? And how can I tell apt-get where to find it?

    Thanks! I appreciate your willingness to help a newbie!

  6. #826
    Join Date
    Apr 2006
    Beans
    1,252

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

    Hum, you mean that :
    Code:
    apt-get source fuse ntfs-3g
    give you a 404, but not :
    Code:
    sudo apt-get update
    strange. Retry, that should 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/

  7. #827
    Join Date
    Aug 2006
    Beans
    Hidden!

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

    Quote Originally Posted by Seaker View Post
    Thanks, for pointing me in the right direction! I did not see it. Thanks, givré for the highlights. I found your instructions for the AMD64 and now get to try my luck at getting things to compile.
    Quote Originally Posted by givré View Post
    Hum, you mean that :
    Code:
    apt-get source fuse ntfs-3g
    give you a 404, but not :
    Code:
    sudo apt-get update
    strange. Retry, that should work.

    Unfortunately, it doesn't. Here is what I get when I do sudo apt-get update:
    Code:
    seaker@tst-seaker2u:~$ sudo apt-get update
    Password:
    Get:1 http://us.archive.ubuntu.com dapper Release.gpg [189B]
    Get:2 http://us.archive.ubuntu.com dapper-updates Release.gpg [191B]
    Ign http://flomertens.keo.in dapper Release.gpg
    Get:3 http://security.ubuntu.com dapper-security Release.gpg [191B]
    Hit http://us.archive.ubuntu.com dapper Release
    Hit http://us.archive.ubuntu.com dapper-updates Release
    Hit http://security.ubuntu.com dapper-security Release
    Hit http://us.archive.ubuntu.com dapper/main Packages
    Hit http://us.archive.ubuntu.com dapper/restricted Packages
    Hit http://security.ubuntu.com dapper-security/main Packages
    Ign http://flomertens.keo.in dapper Release
    Hit http://security.ubuntu.com dapper-security/restricted Packages
    Hit http://security.ubuntu.com dapper-security/main Sources
    Ign http://flomertens.keo.in dapper/main Packages
    Ign http://flomertens.keo.in dapper/main-all Packages
    Err http://flomertens.keo.in dapper/main Packages
      404 Not Found
    Err http://flomertens.keo.in dapper/main-all Packages
      404 Not Found
    Hit http://us.archive.ubuntu.com dapper/main Sources
    Hit http://us.archive.ubuntu.com dapper/restricted Sources
    Hit http://us.archive.ubuntu.com dapper/universe Packages
    Hit http://us.archive.ubuntu.com dapper/universe Sources
    Hit http://us.archive.ubuntu.com dapper-updates/main Packages
    Hit http://security.ubuntu.com dapper-security/restricted Sources
    Get:4 http://us.archive.ubuntu.com dapper-updates/restricted Packages [14B]
    Hit http://us.archive.ubuntu.com dapper-updates/main Sources
    Get:5 http://us.archive.ubuntu.com dapper-updates/restricted Sources [14B]
    Fetched 31B in 2m1s (0B/s)
    Failed to fetch http://flomertens.keo.in/ubuntu/dists/dapper/main/binary-amd64/Packages.gz  404 Not Found
    Failed to fetch http://flomertens.keo.in/ubuntu/dists/dapper/main-all/binary-amd64/Packages.gz  404 Not Found
    Reading package lists... Done
    E: Some index files failed to download, they have been ignored, or old ones used instead.
    seaker@tst-seaker2u:~$

  8. #828
    Join Date
    Apr 2006
    Beans
    1,252

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

    Ok, didn't understand where you had the 404.
    So, you should remove all line about my repo in your /etc/apt/sources.list, and follow the special instructions for amd64.
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

  9. #829
    Join Date
    Oct 2006
    Location
    The Netherlands
    Beans
    36
    Distro
    The Feisty Fawn Testing

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

    Problem here, I can't edit textfiles in a certain directory, it doesn't save. Textfiles like .php and .txt. Edting imagefiles or doc works, other dirs and other partitions work fine. The permissions look the same. It seems to be for 1 directory and all it's subdirectories (/sda4/dutchmega/www/)

  10. #830
    Join Date
    Jul 2006
    Location
    France
    Beans
    74
    Distro
    Ubuntu 8.04 Hardy Heron

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

    Hello everybody.
    Givré, what's the news for edgy ?
    Does the repo is ok for edgy ?
    Nous avons trop tendance à devenir pareils aux pires de nos ennemis.
    Coda Bene Gesserit

Page 83 of 203 FirstFirst ... 3373818283848593133183 ... 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
  •