March 29, 2024, 09:10:59 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Run Usb on redhat  (Read 5096 times)

Offline Ujjwol

  • Linux Learner
  • ***
  • Posts: 54
Run Usb on redhat
« on: May 22, 2007, 06:17:06 AM »
I don't know how use my usb on rehat.
when i insert it display on desktop and when i click it hangs
and when i mount from bash and it hangs

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: Run Usb on redhat
« Reply #1 on: May 30, 2007, 12:21:06 PM »
When you insert USB just wait for few seconds , generally it shows some message on CLI i.e on shell , after thet just mount it using......

make an directory , say usb and mount your usb in that.
#mkdir /usb
#mount /dev/sda1  /usb { generally it make device as sda1...... }

#cd /usb
and use it.....
« Last Edit: June 01, 2007, 06:05:29 AM by gauravbajaj »