On Tue, 2002-10-15 at 22:21, Ralph M. Los wrote:
> Hey,
>       One thing I haven't figured out how to do is how to get my
> 128-meg Thumb Drive (USB-based disk) to work as a "hot plug" into linux.
> I can do it with WinXP and Win2k all day long which I use on a regular
> basis as a FAT filesystem.  These things are SO useful!
> 
>       Does anyone know of a way to get them to work as a hot-plug
> mount/dismount under Linux Mdk 9.0?

Mine (TechTone/Desay USA 32MB) is detected and can be mounted by, as
root:

mount -t vfat /dev/sda1 /mnt/your_mount_point

and an /etc/fstab entry would be:

/dev/sda1 /mnt/your_mount_point vfat user,exec,noauto,rw,sync,umask=0 0
0

Note that you'll need the usb-storage module. Hotplug will typically
load all the proper modules.

Make sure that you substitute the actual mount point (which you have
created with mkdir) for your_mount_point.

Let me know if you have problems.

> 
> Thanks in advance!!
> 
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> +      Ralph                     | Internet Systems & Security   +
> +       Boundariez.com           | -"Specializing in Paranoia"-  +
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
> +    ralph[at]boundariez[dot]com |  Never understimate the power +
> +    AIM: SekurityWizard         |         stupid people         +
> +    ICQ: 2206039                |        in large groups        +
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
> 
> ----
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
*Michael Notforyou*
Registered Linux User #197888
Registered Linux Machine #166780
LINUX ON A COMPAQ PRESARIO 700 SERIES:
http://www.quack-net.com/presario/
//42!


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to