Translate

sábado, 29 de abril de 2017

Uso, empleo, formateo , creación de filesystems hfs y hfs+ / hfsplus con gparted en Linux CentOS 6

Translated text
  • Es necesario habilitar los repositorios EPEL y elrepo:
 yum -y install epel-release.noarch
rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
  •  Si se usan las herramientas de Paragon, es necesario también instalar un kernel más nuevo:
yum -y --enablerepo=elrepo-kernel install kernel-lt kernel-lt-devel

Montaje y uso de Filesystems (FS) con   diskdev_cmds ( hfs-tools, hfsplus-tools )

  •  Instalar los módulos del kernel para que puedan leer particiones con sistemas de archivos hfs y hfsplus (hfs+):
yum -y install kmod-hfs kmod-hfsplus

  • Con esto ya se puede usar el mount. Para crear los filesystems hfs y hfsplus es necesario instalar mkfs.hfs y mkfs.hfsplus. Para ello se puede usar el software libre diskdev_cmds u opcionalmente el de Paragon

Creación de Filesystems (FS) con   diskdev_cmds ( hfs-tools, hfsplus-tools )
  • Para CentOS 6 no encontré hfsplus-tools pero hay un programa equivalente que se llama diskdev_cmds y se puede bajar de rpm.pbone.net. Esta es la página:
http://rpm.pbone.net/index.php3/stat/4/idpl/23514719/dir/centos_6/com/diskdev_cmds-332.14-3.2.x86_64.rpm.html

  • Y si existe aún el archivo , se puede instalar con:

yum -y install ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/hrongyorgy/CentOS_CentOS-6/x86_64/diskdev_cmds-332.14-3.2.x86_64.rpm

  • El producto comercial Paragon tiene una versión de prueba y tiene algunas ventajas sobre la opción libre de hfs+. Home page:  
Paragon software

se desempaca el producto con :
tar xvfz <archivo.tar.gz>

  • Y se instala empleando el script:
./install.sh
By installing this software you accept the terms of End User License Agreement listed in License file.
Continue installing? [yes/no/read].
yes
Searching and removing previously installed UFSD driver in /lib/modules/3.10.105-1.el6.elrepo.x86_64/
Preparing to install
Building driver to kernel 3.10.105-1.el6.elrepo.x86_64
Install driver to kernel 3.10.105-1.el6.elrepo.x86_64
Driver was installed to system
which: no systemd in (/sbin:/bin:/usr/sbin:/usr/bin)
which: no systemctl in (/sbin:/bin:/usr/sbin:/usr/bin)
Installation complete!


No hay comentarios: