LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usb flash disk problems (https://www.linuxquestions.org/questions/linux-newbie-8/usb-flash-disk-problems-309510/)

nderitualex 04-04-2005 03:12 AM

usb flash disk problems
 
How do i use a flashdisk/memory stick on Red Hat 9.0 to retrieve files saved from a widows machine.

h3o 04-04-2005 03:31 AM

you just need to mount the usb drive if linux doesnt do it automatically

mount -t vfat /dev/sda /mnt/usbflash

check the device by after plugging the falsh drive in typing:

dmesg |less

check towards the end for which device the thing is linked to

as for your mount point /mnt/usbflash is just what i use, you can use any mount point


All times are GMT -5. The time now is 04:21 AM.