Mounting a windows SMB share to Haiku?

Hi Haiku friends,

I have a NAS on my home network which I’d like to access if possible from Haiku.

I found a programme called FuseSMB on HaikuDepot and after installing it I see an icon called SMB Network on the desktop but no obvious way in which to mount the Windows SMB share on my LAN.

Is there a tutorial or a primer on FuseSMB somewhere that I can reference, in order to set this up please? Thank you!

1 Like

This is something that could be improved. Actually, Haiku is only compatible with old samba versions.
I’d recommend doing a forum search with ‘SMB’, you should find few threads about this topic.

Thank you. I’ll have a look around.

I would recommend NFS as SMB v1 is not secured :

3 Likes

So after enabling NFS on my NAS, is there something I need to install on the Haiku side to be able to mount the network share?

Create a folder to receive your shared folder and connect to it via command line :

mount_nfs NAS_address:/volume1/shared/folder /boot/home/nfs 0 0

1 Like

Ugh. I have a project in my repo that does exactly this using userlandfs and libsmb2. But I just haven’t gotten it to production quality yet, due to life happening.

1 Like