Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top