From 906ee795330604275dc6fa1da606b683d156f368 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 2 May 2023 21:08:51 +0000 Subject: [PATCH] fstype: add support for gefs --- rc/bin/fstype | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc/bin/fstype b/rc/bin/fstype index 67c3cd20b..916d77b3f 100755 --- a/rc/bin/fstype +++ b/rc/bin/fstype @@ -24,6 +24,10 @@ if(~ $"m 011ce50d){ echo hjfs exit } +if(~ $"m 67656673){ + echo gefs + exit +} m=`{dd -if /env/block -bs 16 -count 1 -skip 16 >[2]/dev/null} if(~ $"m 'kfs wren device'){ echo kfs