mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
use vmount0
This commit is contained in:
parent
76e02e9b11
commit
56177a9cba
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ case Linux
|
|||
exec mount -o 'ro,timeo=100,rsize=8192,retrans=5,port=12049,mountport=12049,mountvers=3,nfsvers=3,nolock,soft,intr,udp' \
|
||||
$server:/dump $mtpt
|
||||
case *
|
||||
echo 'cannot mount on' `{uname} >[1=2]
|
||||
exit usage
|
||||
exec vmount0 -h 00 udp!$server!12049 $mtpt
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue