How to mount an USB Pen Drive
Hello,
Those who are new to linux , may need to know procedure to mount it .
Check it out below :
1) Attach your USB pendrive to Linux computer.
2) #dmesg
( Check the last lines. It will show the device name used by pendrive for example
/dev/sda1 or /dev/sdb1 )
3) #mkdir /pendrive
#mount /dev/sdb1 /pendrive
Your pendrive should be mounted!.
Best Regards,
Girish
0 comments:
Post a Comment