Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Select language:
English
French
German
Hungarian
Italian
Norwegian
News:
Home
Help
Search
Calendar
Members
View the memberlist
Search For Members
Login
Register
OESF Portables Forum
»
Model Specific Forums
»
Sharp Zaurus
»
Zaurus - pdaXrom
»
Mounting A Remote Nfs Volume
← previous
next →
Print
Pages: [
1
]
Author
Topic: Mounting A Remote Nfs Volume (Read 2121 times)
JerryAttrix
Newbie
Posts: 11
Mounting A Remote Nfs Volume
«
on:
December 23, 2005, 03:58:22 pm »
RC12 is a smooth piece of work, and most things work out of the box. However, I'm trying to mount a remote NFS volume:
mount -t nfs {url}:{exported path} /mnt/net
and it just hangs. (It all works fine under Cacko.) Is this a problem anyone else has?
Logged
C860 running pdaXrom RC12
SanDisk 1Gb SD card
Buffalo WiFi
pgas
Hero Member
Posts: 1097
Mounting A Remote Nfs Volume
«
Reply #1 on:
December 23, 2005, 11:39:37 pm »
http://www.pdaxrom.org/index.php?showid=26&menuid=8
Q:
When i try to mount an NFS share it takes a long time/forever?
A:
Use the -nolock parameter when mounting. Some people also recommend using the server:/zaurus /mnt nfs noauto,hard,intr,nolock,async,nfsvers=2 0 0
Logged
SLC-860 cacko / senao wifi
JerryAttrix
Newbie
Posts: 11
Mounting A Remote Nfs Volume
«
Reply #2 on:
December 24, 2005, 04:22:35 am »
Many thanks for the pointer. I tried an FAQ search but failed to turn that up. Must try harder.
The command that worked in the end was:
mount {server}:{path} /mnt/{mountpoint} -t nfs -o noauto,hard,intr,nolock,async,nfsvers=2
Logged
C860 running pdaXrom RC12
SanDisk 1Gb SD card
Buffalo WiFi
Print
Pages: [
1
]
← previous
next →
OESF Portables Forum
»
Model Specific Forums
»
Sharp Zaurus
»
Zaurus - pdaXrom
»
Mounting A Remote Nfs Volume