From 75aeefd3966895eb3cbba18bba87909c4c1d66d9 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Mon, 30 Jul 2012 10:58:17 -0500 Subject: /rc/bin/9fs: add partition argument for 9fat --- rc/bin/9fs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3