From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Thu, 10 Apr 2008 10:03:31 -0400 From: a@9srv.net In-Reply-To: <212463bc3b45783438c77206142403da@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Mount a usb ext2 hd? Topicbox-Message-UUID: 8c062e18-ead3-11e9-9d60-3106f5b1d025 >> % if(! test -e /n/usb) mkdir /n/usb >> % mount -c /srv/ext2 /n/usb >> mount: mount /n/usb: file does not exist > > i think you mean > > mount -c /srv/ext2 /n/ext2 /dev/sdXX/$partition are you correcting the /n/usb to /n/ext2, or the lack of a spec arg? if the later, at least as per the man page, both work. without the spec arg, ext2srv uses the -f arg as a default (as does dossrv, which was news to me). if the former, i agree it's clearer but it shouldn't break things, no?