well, HFS is a windows executable, the "Raspberry Pi 2" Operating system runs a Debian Linux Distro:
https://www.raspbian.org/https://www.raspberrypi.org/documentation/linux/software/apt.mdIn order to run HFS or any windows excutable with in Linux, you will need a "windows emulator", There have been forums and reports of Linux users having success with ubuntu and the use of wine:
https://www.winehq.org/download/So Linux commands to install wine we first need to make sure the OS has a "repository" a place to search and download the software
wine has one.... in the terminal:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Since a new repository has been added, we need to OS to check it and use it for an available download list:
sudo apt-get update
Now since the OS has checked for all available updates and checked all the "respiratory" for available packages
we can now install wine:
sudo apt-get install wine1.6
Info and some help form:
https://www.winehq.org/download/ubuntuThere are many windows executable emulators for Linux, wine is free open source...
i have not tested one on a raspberry pi!
Most install windows OS / use a virtual machine or use an emulator to run ".exe" files in windows form there pi
http://www.hongkiat.com/blog/running-windows-app-on-other-platforms/http://www.reallylinux.com/docs/toptip4.shtmlI have successful used ubuntu Linux with HFS in the past, so i know it can be done with wine.
Your Linux Must Have a GUI (gnome / Xfce / etc...etc...) though!