You are right but you are jumping ahead...
First create a dir in /mnt and call it something familiar like /mnt/pen
then mount it (as root) :
#mount -tvfat -oumask0000 /dev/sda1 /mnt/pen
#cd /mnt/pen
#ls

Meni

On 5/30/05, Rafael Gomes Sasaki <[EMAIL PROTECTED]> wrote:
--- Software Development Group <[EMAIL PROTECTED]> wrote:
>
> I am putting a pen drive on the USB port and I can't see it. How do I link
> to it? Mount it?...

try to read the dmesg output and find out which device was allocated to it.
On mine, the device is usually the /dev/sda1, so I can mount it with
mount /dev/sda1 /mnt/pen.

att,
Rafael Sasaki

--
Free Software: A matter of Liberty
"As we enjoy great advantages from inventions of others,
we should be glad of an opportunity to serve others by
any invention of ours; and this we should do freely
and generously."
                                      Benjamin Franklin


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




--
--
Meni Szapiro

Reply via email to