Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: Bud on October 17, 2013, 01:21:39 PM

Title: Mount FreeNAS Share
Post by: Bud on October 17, 2013, 01:21:39 PM
guys please can you help

sme server 8

i have a freenas 9.1.1 server and some share on it
i have installed the affa contrib on my sme 8 server
I have created a affa job and created a folder:
# mkdir /mnt/affaprod

My Problem is mounting the FreeNAS Share ie:
mount -t 192.168.1.10/My Files/Backups /mnt/affaprod

I get the error: unknown filesystem type '192.168.1.7/My'

So it does not see the Full Folder " 192.168.1.10/My Files/Backups "

Any ideas what i can use to mount the Folder for AFFA  :-)
Title: Re: Mount FreeNAS Share
Post by: warren on October 17, 2013, 02:02:55 PM
Quote
My Problem is mounting the FreeNAS Share ie:
mount -t 192.168.1.10/My Files/Backups /mnt/affaprod

Try mounting via
Code: [Select]
mount -t 192.168.1.10/'My Files'/Backups /mnt/affaprod
Note the single '
Title: Re: Mount FreeNAS Share - SOLVED
Post by: Bud on October 17, 2013, 02:26:01 PM
warren thanks for helping me

this is what worked for me to mount a FreeNAS Share in SME 8 Server

# mount -t cifs -o user=freenasuser //192.168.1.10/'MyFiles'/Backups /mnt/affaprod

Great stuff  :P


Title: Re: Mount FreeNAS Share
Post by: nicolatiana on October 17, 2013, 03:18:45 PM
You can get better performances using NFS; this is suggested by Affa developer.

Nicola
Title: Re: Mount FreeNAS Share
Post by: christian on October 26, 2013, 08:19:07 PM
I think the nfs contrib is broken in the latest update. I'll be filing a bug report shortly unless someone else has already figured this out.

[Edit] Someone has already submitted a bug report on this: http://bugs.contribs.org/show_bug.cgi?id=7920