|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Mar 25, 2005 1:46 am Post subject: Finding a usb removable drive (flash drive, thumb drive, etc |
|
|
I was just wandering how you might go about accessing files on a removable usb device in BLAG. Thanks in advance for any assistance.
|
|
|
 |
jebba
|
Posted: Fri Mar 25, 2005 8:14 pm Post subject: |
|
|
For 30k it should just automajickally mount itself on the desktop.
For earlier versions, you can find out where the device is by running `dmesg` after plugging it in. If it doesn't come up, you can try this series of commands:
| Code: | modprobe ehci_hcd
modprobe uhci_hcd
modprobe usb-storage
mount /dev/sda1 /mnt |
Again, for 30k, it just magically appears....
-Jeff
|
|
|
 |
Guest
|
Posted: Sat Mar 26, 2005 7:49 pm Post subject: |
|
|
alrighty! Thank you very much for the help!
|
|
|
 |
Triangle not logged in
|
Posted: Thu Apr 07, 2005 10:57 am Post subject: |
|
|
You can add following line to fstab :
/dev/sda1 mnt/nameofdirectory vfat user,noauto,exec,showexec,codepage=850,umask=0,iocharset=iso8859-1 0 0
(is an example...)
It also works for digital camera. You just have usbstorage module compiled in kernel (normally default on 2.4)
|
|
|
 |
|
|
|