New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

NTFS-3g

Got problems with your B2 or B3? Share and get helped!
Post Reply
Wirre
Posts: 7
Joined: 16 Jun 2009, 15:19

NTFS-3g

Post 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
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: NTFS-3g

Post 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
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
Wirre
Posts: 7
Joined: 16 Jun 2009, 15:19

Re: NTFS-3g

Post 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
CrazyBubbaUser
Posts: 15
Joined: 17 Sep 2010, 09:37

Re: NTFS-3g

Post 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?
luke
Posts: 13
Joined: 23 Sep 2010, 06:02

Re: NTFS-3g

Post 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:~#
Wirre
Posts: 7
Joined: 16 Jun 2009, 15:19

Re: NTFS-3g

Post 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
Post Reply