View previous topic :: View next topic |
Author |
Message |
sirdork n00b
Joined: 25 Jan 2006 Posts: 43 Location: Canada
|
Posted: Thu Feb 09, 2006 7:50 am Post subject: USB Flash Drive help Please |
|
|
Ok so I'm trying to get drivers for my network card to my Linux box. So I downloaded them on my laptop and put them on a USB Flash drive. I have compiled my kernel with support for such drives but how do I tell the system to read the drvie. Please assist. |
|
Back to top |
|
|
Akhouk Guru
Joined: 23 May 2003 Posts: 476 Location: The Two Niles, Africa
|
Posted: Thu Feb 09, 2006 7:54 am Post subject: |
|
|
First check dmesg when you plug in the USB flash to see that it detects it.
Secondly, fdisk -l should list the device and the partitions.
Then you can use mount to mount the partition...something like
mount -t vfat /dev/sda1 /mnt/flash _________________ AMD 64 3500+, 2Gb RAM DDR400, 2 x 180Gb SATA, 256Mb Nvidia |
|
Back to top |
|
|
sirdork n00b
Joined: 25 Jan 2006 Posts: 43 Location: Canada
|
Posted: Thu Feb 09, 2006 8:03 am Post subject: |
|
|
Where by chance do I dump the Driver to install it ? |
|
Back to top |
|
|
Akhouk Guru
Joined: 23 May 2003 Posts: 476 Location: The Two Niles, Africa
|
Posted: Thu Feb 09, 2006 8:19 am Post subject: |
|
|
You mean the driver for the network card? what card/driver is it? _________________ AMD 64 3500+, 2Gb RAM DDR400, 2 x 180Gb SATA, 256Mb Nvidia |
|
Back to top |
|
|
|