This is a short description of installing/using p3nfs with EPOC R5 devices.

Hardware
========
- Epoc R5 is used on folowing devices:
  Psion: Series 5, 5MX, 5MXpro, Revo, RevoPlus, Series 7, netBook, netpad,
  Diamond Mako, (Osaris ???), Ericsson MC218
- Please read README.EPOCR6 if your client is not one of the above.

Overview
========
- You'll need a program called p3nfsd on your UNIX computer, which has to be run
  with root privileges (it is relatively safe to give it setuid permissions). 
  Look at the RPM for a prebuilt binary
- Install the correct .SIS file on the client, for the .tar.gz distribution
  they are in the bin directory, the rpm installs them into the
  /usr/share/doc/p3nfs-version directory


Compiling/Installation
=====================
1. p3nfsd:
- % ./configure
  % make
- Install it with (as root)
  # make install
2. nfsapp.app / nfsclient.exe
  Note: 1. a prebuilt binary is available in the bin directory
        2. the makefile uses the library rules for Linux SDK, which you can
           get from http://www.koeniglich.de/symbian_sdk_5.0_on_linux.html
  % cd nfsclient
  % make -f makefile.epocR5

Usage:
======
A). Via cable
  0. Connect both devices via the cable.
  1. Start nfsapp on the client
  2. Start p3nfsd on the server with following options

     % p3nfsd -series5
     (you may customize it, try p3nfsd -series5 -h)

     Now you'll see your psion Drives in the /mnt/psion directory.
  3. To terminate p3nfsd type (after you left the psion directories with
     all your programs)
     % ls /mnt/psion/exit

B). Via Infrared
  Notes:
  - this method is slower and less fault tolerant than the cable one. 
  - the order of starting the programs may be important
  - it is sometimes necessary to restart the whole process to get contact.
  - generally, this method is not recommended
   
  0. Place both devices in infrared contact.
  1. Start infrared on the PC side (e.g. /etc/rc.d/init.d/irda start)
  2. Start nfsclient, and switch the port (type "p") to IrCOMM
  3. Start p3nfsd with
     % p3nfsd -series5 -dev /dev/ircomm0
  4. If it won't work, stop p3nfsd with "ls /mnt/psion/exit", stop irda,
     stop nfsclient and restart with 1.
