rejetto forum

HTTP File Server on a Raspberry PI.

NKCorp. · 12 · 16575

0 Members and 1 Guest are viewing this topic.

Offline NKCorp.

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
Hi,
I use HFS since a couple of years ago, and I think it's a very
useful software. I've recently buought a Raspberry Pi 2
and installed Raspbian. Now i want to ask if it's possible
(and if you know how to do) to run HFS on the raspberry.
(Sorry for bad english but it's not my primary language).

Thanks to everyone! ;)

Nicolò


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
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.md

In 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:

Code: [Select]
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:

Code: [Select]
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:

Code: [Select]
sudo apt-get install wine1.6
Info and some help form:
https://www.winehq.org/download/ubuntu

There 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.shtml

I 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!
« Last Edit: September 22, 2015, 01:21:33 AM by bmartino1 »
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline NKCorp.

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
Hi, thank you for the reply.

The biggest promblem is that the Raspberry Pi has
an ARMv7 processor, so it can run only specific O.S.
that are derivate from Linux, in my case Raspbian,
a Debian derivation. The problem of ARMv7 processors
is that they can't run x32 O.s. and x32 software.

There are other ways to run HFS on Raspberry Pi.


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link

Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
The best path you can choose, is searching on how to run WINE on ARMv7 (since HFS runs fine using WINE on Linux). And you can start looking here, here, and here...

If you are a programmer, another path is porting the Delphi/x86 source code of HFS, into a Lazarus/ARMv7 compatible code. But it's a hard way, and you're on your own.
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline Chris Harris

  • Occasional poster
  • *
    • Posts: 38
    • View Profile


There are other ways to run HFS on Raspberry Pi.

I would like to know of any way to run HFS on a Raspberry Pi (Raspbian OS  based on Debian Jessie)?

Has anyone compiled it for Linux?

Chris


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
I would like to know of any way to run HFS on a Raspberry Pi (Raspbian OS  based on Debian Jessie)?
I haven't tested, but I think you can run HFS on Raspberry Pi using ExaGear Desktop (since it lets you run x86 apps on ARM devices, like Raspberry Pi). Sadly it's not free (prices start from €14.95).
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline Rapid

  • Occasional poster
  • *
    • Posts: 49
    • View Profile
    • R&Q Portal
This is HFS on Windows 11 in ESXi-ARM on Raspberry PI  :)



Offline Rapid

  • Occasional poster
  • *
    • Posts: 49
    • View Profile
    • R&Q Portal
I hope next year we will have a Delphi with Windows ARM support.


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
I made a old x86 wine installation. arm should run wine just fine under Debian. I have ran a pie 3 model b in the past:

https://rejetto.com/forum/index.php?topic=11787.msg1061701#msg1061701

back then play on linux and exo gear were the x86 emulation layer.
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
rejoice, for hfs 3 already runs natively on linux :)
the linux binary may not be right for arm, but i expect the node version to run smoothly
https://github.com/rejetto/hfs/releases
« Last Edit: March 16, 2022, 06:15:31 PM by rejetto »