using linux from command line

Status
Not open for further replies.

jerins

Junior Member level 3
Joined
Nov 25, 2008
Messages
27
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
cochin
Activity points
1,434
hi friend
use this command for mounting a pendrive in linux....
step 1
create a folder in \mnt directory using
mkdir <directory name>
den find ur device using
fidisk -l
it will list all partitions
ur device may be sda1 sdb1 like..
use
mount /dev/sda1 /mnt/<directory name>
den go to ur directory using
cd /mnt/<directory name>

for finding the contents use
ls -l
for listing the items in pendrive
use
umount /mnt/<directory name>
for unmounting


thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…