Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1

    pieno supporto lettura scrittura ntfs

    addio fat 32 sul mio pc dual boot. Enjoy.
    http://sourceforge.net/mailarchive/f...&forum_id=2697
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

  2. #2
    Utente di HTML.it L'avatar di Xero
    Registrato dal
    Jul 2006
    Messaggi
    4
    cioè tu stai dicendo che finalmente linux supporterà l'NTFS?!?!?
    Fantastico...

  3. #3
    cioè tu stai dicendo che finalmente linux supporterà l'NTFS?!?!?
    Non è esatto.

    Già oggi NTFS è pienamente supportato: Voller NTFS-Schreibzugriff für Linux mit ntfs-3g.

    Tradotto significa che il driver ntfs-3g (al momento in versione beta, ma completamente funzionante) lavora in userspace e non presenta problemi rilevanti.
    Non sarà però mai integrato nel kernel, ma continuerà a lavorare in userspace. Al momento è limitato all'architettura a 32bit, ma probabilmente già alla sua uscita definitiva lavorerà anche a 64bit.

    Il dirver può essere scaricato QUI.

    mcz

    Linq utili:
    The Ntfsresize Frequently Asked Questions
    man ntfs
    Linux:come e perchè Il mio blog Salviamo Konqueror!
    Retta azione, Verità, Amore, Pace e Non violenza.
    ------------
    Powered by Chakra 64bit & Chakra 64bit & OpenSuse 64bit

  4. #4
    se non sbaglio questo e' il primo driver funzionante gpl, che quindi potrebbe essere benissimo incorporato nelle prossime distribuzioni linux.
    slashdot: http://developers.slashdot.org/devel.../1346250.shtml
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

  5. #5
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    mi ricollego a quanto detto sopra per un piccolo problema con fuse che sto tentando invano di installare...spero che possiate darmi qualche suggerimento in proposito.

    1° log
    codice:
    linux:/home/alx/Desktop/fuse-2.5.3 # ./configure
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from  object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for fork... yes
    checking for setxattr... yes
    checking for fdatasync... yes
    checking for struct stat.st_atim... yes
    configure: creating ./config.status
    config.status: creating fuse.pc
    config.status: creating Makefile
    config.status: creating lib/Makefile
    config.status: creating util/Makefile
    config.status: creating example/Makefile
    config.status: creating include/Makefile
    config.status: creating include/config.h
    config.status: include/config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    configure: configuring in kernel
    configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking if FUSE is loaded as a module... no
    checking if FUSE module is built into the kernel... no
    checking if FUSE module is from official kernel... yes
    configure: NOTE:     Detected that FUSE is already present in the kernel, so
    configure: NOTE:     building of kernel module is disabled.  To force building
    configure: NOTE:     of kernel module use the '--enable-kernel-module' option.
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    pare che fuse sia già presente nel kernel, ma provando a installare il driver di supporto ntfs l'operazione fallisce in quanto non lo trova...ho provato anche col comando "--enable-kernel-module" e questo è il risultato
    codice:
    linux:/home/alx/Desktop/fuse-2.5.3 # ./configure --enable-kernel-module
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from  object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking for fork... yes
    checking for setxattr... yes
    checking for fdatasync... yes
    checking for struct stat.st_atim... yes
    configure: creating ./config.status
    config.status: creating fuse.pc
    config.status: creating Makefile
    config.status: creating lib/Makefile
    config.status: creating util/Makefile
    config.status: creating example/Makefile
    config.status: creating include/Makefile
    config.status: creating include/config.h
    config.status: include/config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    configure: configuring in kernel
    configure: running /bin/sh './configure' --prefix=/usr/local  '--enable-kernel-module' --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking kernel source directory... /usr/src/linux-2.6.16.13-4-obj/i386/default
    checking kernel build directory... /usr/src/linux-2.6.16.13-4-obj/i386/default
    checking kernel source version... Not found
    configure: error:
            *** Cannot determine the version of the linux kernel source. Please
            *** prepare the kernel before running this script
    configure: error: /bin/sh './configure' failed for kernel
    come dovrei muovermi a questo punto?

    grazie

  6. #6
    Originariamente inviato da GunMan
    mi ricollego a quanto detto sopra per un piccolo problema con fuse che sto tentando invano di installare...spero che possiate darmi qualche suggerimento in proposito.

    checking kernel source version... Not found
    configure: error:
    *** Cannot determine the version of the linux kernel source. Please
    *** prepare the kernel before running this script
    configure: error: /bin/sh './configure' failed for kernel[/code]

    come dovrei muovermi a questo punto?

    grazie
    devi installare gli header del kernel. Il pacchetto (almeno su kubuntu) si chiama linux-headers-2.6.15-23
    vedi se hai qualcosa di simile.
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

  7. #7
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    grazie weatherman proverò a cercare allora, nel mentre specifico che uso suse 10.1 prima scioccamente non l'ho fatto presente

    grazie ancora, spero di poter installare questo driver, il tutto sarebbe davvero una svolta non indifferente

    saluti

  8. #8
    Utente di HTML.it
    Registrato dal
    Jul 2005
    Messaggi
    746
    pare che fuse sia già presente nel kernel, ma provando a installare il driver di supporto ntfs l'operazione fallisce in quanto non lo trova...ho provato anche col comando "--enable-kernel-module" e questo è il risultato
    eh no, non si fa così
    se il kernel ha già il modulo per FUSE non ha senso, è sbagliato, compilare
    un nuovo modulo...almeno prova prima a caricarlo
    se intendi farne spesso uso, comunque, è meglio inserirlo staticamente nel kernel

    devi installare gli header del kernel. Il pacchetto (almeno su kubuntu) si chiama linux-headers-2.6.15-23
    vedi se hai qualcosa di simile.
    mmh, in realtà più che degli header, sembrerebbe aver bisogno dei sorgenti kernel.
    in particolare /lib/modules/$(uname -r)/{build,source} dovrebbero
    essere link simbolici ai sorgenti della stessa versione del kernel, ovunque essi siano:
    es.

    codice:
    $ ll /lib/modules/$(uname -r)/{build,source}
    lrwxrwxrwx 1 root root 17 2006-06-25 19:06 /lib/modules/2.6.17-low/build -> /tmp/linux-2.6.17
    lrwxrwxrwx 1 root root 17 2006-06-25 19:06 /lib/modules/2.6.17-low/source -> /tmp/linux-2.6.17
    ovviamente, nel mio caso, non sono link validi...però lo sono stati


    <invisible>

  9. #9
    Utente di HTML.it
    Registrato dal
    Jan 2001
    Messaggi
    7,691
    Knoppix 5.01 dovrebbe già avere i driver per NTFS
    ... S'i' fosse Giorgio, com'i' sono e fui,
    torrei le donne giovani e leggiadre:
    le vecchie e laide lasserei altrui....
    Non mandatemi PVT, mi dimentico sempre di leggerli ... mandatemi e-mail, se è il caso

  10. #10
    gli altri driver in giro o non funzionano o non sono free.
    Tutorial per ubuntu:
    http://www.ubuntuforums.org/showthread.php?t=217009
    ci sono anche i pacchetti, niente da compilare
    Walk fast, chew slowly.
    "We used students as subjects because rats are expensive and you get too attached to them"

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.