+ Auf Thema antworten
Seite 2 von 2 ErsteErste 1 2
Zeige Ergebnis 11 bis 16 von 16

Thema: Performance-Problem mit ntfs-3g-Treiber, neue Version 2010.1.16

  1. #11

    Standard

    Irgenwie seltsam.

    Wird deine Netywerkadresse per DHCP vergeben oder hast du eine feste eingestellt.
    Welche FW hast du ?
    Please use [CODE]-tags for linux console outputs. Thanks

    Linux ARM/Gemini MAINTAINER, git tree at

    git://git.berlios.de/gemini-board

    Firmware for IB4220 (Thread) possible for other Gemini Devices
    http://forum.nas-portal.org/showthread.php?t=8452
    Downloads Gemini-Devices IB42?0/MRT-35HD* and other
    http://sourceforge.net/projects/gemini-board/files/
    Openbooks german
    http://www.galileocomputing.de/katalog/openbook

  2. #12

    Standard

    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.

  3. #13

    Standard

    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.

  4. #14

    Standard

    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.

  5. #15

    Standard

    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:

    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.
    Wenn cih mir die Version anschaue hat's bei mir wohl nicht funktioniert.
    Geändert von mayhem (11.02.2010 um 13:02 Uhr)

  6. #16

    Standard

    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!

+ Auf Thema antworten

Ähnliche Themen

  1. Antworten: 0
    Letzter Beitrag: 24.10.2009, 19:50
  2. Neue inoffizielle Version 5.0.46 von Twonkymedia ist online
    Von HWguru im Forum Mediaserver / Streaming / Mediaclients
    Antworten: 24
    Letzter Beitrag: 23.05.2009, 12:49
  3. Eigenbau mit Performance-Problem
    Von Damien im Forum NAS-Geräte im Eigenbau
    Antworten: 5
    Letzter Beitrag: 28.04.2009, 09:17

Stichworte

Lesezeichen

Forumregeln

  • Es ist dir nicht erlaubt, neue Themen zu verfassen.
  • Es ist dir nicht erlaubt, auf Beiträge zu antworten.
  • Es ist dir nicht erlaubt, Anhänge hochzuladen.
  • Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.