sbennett30188
Mar 4 2003, 01:56 PM
I have this USB storage device from Sony that I was using when I was still running Windows. I was wondering if there was any way I could use it while running Linux. I use Red Hat Linux 8.0 with the KDE shell. If anyone out there knows a way to use the storage device please help!
michaelk
Mar 5 2003, 10:43 AM
For help see.
http://www.linux-usb.org/USB-guide/x498.htmlThe command lsmod will show installed modules. Load modules as reqired then you should be able to mount the drive.
mount -t vfat /dev/sda1 /mnt/<new mount point>
sbennett30188
Mar 6 2003, 02:04 PM
Hey, thanks for the help.