LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   USB mounting problem (https://www.linuxquestions.org/questions/linux-newbie-8/usb-mounting-problem-823807/)

gmprabhu 08-03-2010 08:07 AM

USB mounting problem
 
Dear all,

I am new to linux,i am using Redhat linux, i try to mount usb with help of this key

#mkdir usb
#mount /dev/sda1 /root/usb
mount: /dev/sdal is not a valid block device

i am geting this error...

any one help me

thanks
prabhu

vishesh 08-03-2010 08:26 AM

Try
root#fdisk -l
command to find valid device file for your usb
May be file is /dev/sdb1 or /dev/sdc1 or /dev/sdd1.
You can also use
root#udevmonitor
Command and then insert usb to get eject device file

Thanks


All times are GMT -5. The time now is 07:07 PM.