USB flash drive
zippo
zippo@oppiz.net
Mon Apr 30 06:30:00 GMT 2007
On Thu, 26 Apr 2007 23:34:17 -0700 (PDT)
volter amadeus <volter_amadeus@yahoo.com> 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
>
More information about the Gcc-help
mailing list