From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 3 Apr 2008 18:11:23 -0400 From: "devrin talen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] Unmount a USB stick? Topicbox-Message-UUID: 87e36c88-ead3-11e9-9d60-3106f5b1d025 I've got a USB stick that I've been using to shuttle a few docs around. I googled a bit and I've been using: % usb/disk -l % usbfat: to mount the stick. That works all well and good, but how do I go about ejecting it gracefully? I've tried: % unmount /n/usb % unmount /n/disk But have no idea if that's the right way to go about it. Additionally if I eject it in this manner the next time I try to mount it using the first two commands I get a bunch of usb errors. Also, why is the disk only available from the rc window that I used to mount it? In any other rc window I can't access the /n/usb mountpoint. I realize I'm probably missing something fundamental about plan 9 (newbie here). - Devrin