View previous topic :: View next topic |
Author |
Message |
atrus123 Guru


Joined: 06 Jul 2005 Posts: 339 Location: Annapolis, MD
|
Posted: Fri Jul 15, 2005 4:54 am Post subject: Mount thumbdrive [solved] |
|
|
or flashdrive or jumpdrive or whatever you call it.
How do I go about mounting it? I'm not really sure what it'd be called.
J.
Last edited by atrus123 on Fri Jul 15, 2005 3:03 pm; edited 1 time in total |
|
Back to top |
|
 |
nephros Advocate


Joined: 07 Feb 2003 Posts: 2139 Location: Graz, Austria (Europe - no kangaroos.)
|
Posted: Fri Jul 15, 2005 5:10 am Post subject: |
|
|
You need (obvioulsy) USB support in your kernel.
The module (or built-in driver) which handles those dirves is called "usb-storage". You can enable it under Device Drivers -> USB Support -> USB Mass Storage Support.
You will also need "SCSI Disk Support" under the SCSI menu in menuconfig.
You will also need support for FAT32 (vfat) filesystems.
Your drive should then show up as /dev/sda or /dev/sda1 and you can mount it normally.
HTH. _________________ Please put [SOLVED] in your topic if you are a moron. |
|
Back to top |
|
 |
atrus123 Guru


Joined: 06 Jul 2005 Posts: 339 Location: Annapolis, MD
|
Posted: Fri Jul 15, 2005 3:02 pm Post subject: |
|
|
Just what I needed to know. Thank ye much!
J. |
|
Back to top |
|
 |
atrus123 Guru


Joined: 06 Jul 2005 Posts: 339 Location: Annapolis, MD
|
Posted: Fri Jul 15, 2005 3:39 pm Post subject: |
|
|
Just tried it out, and it works great.
J. |
|
Back to top |
|
 |
|