From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9e4d44629e8f30b05e8f984543b01543@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Fri, 4 Apr 2008 14:23:24 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Unmount a USB stick? Topicbox-Message-UUID: 88d03608-ead3-11e9-9d60-3106f5b1d025 I should have tried it myself before saying confidently: > To see the disk in another window, just type usbfat: there In fact usbfat: doesn't quite do the right thing. You can either fix /rc/bin/usbfat: by moving the lines if (! test -e $disk) usb/disk $opts || exit 'no disk' to follow the line if (! test -f /srv/usbfat.$user) { or else just use mount -c /srv/usbfat.$user /n/usb to mount an already-mounted usb disk in another window.