This worked on when I tried it on RedHat 8.0, so it should work in RH 9:
Linux 2.4 and above - First plug the device into the USB port of your computer
Execute: cd /etc/sysconfig/ ( cat /etc/sysconfig/hwconf | more )
Check the device information in hwconf and write down the mount point.
Make a directory in /mnt (ex: mkdir /mnt/usbHD )
Then execute: mount /dev/sda1 /mnt/usbHD (if mount point was .dev/sda)
[indent]How do I view the contents of my flash drive (a Lexar 128MB JumpDrive) in Gnome (RedHat 9)?[/indent] I plug in the JumpDrive, and when I go to SYSTEM TOOLS > HARDWARE BROWSER it shows up just fine. Keep in mind, I'm a newbie to Linux. :o I created the following directory: /mnt/usb then, in the bash shell, I typed: mount /mnt/usb and got this reply: mount: can't find /mnt/usb in /etc/fstab or /etc/mtab When I type the mount command with no parameters, one of the returned lines reads: usbdevfs on /proc/bus/usb type usbdevfs (rw) How do I do this right?