mounting the pendrive in the linux pc

2 views
Skip to first unread message

siva

unread,
Feb 27, 2008, 3:37:18 AM2/27/08
to Linux Users Club India
hi,
when we connect the pen drive in the windows systems it will pop-up
showing an external device is being connected.But in case of linux it
is not like that.we have to mount the pen drive.
how to mount the pen drive?
i havn't tried this .
can any body tell the sequence of commands to connect the pen drive to
the linux pc.

regards,
siva

dcsl...@gmail.com

unread,
Feb 27, 2008, 5:20:25 AM2/27/08
to Linux Users Club India
Hi Siva,

its very easy to mount pendrive in linux if it don't pop up.

login as root on command prompt and execute
"dmesg" command. it will show you that your pendrive is detected as
what type of device.
usually it is getting detected as sda or sdb or sdc or sdd ....
then use following command (i assume that you have a empty directory
in /opt/...

mount -t vfat /dev/sdb1 /opt/usb

hope this helps

cheers
Reply all
Reply to author
Forward
0 new messages