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..
No comments:
Post a Comment