How to Mounting a pendrive in redhat linux?
Saturday, April 10th, 2010 at
10:02
I have transcend t.sonic 310 model pendrive, I am unable to mount it in my Red hat 9. I tried
"mount -a -t msdos /dev/sda /mnt/usb" (I created `usb` folder );
What is the another way..
pls help me.
I tried mount /mnt/sda /mnt/usb
and mount /mnt/sda -a -t msdos /dev/sda /mnt/usb
In hwbrowser I saw it as "sda"
Filed under: Redhat
Like this post? Subscribe to my RSS feed and get loads more!
open terminal
mount /dev/sda1 /mnt/usbflash
or with sda2,sda3 depending on where u pin it