Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Other Devices => Topic started by: Ujjwol on May 22, 2007, 06:17:06 AM

Title: Run Usb on redhat
Post by: Ujjwol 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
Title: Re: Run Usb on redhat
Post by: gauravbajaj 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.....