Irgenwie seltsam.
Wird deine Netywerkadresse per DHCP vergeben oder hast du eine feste eingestellt.
Welche FW hast du ?
Irgenwie seltsam.
Wird deine Netywerkadresse per DHCP vergeben oder hast du eine feste eingestellt.
Welche FW hast du ?
Hi,
habe eine feste IP eingestellt und die Firmware 2407t_1_0_0 von tantalus drauf.
Habe bisher keinen Grund gesehen auf die neue Version zu wechseln, wenn du denkst, dass es was bringen könnte, kann ich das aber gerne tun.
das problem ist die nicht korrekt installierte libc6.
ich habs wie folgt gelöst:
root@LG-NAS:/var/cache/apt/archives> mv /sbin/init /sbin/init.mv
root@LG-NAS:/var/cache/apt/archives> touch /sbin/init
root@LG-NAS:/var/cache/apt/archives> chmod 755 /sbin/init
root@LG-NAS:/var/cache/apt/archives> /sbin/init
root@LG-NAS:/var/cache/apt/archives> dpkg --configure libc6
Setting up libc6 (2.7-18lenny1) ...
root@LG-NAS:/var/cache/apt/archives> rm /sbin/init
root@LG-NAS:/var/cache/apt/archives> mv /sbin/init.mv /sbin/init
root@LG-NAS:/var/cache/apt/archives> apt-get install gcc
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
cpp cpp-4.3 gcc-4.3 libc6-dev libgmp3c2 libgomp1 libmpfr1ldbl linux-libc-dev
Suggested packages:
cpp-doc gcc-4.3-locales gcc-multilib make manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc libmudflap0-4.3-dev gcc-4.3-doc libgcc1-dbg libgomp1-dbg
libmudflap0-dbg glibc-doc
The following NEW packages will be installed:
cpp cpp-4.3 gcc gcc-4.3 libc6-dev libgmp3c2 libgomp1 libmpfr1ldbl linux-libc-dev
0 upgraded, 9 newly installed, 0 to remove and 33 not upgraded.
Need to get 0B/7222kB of archives.
After this operation, 22.9MB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously deselected package libgmp3c2.
(Reading database ... 6995 files and directories currently installed.)
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.2.2+dfsg-3_armel.deb) ...
Selecting previously deselected package libmpfr1ldbl.
Unpacking libmpfr1ldbl (from .../libmpfr1ldbl_2.3.1.dfsg.1-2_armel.deb) ...
Selecting previously deselected package cpp-4.3.
Unpacking cpp-4.3 (from .../cpp-4.3_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.3.2-2_armel.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package gcc-4.3.
Unpacking gcc-4.3 (from .../gcc-4.3_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.3.2-2_armel.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.26-21_armel.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.7-18lenny1_armel.deb) ...
Setting up libgmp3c2 (2:4.2.2+dfsg-3) ...
Setting up libmpfr1ldbl (2.3.1.dfsg.1-2) ...
Setting up cpp-4.3 (4.3.2-1.1) ...
Setting up cpp (4:4.3.2-2) ...
Setting up libgomp1 (4.3.2-1.1) ...
Setting up gcc-4.3 (4.3.2-1.1) ...
Setting up gcc (4:4.3.2-2) ...
Setting up linux-libc-dev (2.6.26-21) ...
Setting up libc6-dev (2.7-18lenny1) ...
root@LG-NAS:/var/cache/apt/archives> gcc
gcc: no input files
D.h. gcc wurde gefunden, hab ein hello_world.c und den aktuellen ntfs-3g-treiber compiliert und hat funktioniert. ich kann jetzt die debian pakete runterladen und installieren.
ich hab die tantalus-firmware installiert, weiss nicht, ob das mit der nicht ganz korrekten libc6 zu tun hat.
gruss,
p.
das problem ist die nicht korrekt installierte libc6.
ich habs wie folgt gelöst:
root@LG-NAS:/var/cache/apt/archives> mv /sbin/init /sbin/init.mv
root@LG-NAS:/var/cache/apt/archives> touch /sbin/init
root@LG-NAS:/var/cache/apt/archives> chmod 755 /sbin/init
root@LG-NAS:/var/cache/apt/archives> /sbin/init
root@LG-NAS:/var/cache/apt/archives> dpkg --configure libc6
Setting up libc6 (2.7-18lenny1) ...
root@LG-NAS:/var/cache/apt/archives> rm /sbin/init
root@LG-NAS:/var/cache/apt/archives> mv /sbin/init.mv /sbin/init
root@LG-NAS:/var/cache/apt/archives> apt-get install gcc
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
cpp cpp-4.3 gcc-4.3 libc6-dev libgmp3c2 libgomp1 libmpfr1ldbl linux-libc-dev
Suggested packages:
cpp-doc gcc-4.3-locales gcc-multilib make manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc libmudflap0-4.3-dev gcc-4.3-doc libgcc1-dbg libgomp1-dbg
libmudflap0-dbg glibc-doc
The following NEW packages will be installed:
cpp cpp-4.3 gcc gcc-4.3 libc6-dev libgmp3c2 libgomp1 libmpfr1ldbl linux-libc-dev
0 upgraded, 9 newly installed, 0 to remove and 33 not upgraded.
Need to get 0B/7222kB of archives.
After this operation, 22.9MB of additional disk space will be used.
Do you want to continue [Y/n]?
Selecting previously deselected package libgmp3c2.
(Reading database ... 6995 files and directories currently installed.)
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.2.2+dfsg-3_armel.deb) ...
Selecting previously deselected package libmpfr1ldbl.
Unpacking libmpfr1ldbl (from .../libmpfr1ldbl_2.3.1.dfsg.1-2_armel.deb) ...
Selecting previously deselected package cpp-4.3.
Unpacking cpp-4.3 (from .../cpp-4.3_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.3.2-2_armel.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package gcc-4.3.
Unpacking gcc-4.3 (from .../gcc-4.3_4.3.2-1.1_armel.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.3.2-2_armel.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.26-21_armel.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.7-18lenny1_armel.deb) ...
Setting up libgmp3c2 (2:4.2.2+dfsg-3) ...
Setting up libmpfr1ldbl (2.3.1.dfsg.1-2) ...
Setting up cpp-4.3 (4.3.2-1.1) ...
Setting up cpp (4:4.3.2-2) ...
Setting up libgomp1 (4.3.2-1.1) ...
Setting up gcc-4.3 (4.3.2-1.1) ...
Setting up gcc (4:4.3.2-2) ...
Setting up linux-libc-dev (2.6.26-21) ...
Setting up libc6-dev (2.7-18lenny1) ...
root@LG-NAS:/var/cache/apt/archives> gcc
gcc: no input files
D.h. gcc wurde gefunden, hab ein hello_world.c und den aktuellen ntfs-3g-treiber compiliert und hat funktioniert. ich kann jetzt die debian pakete runterladen und installieren.
ich hab die tantalus-firmware installiert, weiss nicht, ob das mit der nicht ganz korrekten libc6 zu tun hat.
gruss,
p.
Hi,
hat wunderbar funktioniert, danke dir.
Mal sehen ob sich an der Performance etwas getan hat, kamst du shcon zum Testen?
Gruß
PS: Wie kann ich testen, ob die Installation funktioniert hat?
habe folgendes gemacht: ./configure && make && make install
Danach ein reboot
Folgendes sagt die Box:
Wenn cih mir die Version anschaue hat's bei mir wohl nicht funktioniert.Code:ntfs-3g --help ntfs-3g 1.2531 integrated FUSE 27 - Third Generation NTFS Driver Copyright (C) 2006-2008 Szabolcs Szakacsits Copyright (C) 2005-2007 Yura Pakhuchiy Usage: ntfs-3g <device|image_file> <mount_point> [-o option[,...]] Options: ro (read-only mount), force, remove_hiberfile, locale=, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual. Example: ntfs-3g /dev/sda1 /mnt/win -o force Ntfs-3g news, support and information: http://ntfs-3g.org root@NAS:~> apt-get install -s ntfs-3g Reading package lists... Done Building dependency tree Reading state information... Done ntfs-3g is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Geändert von mayhem (11.02.2010 um 13:02 Uhr)
hi,
ich hab mir die neuest ntfs-3g-version direkt von tuxera geholt:
http://tuxera.com/opensource/ntfs-3g-2010.2.6-RC.tgz
auspacken, configure, make, make install - hat alles reibunglos geklappt.
nach dem booten mach ein grep ntfs-3g /var/log/syslog,
da sollte dann die neue version 2010.2.6 auftauchen.
die performance ist nach einem kurzen test beim lesen etwas schneller
geworden, schreibgeschwindigkeit ist ungefähr gleich geblieben. am schnellsten ist immer noch vfat!
Lesezeichen