On 05/16/2010 23:21, dave jones wrote:
> Hi,
>
> I mount ntfs partition(/dev/ad4s3) using fuse-ntfs on FreeBSD and want
> to export it via NFS
> with no luck:
>
> # mount_ntfs-3g /dev/ad4s3 /wxp
> # cat /etc/exports
> /wxp -alldirs -maproot=root -network 192.168.1/24
>From this I assume that the
Hi,
I mount ntfs partition(/dev/ad4s3) using fuse-ntfs on FreeBSD and want
to export it via NFS
with no luck:
# mount_ntfs-3g /dev/ad4s3 /wxp
# cat /etc/exports
/wxp -alldirs -maproot=root -network 192.168.1/24
# mount_nfs 192.168.1.1:/wxp /mnt
[tcp] 192.168.1.1:/wxp: Permission denined
Any ide