USB Keychain Drive

Reuben D. Budiardja techlist at voyager.phys.utk.edu
Thu Oct 7 19:01:01 UTC 2004


On Thursday 07 October 2004 13:44, Brian McGrew wrote:
> Hello:
>
> I have a USB Keychain drive that I want to be able to insert and remove on
> a whim. 

Generally this will be recognize as /dev/sda1, assuming you don't have other 
SCSI drive. You can try as root do:

mkdir /mnt/usb
mount /dev/sda1 /mnt/usb

then "ls /mnt/usb" to see if it's mounted correctly

"umount /mnt/usb " to unmount it.

 2) have a link on my desktop to mount and dismount it.

Create a script to do all the above. Setup a shortcut on your desktop 
(different way depending what destop you're using) to execute the mount and 
umount script on clicking.

>
> Is anyone doing this, 

I am not. I always have xterm windows open anyway it's easier for me to do it 
via command line since my desktop is usually burried under bunch of xterm 
windows.

RDB
-- 
Reuben D. Budiardja
Dept. Physics and Astronomy
University of Tennesse, Knoxville, TN

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT/M/MU/P/S d-(++) s: a-- C++(+++) UL++++ P-- L+++>++++ E- W+++ 
N+ o? K- w--- !O M- V? !PS !PE Y PGP- t+ 5 X R- tv+ 
b++>+++ DI D(+) G e++>++++ h+(*) r++ y->++++
------END GEEK CODE BLOCK------




More information about the redhat-list mailing list