adssse
Group: Members
Posts: 505
Joined: Mar. 2005 |
|
Posted: Aug. 29 2005,14:22 |
|
Your usb drive will usually be sda1, so the device is /dev/sda1 and would mount to /mnt/sda1. When you first boot up run in a shell 'cat /etc/fstab' and take note of the drives. Then plug in your flash drive and wait about 20 seconds for it to recognize it and run 'cat /etc/fstab' again and take note of the difference, this should be your usb drive. In my experiences I have found that sometimes the first time it is recognized as sda. If it says sda instead of sda1, I have found that I needed to unplug the drive, wait and than plug it in again wait about 20 seconds for it to recognize and 'cat /etc/fstab' and than I usually see that it is recognized as sda1 and I can use it normally.
Hope this helps you out some.
|