summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc/bin/9fs5
1 files changed, 4 insertions, 1 deletions
diff --git a/rc/bin/9fs b/rc/bin/9fs
index 8f38872e8..7216eae6a 100755
--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -7,7 +7,10 @@ case ''
echo usage: 9fs service '[mountpoint]' >[1=2]
exit usage
case 9fat
- part=`{ls /dev/fs/9fat /dev/sd*/9fat >[2]/dev/null}
+ if(~ $#2 1)
+ part=`{ls $2 >[2]/dev/null}
+ if not
+ part=`{ls /dev/fs/9fat /dev/sd*/9fat >[2]/dev/null}
if(~ $#part 0) {
echo 'no 9fat partition found' >[1=2]
exit no.9fat