How can I mount my flash disk (USB) in linux redhat?
Monday, March 28th, 2011 at
10:42
Linux reviews applications open source from SUSE Mandrake Mandriva Centos Redhat Debian and more
mount -t vfat /dev/sda1 /mnt/usb (sda1 is the dev for your flash disk). You dont really have to use the -t vfat, but if you encounter any read/write errors you will need it.
its called an open USB port on your computer