Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wizzro

Pages: [1]
1
Zaurus - pdaXrom / NFS in pdaxrom?
« on: November 30, 2004, 01:34:25 pm »
Quote
on the Zaurus side, i keep stuck in

Code: [Select]
# mount /mnt/cdrom
mount: RPC: Port mapper failure - RPC: Unable to recieve

I don't understand... 

Can you try with all the options :
mount -t nfs -o hard,intr,nolock,nfsvers=2

and especially nolock

2
Zaurus - pdaXrom / NFS in pdaxrom?
« on: October 13, 2004, 06:07:13 am »
First you need a kernel with NFS filesystem support (or modules) and some packages installed :
dpkg -l nfs-\* | grep ii
ii  nfs-common     1.0.6-3        NFS support files common to client and serve
ii  nfs-kernel-ser 1.0.6-3        Kernel NFS server support

Next you add a line like this and you replace with your own sttings :
/data           192.168.10.2(rw,no_root_squash,sync)

And finally you restart nfs (with root) with the command /etc/init.d/nfs-kernel-server restart

On the zaurus
mount -t nfs -o hard,intr,nolock,nfsvers=2 192.168.10.1:/data /tmp/p

I hope this help you

Pages: [1]