mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
fstype: add support for gefs
This commit is contained in:
parent
64ae775d6f
commit
906ee79533
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ if(~ $"m 011ce50d){
|
||||||
echo hjfs
|
echo hjfs
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
if(~ $"m 67656673){
|
||||||
|
echo gefs
|
||||||
|
exit
|
||||||
|
}
|
||||||
m=`{dd -if /env/block -bs 16 -count 1 -skip 16 >[2]/dev/null}
|
m=`{dd -if /env/block -bs 16 -count 1 -skip 16 >[2]/dev/null}
|
||||||
if(~ $"m 'kfs wren device'){
|
if(~ $"m 'kfs wren device'){
|
||||||
echo kfs
|
echo kfs
|
||||||
|
|
Loading…
Reference in a new issue