Page 1 of 1
NTFS-3g
Posted: 16 Jun 2009, 15:32
by Wirre
Hej!
Köpte en Bubba two nyligen och undrar hur jag bär mig åt för att installera ntfs-3g så att ja kan skriva till mina 1tb's USB diskar får följande error när ja försöker med apt
Code: Select all
bubba:/# apt-get install ntfs-3g
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ntfs-3g: Depends: libc6 (>= 2.4) but 2.3.6.ds1-13etch7 is to be installed
Depends: libntfs-3g54 but it is not going to be installed
E: Broken packages
Tack på förhand //Wirre
Re: NTFS-3g
Posted: 18 Jun 2009, 05:01
by carl
Det verkar som du försöker använda ett ntfs-3g paket, som är gjort för en senare release av debian.
pröva att installera från backports istället, dvs
http://packages.debian.org/etch-backports/ntfs-3g
---- English ----
It seems that you tried install an ntfs-3g package made for an more reecent version of debian that the one we are currently using. Try using the package found in backports instead:
http://packages.debian.org/etch-backports/ntfs-3g
/Carl
Re: NTFS-3g
Posted: 20 Jun 2009, 13:18
by Wirre
Hi, just wanted to let all of you guys know how i got ntfs write support working on my bubba two with 2 1TB ntfs external usb drives
here's how i did it
Code: Select all
bubba:/# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# dpkg -i libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# dpkg -i ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# mount -t ntfs-3g /dev/sdb1 /home/storage/extern/disk_0
bubba:/# mount -t ntfs-3g /dev/sdc1 /home/storage/extern/disk_1
all these steps worked fine for me hope someone can find this usefull
//Wirre
Re: NTFS-3g
Posted: 17 Sep 2010, 10:07
by CrazyBubbaUser
Hi there
Is the described way above still valid if I want to install NTFS-3G on my Bubba Two server with 2 external SATA disks with NTFS formatted data or has the paths to the packages changed?
Re: NTFS-3g
Posted: 23 Sep 2010, 07:48
by luke
It appears that those links you posted return a 404 not found...
Code: Select all
bubba:~# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
--21:47:15-- http://backports.mithril-linux.org/pool/main/n/ntfs-3g/libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
=> `libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb'
Resolving backports.mithril-linux.org... 211.10.155.48
Connecting to backports.mithril-linux.org|211.10.155.48|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:47:16 ERROR 404: Not Found.
bubba:~# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
--21:47:26-- http://backports.mithril-linux.org/pool/main/n/ntfs-3g/ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
=> `ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb'
Resolving backports.mithril-linux.org... 211.10.155.48
Connecting to backports.mithril-linux.org|211.10.155.48|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:47:27 ERROR 404: Not Found.
bubba:~#
Re: NTFS-3g
Posted: 09 Oct 2010, 16:54
by Wirre
Wirre wrote:Hi, just wanted to let all of you guys know how i got ntfs write support working on my bubba two with 2 1TB ntfs external usb drives
here's how i did it
Code: Select all
bubba:/# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# wget http://backports.mithril-linux.org/pool/main/n/ntfs-3g/ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# dpkg -i libntfs-3g31_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# dpkg -i ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
bubba:/# mount -t ntfs-3g /dev/sdb1 /home/storage/extern/disk_0
bubba:/# mount -t ntfs-3g /dev/sdc1 /home/storage/extern/disk_1
all these steps worked fine for me hope someone can find this usefull
//Wirre
Edit: hi guys as the links is dead i thought id help abit and put up new links that works
http://wirre.se/libntfs-3g31_1.2531-1.1 ... owerpc.deb
http://wirre.se/ntfs-3g_1.2531-1.1~bpo40+1_powerpc.deb
//Wirre