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

