Este paquete contiene varias utilidades para leer y escribir en medios con formato HFS [Hierarchical File System] de Macintosh, como disquetes, CD-ROM y discos duros. Incluye las herramientas hattrib, hcd, hcopy, hdel, hdir, hformat, hls, hmkdir, hmount, hpwd, hrename, hrmdir, humount y hvol.
$ hattrib -t TEXT -c BNHQ "Nuevo disco:Archivo.sea.hqx"
$ hcd "Carpeta de Documentos"
$ hcopy archivo.txt "Desktop Folder"
$ hcopy "Desktop Folder:Readme" .
$ hdel "Desktop Folder:Readme"
$ hdir "Desktop Folder"
$ hformat /dev/fd0
$ hls "Desktop Folder"
$ hmkdir "Nuevos Documentos"
$ hmount /dev/fd0
$ hpwd
$ hrename "Desktop Folder:Viejo.txt" "Desktop Folder:Nuevo.txt"
$ hrmdir "CarpetaVacia"
$ humount
$ hvol
1.-
Crear una imagen HFS de 800K y formatearla
$ dd if=/dev/zero of=disk.hfs bs=1k count=800
$ hformat -l "Test Disk" disk.hfs