Is it a usb device?  if so the following would do.
 
On mine in the command prompt I used to type:
 
mount -t msdos /dev/sda1 /mnt/usb-disk
 
msdos  (is the file system, this can be any file system like ext2, ext3 etc.)
/dev/sda1  (usb disk's use the scsi driver.  like the hard drive its sd instead of hd)
/mnt/usb-disk (is the location to mount it)
 
Pete.

john gibbons <[EMAIL PROTECTED]> wrote:
Would some kind slugger please tell me what I have to type into the
terminal to mount my flash drive in Fedora 4?

John.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


On Yahoo!7
Answers: Real people ask and answer questions on any topic.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to