Open new terminal and type the below commands:-
mkdir /mnt/usb
The above statement is for creating a directory named 'usb' in mnt directory.
mount /dev/sda1 /mnt/usb
The above command mounts ur pendrive in '/mnt/usb' folder.
Note:there is a space after mkdir,mount,sda1 commands..
Jai Shree Ganesh

Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment