Re: USB flash drive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 26 Apr 2007 23:34:17 -0700 (PDT)
volter amadeus <volter_amadeus@xxxxxxxxx> wrote:

> Does anybody know how to access the USB flash drive
> using ONLY the  linux-console?
$mkdir /mnt/USBDRIVE
$mount /dev/DRIVE /mnt/USBDRIVE <-- this can be any complete path
$man mount <-- man filles are awesome
when you plug the drive in it should say what /dev path it is, sda1
sdb1 DRIVE needs to be replaced with that.

> How can I locate the usb-drive path in the directory
> tree?
> I notece some folder /mnt
> which includes only cdrom,floppy and hdi folder inside
> Using the mount command I can access my cdrom files,
> but what about my .c files stored in the usb-drive,
> how can I access them?
> 
> I've got a lot od C-source codes there which I want to
> compile it!
> 
> volter
> _____________________________
> Sent from my phone using flurry - Get free mobile
> email and news at: http://www.flurry.com
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux