martes, 24 de mayo de 2011

NTFS en CentOS

yum install fuse fuse-ntfs-3g dkms dkms-fuse
en ocaciones no se instala el ntfs-3g lo ideal es bajar un rmp y despues ejecutar yum -y install fuse-ntfs-3g

bajar

url=http://rpm.pbone.net/index.php3?stat=26&dist=52&size=16698&name=rpmforge-release-0.3.6-1.el5.rf.i386.rpm
init 6 "suele a veces ser necesario por aquello del Fatal: Module Fuse no Found"

mount -t ntfs-3g volumen ruta de montaje ejemplo:

mount -t ntfs-3g /dev/sxx /media/externo

ls /media/extern
o


http://www.alcancelibre.org/article.php/como-montar-unidades-ntfs-centos-5

No hay comentarios:

Publicar un comentario

Instalar systemd y systemd-sysv

Instalar systemd y s ystemd-sysv Debian $apt-get update $apt-get upgrade  $apt-get install systemd  $apt-get install systemd-sysv  Este...