jeudi 31 octobre 2013

Instalar y configurar NTFS en CentOS 6.4


Instalar y configurar NTFS en CentOS 6.4


  • Iniciar una terminal como root

[Mike@localhost ~]$ SU

Ingresa tu password



  • Para comenzar con la instalacion se requiere descargar el paquete 

[root@localhost Mike]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm


  • Instalar rpmforge repository 

[root@localhost Mike]# rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm


  • Instalar  fuse-ntfs-3g package


    [root@localhost Mike]#  yum install -y fuse fuse-ntfs-3g



  • Probar Montando una unidad con el comando

[root@localhost Mike]# mount /dev/sdb1 /mnt/ xx


Donde: 

sdb1 = Unidad NTFS a Montar
xx = Carpeta destino

Enjoy!!!!

Aucun commentaire:

Enregistrer un commentaire