Skip site navigation (1)Skip section navigation (2)
Date:      5 Nov 2013 19:03:17 -0000
From:      Scott Ballantyne <sdb@ssr.com>
To:        Juris Kaminskis <juris.kaminskis@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Share NTFS drive over NFS
Message-ID:  <20131105190317.2588.qmail@irelay.ssr.com>
In-Reply-To: <CAKJAkzuqtOMfZC-%2BbfgKYn8QbG7y22XKpnTGKJMFxs3JfyhQ=g@mail.gmail.com> (message from Juris Kaminskis on Tue, 5 Nov 2013 20:53:13 %2B0200)
References:  <CAKJAkzuqtOMfZC-%2BbfgKYn8QbG7y22XKpnTGKJMFxs3JfyhQ=g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Wtih my export file /etc/exports:
> 
> /home/
> 
> NFS loads with success the share, but when I try to use following entry:
> 
> /home/juris/piltuve
> 
> in the /var/log/messages I get:
> 
> Nov  5 20:27:03 station mountd[847]: can't export /home/juris/piltuve/
> Nov  5 20:27:03 station mountd[847]: bad exports list line
> /home/juris/piltuve/
> 
> I suspect it is because I have mounted NTFS on /home/juris/piltuve like
> this in /etc/fstab/
> 
> /dev/ada0s5     /home/juris/piltuve/    ntfs
>  rw,mountprog=/usr/local/bin/ntfs
> 
> With this I am stuck now. In the forums I read similar problem but also not
> solved:
> http://forums.freebsd.org/showthread.php?t=31528
> 
> Permissions on /home/ and /home/juris/piltuve/ are equal
> 

I've found that those errors are not reliable. I have exported
filesystems right now that give those errors, but work just fine. I
suggest you try to mount the filesystems on the clients to check for
certain.

For NTFS filesystems, I find FUSEFS helps tremendously.

Best,
Scott
-- 
sdb@ssr.com








Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131105190317.2588.qmail>