Viewing flash drive contents in RedHat 9

Reply

Join Date: Feb 2005
Posts: 3
Reputation: Datamech is an unknown quantity at this point 
Solved Threads: 0
Datamech's Avatar
Datamech Datamech is offline Offline
Newbie Poster

Viewing flash drive contents in RedHat 9

 
0
  #1
Mar 16th, 2005
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?
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 10
Reputation: rizla115 is an unknown quantity at this point 
Solved Threads: 0
rizla115's Avatar
rizla115 rizla115 is offline Offline
Newbie Poster

Re: Viewing flash drive contents in RedHat 9

 
0
  #2
Mar 17th, 2005
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)








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?
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 1
Reputation: 0915reg is an unknown quantity at this point 
Solved Threads: 0
0915reg 0915reg is offline Offline
Newbie Poster

Re: Viewing flash drive contents in RedHat 9

 
0
  #3
Mar 21st, 2005
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

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)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the *nix Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC