diff options
author | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
---|---|---|
committer | aiju <aiju@phicode.de> | 2012-08-07 17:57:04 +0200 |
commit | b21b9ba89cf66a8fac6f94efb79cfb425a2c4df2 (patch) | |
tree | 42047f997cda3eddec9faeafeb74435cc72a4786 /rc/bin/fstype | |
parent | ef1c1863051d0530a31b291f4e334ee7601c318c (diff) |
added hjfs
Diffstat (limited to 'rc/bin/fstype')
-rwxr-xr-x | rc/bin/fstype | 4 |
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"]++} |