ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: May 11 2005,00:33 |
|
adssse,
On each one of your posts, you are using the syntax
mount /dev/sda or umount /dev/sda
but, as shown in Saidin's example, there are partitions to account for on a pendrive. You would USUALLY type..
mount /dev/sdaX or umount /dev/sdaX
the X = the partition on your drive .. e.g. sda1 , sda2, etc..
You can check by using the syntax
cfdisk /dev/sda ( no X or number ) , which should show you the partition table on the drive.
It IS possible to have no partitions on it, but it is uncommon...
Please check and feedback..
73 ke4nt
|