jerins
Junior Member level 3
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
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