On Fri, 26 Jan 2007, Francois Visconte wrote:

> Hello,
> 
> I mount ext2 partitions on a dual boot (OpenBSD/Linux) host
> I have expoted /mnt/data over NFS and i can't mount it from another
> linux machine.

You say you want to mount /mnt/data but the lines below show /mnt/home2.

Did you enable portmap and nfs services in rc.conf.local? What error
message are you getting on the linux client? What does showmount -e
show on the server?

        -Otto
        

> 
> On my nfs server (openbsd)
> --- /etc/fstab ---
> /dev/wd1i /mnt/home2 ext2fs rw,nosuid, 0 0
> ----
> --- /etc/exports ---
> /mnt/home2 -alldirs -network 192.168.1.0 -mask 255.255.255.0
> ----
> 
> I can't manage to mount this export from another linux box and can't find in
> exports(5)
> any option to make this possible.
> 
> Is there any way to do this ?
> 
> 
> Cheers,
> Frangois

Reply via email to