summaryrefslogtreecommitdiff
path: root/rc/bin/fstype
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2012-08-07 17:57:04 +0200
committeraiju <aiju@phicode.de>2012-08-07 17:57:04 +0200
commitb21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (patch)
tree42047f997cda3eddec9faeafeb74435cc72a4786 /rc/bin/fstype
parentef1c1863051d0530a31b291f4e334ee7601c318c (diff)
added hjfs
Diffstat (limited to 'rc/bin/fstype')
-rwxr-xr-xrc/bin/fstype4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/bin/fstype b/rc/bin/fstype
index 5a0665c42..1820e8287 100755
--- a/rc/bin/fstype
+++ b/rc/bin/fstype
@@ -19,6 +19,10 @@ if(~ $"m 529ab12b){
echo paqfs
exit
}
+if(~ $"m 011ce50d){
+ echo hjfs
+ exit
+}
dd -if $1 -count 1 >[2]/dev/null | \
awk '
/^kfs/{fs["kfs"]++}