version 1, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
plpnfsd |
|
|
2 |
!!!plpnfsd |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
FILES |
|
|
8 |
SEE ALSO |
|
|
9 |
AUTHOR |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
plpnfsd - Daemon to mount a Psion an nfs like filesystem |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__plpnfsd [[-V] [[-v] [[-p__ ''port''__] [[-d__ |
|
|
19 |
''mountdir''__] [[-u__ ''user''__]__ |
|
|
20 |
!!DESCRIPTION |
|
|
21 |
|
|
|
22 |
|
|
|
23 |
plpnfsd is a daemon, which provides NFS-like access to your |
|
|
24 |
Psion. It automatically makes the psion's filesystems |
|
|
25 |
available below an NFS-mounted directory (default |
|
|
26 |
/mnt/psion). By default, plpnfsd is installed suid-root, so |
|
|
27 |
any normal user can start it and get's the mounted directory |
|
|
28 |
owned by himself. As this program is usually used on |
|
|
29 |
single-user machines, this does not hurt security. Like the |
|
|
30 |
others, this program auto-reconnects after a link-failure, |
|
|
31 |
so you can keep the psion mounted all the time, even when it |
|
|
32 |
is not connected. Due to Rudolf Koenig's clever |
|
|
33 |
error-handling, you don't need to worry about blocked |
|
|
34 |
io-processes if the psion isn't available. You simply will |
|
|
35 |
get an |
|
|
36 |
!!OPTIONS |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
__-V__ |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
Display the version and exit |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
__-v__ |
|
|
46 |
|
|
|
47 |
|
|
|
48 |
Produce verbose logging output. Can be specified more than |
|
|
49 |
once to increase the debug level (up to 3 |
|
|
50 |
times) |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
__-p__ ''port'' |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
Specify the port to connect to (e.g. the port where ncpd is |
|
|
57 |
listening on) - by default, the port is looked up in |
|
|
58 |
/etc/services. If it is not found there, a fallback builtin |
|
|
59 |
of ''7501.'' |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
__-d__ ''mountdir'' |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Specify the directory to mount the psion file system on. |
|
|
66 |
This defaults to ''/var/lib/plptools/mnt'' |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
__-u__ ''user'' |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
Specify the user who will own the psion files. This defaults |
|
|
73 |
to the user who is running plpnfsd. If the user running |
|
|
74 |
plpnfsd is ''root'' , s/he may also specify a different |
|
|
75 |
user. |
|
|
76 |
!!FILES |
|
|
77 |
|
|
|
78 |
|
|
|
79 |
Below the special directory /var/lib/plptools/mnt/proc there |
|
|
80 |
are several special files which can be used to control |
|
|
81 |
plpnfsd and/or view some information of the connected |
|
|
82 |
Psion. |
|
|
83 |
|
|
|
84 |
|
|
|
85 |
/var/lib/plptools/mnt/proc/exit |
|
|
86 |
|
|
|
87 |
|
|
|
88 |
can be used to shutdown plpnfsd gracefully. To shutdown |
|
|
89 |
plpnfsd write the string |
|
|
90 |
|
|
|
91 |
|
|
|
92 |
/var/lib/plptools/mnt/proc/owner |
|
|
93 |
|
|
|
94 |
|
|
|
95 |
shows the Psion's owner information. |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
/var/lib/plptools/mnt/proc/unixowner |
|
|
99 |
|
|
|
100 |
|
|
|
101 |
The superuser (root) can set the owner of the mounted |
|
|
102 |
directory-tree during runtime by writing the desired |
|
|
103 |
username into this file. |
|
|
104 |
|
|
|
105 |
|
|
|
106 |
/var/lib/plptools/mnt/proc/debuglevel |
|
|
107 |
|
|
|
108 |
|
|
|
109 |
Reading/writing from/to this file shows resp. sets the debug |
|
|
110 |
level. |
|
|
111 |
|
|
|
112 |
|
|
|
113 |
/var/lib/plptools/mnt/proc/acache |
|
|
114 |
|
|
|
115 |
|
|
|
116 |
Reading/writing from/to this file shows resp. sets the |
|
|
117 |
timeout value for the attribute cache in |
|
|
118 |
seconds. |
|
|
119 |
|
|
|
120 |
|
|
|
121 |
/var/lib/plptools/mnt/proc/dcache |
|
|
122 |
|
|
|
123 |
|
|
|
124 |
Reading/writing from/to this file shows resp. sets the |
|
|
125 |
timeout value for the data cache in seconds. |
|
|
126 |
|
|
|
127 |
|
|
|
128 |
/var/lib/plptools/mnt/proc/ |
|
|
129 |
|
|
|
130 |
|
|
|
131 |
Shows the name of the corresponding process on the |
|
|
132 |
Psion. |
|
|
133 |
|
|
|
134 |
|
|
|
135 |
/var/lib/plptools/mnt/proc/ |
|
|
136 |
|
|
|
137 |
|
|
|
138 |
Shows the arguments of the corresponding process on the |
|
|
139 |
Psion. |
|
|
140 |
!!SEE ALSO |
|
|
141 |
|
|
|
142 |
|
|
|
143 |
ncpd(8), plpftp(1) |
|
|
144 |
!!AUTHOR |
|
|
145 |
|
|
|
146 |
|
|
|
147 |
Fritz Elfert Heavily based on p3nfsd by Rudolf Koenig |
|
|
148 |
(rfkoenig@immd4.informatik.uni-erlangen.de) and plp_1_7 by |
|
|
149 |
Philip Proudman (phil@proudman51.freeserve.co.uk) Patches |
|
|
150 |
from Matt Gumbley (matt@gumbley.demon.co.uk) Man page by |
|
|
151 |
John Lines (john+plpman@paladin.demon.co.uk) |
|
|
152 |
---- |