944,208 Members | Top Members by Rank

Ad:
Mar 16th, 2005
0

Viewing flash drive contents in RedHat 9

Expand Post »
How do I view the contents of my flash drive (a Lexar 128MB JumpDrive) in Gnome (RedHat 9)?
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Datamech is offline Offline
3 posts
since Feb 2005
Mar 17th, 2005
0

Re: Viewing flash drive contents in RedHat 9

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)








Quote originally posted by Datamech ...
How do I view the contents of my flash drive (a Lexar 128MB JumpDrive) in Gnome (RedHat 9)?
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?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
rizla115 is offline Offline
10 posts
since Mar 2005
Mar 21st, 2005
0

Re: Viewing flash drive contents in RedHat 9

Hi all,

I agree to rizla115.

I always take these steps below to check out whether a flash disk has attached:
1. dmesg
2. fdisk /dev/sda
3. mkfs
4. mkdir /mnt/MyFlash
5. mount /dev/sda(1 or something else) /mnt/MyFlash

Quote originally posted by rizla115 ...
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)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
0915reg is offline Offline
1 posts
since Mar 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Linux Kernel and Hardware Setup Forum Timeline: Problems recognizing soundcard using Redhat 9.0
Next Thread in Linux Kernel and Hardware Setup Forum Timeline: TextMode (Command Line) Image Viewer?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC