On Fri, 27 May 2005 10:50:19 -0400
Software Development Group <[EMAIL PROTECTED]> wrote:

> Hi.
> 
> I am putting a pen drive on the USB port and I can't see it. How do I link 
> to it? Mount it?...

Put this line in /etc/fstab:
/dev/sda1        /media/usb-key  vfat    rw,user,noauto  0       0

then:
sudo mkdir /media/usb-key


then:

mount /media/usb-key



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



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

Reply via email to