Instale o FUSE:
1. Download http://citylan.dl.sourceforge.net/project/fuse/fuse-2.X/2.7.4/fuse-2.7.4.tar.gz
2. tar zxvf fuse-2.7.4.tar.gz && cd fuseXXX
3. ./configure --exec-prefix=/; make; make install
Instale o NTFS-3g:
1. Download http://www.tuxera.com/community/ntfs-3g-download/
2. tar zxvf ntfs-3g_ntfsprogs-2011.4.12.tgz && cd ntfs-3gXXX
3. ./configure; make; make install
Monte seu volume:
mount -t ntfs-3g /dev/xxxx /mnt
Bom dia colega formatei meu computador e antes eu havia feito os passos acima e funciono mais depois que formatei quando o comando ./configure... aparece a seguinte mensagem:
ResponderExcluirchecking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare.
make: *** Sem regra para processar o alvo `install'. Pare.
sabe qual o problema que aconteceu?
Brother, instala um compilador C. "yum install gcc"
ResponderExcluir