mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 20:40:15 +02:00
instructions for the nfs modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@167 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7ed77935ac
commit
9581cafa0e
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
cat << EOF
|
||||
|
||||
|
||||
Using the nfs modules:
|
||||
insmod sunrpc
|
||||
insmod lockd
|
||||
insmod nfs
|
||||
mount server:/mnt /mnt -o nolock
|
||||
|
||||
If you do not specify nolock the mount process will hang
|
||||
until rpciod is killed. (killall -9 rpciod)
|
||||
|
||||
- press enter -
|
||||
EOF
|
||||
read
|
Loading…
Reference in New Issue
Block a user