PDA

View Full Version : Mount USB Memory?



bob151
05-11-2005, 09:44 PM
Found threads where others have asked and there were no replies. So, asking here.

I'm not trying to boot to a USB Memory device. I just want to mount it so I may write files to it. I don't know where in /dev or /proc it is, I don't know much about linux. I'm sure I don't even know the right syntax I just need to run nmap insane, and spit out the results to a text file for retrieval by a windows PC.

How can I mount my USB stick? Thanks.

fingers99
05-11-2005, 11:26 PM
You may find you have a usb icon on the desktop. Just click on it and then on the actions tab: you want to mount it read write.

Failing that, have a look in /etc/fstab

You should have a line something like:

/dev/sda1 /mnt/sda1 vfat defaults,user,noauto,showexec,umask=022 0 0