Re: NFS export ext2 mounted filesystems

2007-01-27 Thread fv

Hello,

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?


Both enabled.
I can mount /mnt/home2, but i get a Input Output error from my
linux box when i try to make a 'ls /mnt/nfs/marvin/home2', the mount 
point of marvin:/mnt/home2


Anyway, I will invertigate go give you more details.

Best regards,
Frangois



NFS export ext2 mounted filesystems

2007-01-26 Thread Francois Visconte

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.

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



Re: NFS export ext2 mounted filesystems

2007-01-26 Thread Otto Moerbeek
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