If it is already formatted, then it should automount in FC3 when you plug it in and it should appear as an icon on the desktop. If it doesn't automount, look through the system BIOS USB section and make sure that there is nothing funny about how USB is set up on your system.
If you need to mount it manually, it would look something like this in the terminal:
mkdir /media/usbdisk
mount /dev/sda /media/usbdisk
If you already have SCSI or SATA hard drives, then the flash drive should mount as the first available sdx drive (e.g., sdb, sdc, sdd, etc.). Run “df” to see if you already have any sdx drives and use the next available letter when mounting the flash drive.
|