mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
use 9p not 9P as mount type (Michael Kaminsky)
This commit is contained in:
parent
528dba4d31
commit
b510decf42
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ switch(`{uname}){
|
|||
case Linux
|
||||
if(lsmod|9 grep -si '^9p(2000)? '){
|
||||
if(test -S $1)
|
||||
exec mount -t 9P -o proto'='unix,name'='$USER $1 $2
|
||||
exec mount -t 9P -o proto'='tcp,name'='$USER $1 $2
|
||||
exec mount -t 9p -o proto'='unix,name'='$USER $1 $2
|
||||
exec mount -t 9p -o proto'='tcp,name'='$USER $1 $2
|
||||
}
|
||||
if(lsmod|9 grep -si '^fuse ')
|
||||
exec 9pfuse $1 $2
|
||||
|
|
Loading…
Reference in a new issue