Ok, a little addendum.
1) If you type "sudo mount /dev/sdb1 /mnt" once, it should not have complained
Quote:
mount: /dev/sdb1 already mounted or /mnt busy
mount: according to mtab, /dev/sdb1 is already mounted on /mnt
Make sure you only type it once.
2) I don't know why it didn't automount upon insertion and show up on the desktop; my 500Gb Seagate does as does my HP USB sticks. I'm really a unix/linux server admin and automount is actually an abomination that I'd rather stay away from. I'd rather just do it on the command line.
3) You might find writing to the flash or USB drive you will get a "permission denied"; this has nothing to do with it "not working" All files and directories have permissions and ownership. It is a matter of understanding that and configuring the mounts appropriately. I can help you with that.
4) You can't just pull out the USB drive when the system is running; you have to make sure nothing is accessing it and then type "sudo umount /mnt" (umount, not unmount) If it just returns with no complaint, it worked; in Unix/Linux
Quote:
silence is success
You should be able to shut the machine down and not have to umount the device; the system should handle that correctly.
5) You don't have to manually mount the devices when you reboot, if you configure the system correctly (can help you there), but for removable devices it is recommended to keep the mounting manually; it creates a bigger mess if the system tries to mount it and "it int there"
Another question for W.W.
Quote:
The netbook now sees both the SD card and the USB drive
Is this @ the same time or are you using one at a time.
The /dev/sdb1 refers to one device; should both be plugged in, there is no way the one mount command mounted both devices.
Quote:
YES!!!, I found the solution by accident
How is that? I posted it.