Koozali.org: home of the SME Server

Mount FreeNAS Share

Offline Bud

  • *
  • 487
  • +0/-0
Mount FreeNAS Share
« 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  :-)

Offline warren

  • *
  • 293
  • +0/-0
Re: Mount FreeNAS Share
« Reply #1 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 '

Offline Bud

  • *
  • 487
  • +0/-0
Re: Mount FreeNAS Share - SOLVED
« Reply #2 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



Offline nicolatiana

  • *
  • 724
  • +0/-0
Re: Mount FreeNAS Share
« Reply #3 on: October 17, 2013, 03:18:45 PM »
You can get better performances using NFS; this is suggested by Affa developer.

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline christian

  • *
  • 369
  • +0/-0
    • http://www.szpilfogel.com
Re: Mount FreeNAS Share
« Reply #4 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

« Last Edit: October 26, 2013, 08:24:15 PM by christian »
SME since 2003