Nueva version de captive(ntfs en linux)?

NEWS for captive-1.1.7 (2006-01-26)
----------------------

* Fixed sandbox restarting looking like disconnected mounts (FUSE client only).
* Workarounded no FUSE/Linux-kernel charset support - fixes locale filenames.
* Fixed multiple issues of captive-install-acquire(1) to run at all again.
* Fixed general operations refusal on invalid errnos. (Frederic L. W. Meunier)
* Fixed invalid file timestamps (FUSE client only). (Frederic L. W. Meunier)
* Workarounded FUSE/Linux-kernel user mounts (FUSE only). (Steven N. Hirsch)
* Workarounded FUSE/Linux-kernel modprobe(8)ing (FUSE only). (John Pratt)
* (static .tar.gz build only) Debian now a bit more compatible. (John Pratt)


Mirad la fecha, he usado la busqueda y no he visto nada al respecto, no estaba abandonado el proyecto? [looco]

http://www.jankratochvil.net/project/captive/

salu2

pd: no se si esto esta bien en software libre, creo que si aunque el captive utilize cosas propietarias de windows (que se han de conseguir aparte)
El captive es algo "sucio". No hay nada como un modulo totalmente GPL para el kernel, como deben ser todos los sistemas de ficheros.

http://www.linux-ntfs.org/
cierto, pero ese proyecto aun esta verde en lo que a escritura se refiere, por eso prefiero usar captive. Aprovechando el hilo:

He instalado captive y ejecutado captive-install-acquire, baja los drivers del web de microsoft, me añade las lineas al fstab.

/dev/hda1 /mnt/captive-so captive-ntfs defaults,noauto 0 0
/dev/sda1 /mnt/captive-sergi captive-ntfs defaults,noauto 0 0

esto es lo que hice:

suloku@haisa:~/Desktop/captive-static-1.1.7$ ls
install root.tar.gz uninstall
suloku@haisa:~/Desktop/captive-static-1.1.7$ sudo sh install
Checking installation archive integrity... done.
Extracting Captive... done.
Initializing Captive...
install: line 58: /sbin/chkconfig: No existe el fichero o el directorio
Initialization done.

NTFS disk drives can be now mounted by:
mkdir /mnt/drive-c
mount -t captive-ntfs /dev/hda1 /mnt/drive-c

You can later uninstall Captive by executing: /etc/captive-uninstall.sh
suloku@haisa:~/Desktop/captive-static-1.1.7$ sudo captive-install-acquire
suloku@haisa:~/Desktop/captive-static-1.1.7$ sudo mount /mnt/captive-ser
/usr/bin/fusermount: unknown option --
Try `/usr/bin/fusermount -h' for more information
FATAL: Module fuse not found.
/usr/libexec/captive-fusermount: Warning: "/dev/fuse" cannot be opened and even failed: /sbin/modprobe fuse
/usr/libexec/captive-fusermount: fuse device not found, try 'modprobe fuse' first
fuse: Failed to find functional 'fusermount'. Tried locations below:
/usr/local/bin/fusermount: No such file or directory
/usr/bin/fusermount: Success
/bin/fusermount: No such file or directory
/usr/local/sbin/fusermount: No such file or directory
/usr/sbin/fusermount: No such file or directory
/sbin/fusermount: No such file or directory
/usr/libexec/captive-fusermount: Success

Captive-WARNING **: CORBA Exception occured: id="IDL:omg.org/CORBA/COMM_FAILURE:1.0", value=0x846e28c
aborting...


que me falta/tengo mal? he buscado sobre el modulo este de fuse pero entre que dicen que no funciona con el kernel 2.6 (uso ubuntu, 2.6.12-10-i386), que se ha de usar lufs en este kernel y alg que he leido de una aplicacion que hace de puente entre fuse y lufs ya no se que hacer :(
ayer mismo me ihstale el captive a ver como era. aprobeche a instalar el FUSE (2.5.3) y no me dio ningun problema (kernel 2.6.15)
3 respuestas