fstype: add support for gefs

This commit is contained in:
Michael Forney 2023-05-02 21:08:51 +00:00
parent 64ae775d6f
commit 906ee79533

View file

@ -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