mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
vmount: add -t nfs on Linux
This commit is contained in:
parent
2fb736b2e1
commit
23b8abcc9e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ mtpt=$2
|
||||||
|
|
||||||
switch(`{uname}){
|
switch(`{uname}){
|
||||||
case Linux
|
case Linux
|
||||||
exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=2049,mountport=2049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \
|
exec mount -t nfs -o 'ro,timeo=100,rsize=8192,retrans=5,port=2049,mountport=2049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \
|
||||||
$server:/dump $mtpt
|
$server:/dump $mtpt
|
||||||
case *
|
case *
|
||||||
exec vmount0 -h 00 $server $mtpt
|
exec vmount0 -h 00 $server $mtpt
|
||||||
|
|
Loading…
Reference in a new issue