Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Fedora Tips

by Krishnan Subramanian

2004-01-25 Fedora Tips 28:
If you want to use a USB drive in your Fedora box, all you have to do is the following. Create a directory in /mnt as root.

$sudo mkdir /mnt/usbdrive/
Plug in your USB drive and mount it using the following command.
$sudo mount /dev/sda1 /mnt/usbdrive/
You can also specify the file system if you want. Thatz it. You are all set to use the USB drive. Remember to umount the USB drive before unplugging it. - submitted by Krishnan Subramanian.