Page 62 of 203 FirstFirst ... 1252606162636472112162 ... LastLast
Results 611 to 620 of 2026

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

  1. #611
    Join Date
    Jun 2006
    Beans
    3

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

    i have the same error but changing souces.list don't help
    this repos aren't actualizated:
    deb http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main
    deb-src http://ntfs-3g.sitesweetsite.info/ubuntu/ dapper main


    any other solution?
    bye
    Last edited by mebarg; September 23rd, 2006 at 11:40 AM.

  2. #612
    Join Date
    Mar 2006
    Location
    Hungary
    Beans
    275
    Distro
    Edgy Eft Testing

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

    Code:
    dani@paks:~$ sudo apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Calculating upgrade... Done
    The following packages have been kept back:
      libntfs-3g ntfs-3g
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    dani@paks:~$
    I'm using these repos:
    #Givre's repository (ntfs-3g & fuse 2.5.3)
    deb http://givre.cabspace.com/ubuntu/ dapper main
    deb-src http://givre.cabspace.com/ubuntu/ dapper main

    Any ideas why can't I update?
    PC: ASUS A8N-SLI Premium | AMD Athlon64 Venice 3000+ @ 2700 MHz | 2 x 512 MB A-DATA PC3200 DDR | Inno3D 7900GT 256MB | 2 x 250GB Samsung SATA | Samsung SyncMaster 730BF

  3. #613
    Join Date
    May 2006
    Location
    Kelowna, BC
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by MilesTEG1 View Post
    Hi,
    in the recent past, I compil successfully the source on 64bit arch (kernel AMD64, not ix86).
    But you need to grab source and compil it yourself.
    Code:
    ./configure
    make
    sudo make install
    Hello MilesTEG,
    I have Ubuntu 6.06 64 Bit version. I'm Linux beginner and not very familiar with "compiling kernels".
    Please, can you give more detailed info?
    Quote Originally Posted by MilesTEG1 View Post
    And after follow the How-To.
    Which How-To are you referring to?

  4. #614
    Join Date
    Aug 2006
    Beans
    1

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

    Quote Originally Posted by sYs^ View Post
    Code:
    dani@paks:~$ sudo apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Calculating upgrade... Done
    The following packages have been kept back:
      libntfs-3g ntfs-3g
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    dani@paks:~$
    I'm using these repos:
    #Givre's repository (ntfs-3g & fuse 2.5.3)
    deb http://givre.cabspace.com/ubuntu/ dapper main
    deb-src http://givre.cabspace.com/ubuntu/ dapper main

    Any ideas why can't I update?
    Looks like it's a broken dependency issue from some recent system updates.
    The following packages have unmet dependencies:
    ntfs-3g: Depends: libc6 (>= 2.4-1) but 2.3.6-0ubuntu20 is to be installed
    E: Broken packages

  5. #615
    Join Date
    Jul 2006
    Beans
    26

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

    Quote Originally Posted by sYs^ View Post
    Code:
    dani@paks:~$ sudo apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Calculating upgrade... Done
    The following packages have been kept back:
      libntfs-3g ntfs-3g
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    dani@paks:~$
    I'm using these repos:
    #Givre's repository (ntfs-3g & fuse 2.5.3)
    deb http://givre.cabspace.com/ubuntu/ dapper main
    deb-src http://givre.cabspace.com/ubuntu/ dapper main

    Any ideas why can't I update?

    I too have had this error with the ntfs-3g and libntfs-3g updates today (9/24). I have had this problem with a package before (checkinstall) and to make it update I had to first remove checkinstall then run the update and it installed fine. I'm thinking that I will remove ntfs-3g and libntfs-3g then do the update to solve this... I'll report my results. Any reason I should not do this?

    I think the problem is a dependency on libc6 version 2.4.1 and ubuntu repositories only have 2.3.6. Any ideas
    Last edited by droogy; September 25th, 2006 at 01:07 AM.

  6. #616
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

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

    Download the source package and rebuild it
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  7. #617
    Join Date
    Jul 2006
    Beans
    26

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

    Quote Originally Posted by mlind View Post
    Download the source package and rebuild it
    I could not find libc6 2.4, so I installed the fuse and ntfs-3g sources packages (after removing ntfs-3g and libntfs-3g using synaptic). I've checked synaptic and it does not indicate that ntfs-3g is installed. Does installing from source not indicate in the package manager that these are installed?

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

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

    Hi,

    Sorry for the last update, packages for edgy took the wrong direction and went to the dapper repo . This was solved Saturday morning (GMT) so if you have still a problem :
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    mlind, thanks for the remind, but this is something i done two release ago (0910 & 0920), check your source and tell me if you have still a problem
    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. #619
    Join Date
    Nov 2004
    Location
    Bucharest, ROMANIA
    Beans
    59

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

    Hi, i'm getting this error while trying to update ntfs-3g in Edgy :

    W: Failed to fetch http://givre.cabspace.com/ubuntu/dis...ETA-1_i386.deb
    Size mismatch


    W: Failed to fetch http://givre.cabspace.com/ubuntu/dis...ETA-1_i386.deb
    Size mismatch

    Any ideas on what's causing the size mismatch ?

    #Givre's repository (ntfs-3g & fuse 2.5.3)
    deb http://givre.cabspace.com/ubuntu/ edgy main
    deb-src http://givre.cabspace.com/ubuntu/ edgy main

    Why is apt trying to get the packages from dapper when in source.list specifies edgy ?
    Last edited by tvlad; September 25th, 2006 at 09:16 PM.
    Wielder of vi(m), an ancient, dangerous and powerful magic.

  10. #620
    Join Date
    Apr 2006
    Beans
    1,252

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

    Quote Originally Posted by tvlad View Post
    Hi, i'm getting this error while trying to update ntfs-3g in Edgy :

    W: Failed to fetch http://givre.cabspace.com/ubuntu/dis...ETA-1_i386.deb
    Size mismatch


    W: Failed to fetch http://givre.cabspace.com/ubuntu/dis...ETA-1_i386.deb
    Size mismatch

    Any ideas on what's causing the size mismatch ?
    For edgy, use the edgy repo. Just remplace dapper by edgy
    WARNING : Post with explicit contents
    Join to "STOP monolithic all-in-one unmanageable application"
    The wiki is your friend https://help.ubuntu.com/community/

Page 62 of 203 FirstFirst ... 1252606162636472112162 ... 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
  •