LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Copy files to USB (https://www.linuxquestions.org/questions/linux-hardware-18/copy-files-to-usb-531153/)

Aerolinux 02-21-2007 05:24 PM

Copy files to USB
 
I am trying to copy some files from /tmp directory to my USB. Can anyone please tell me how to do it ?

Thank you

Brian1 02-21-2007 05:59 PM

cp /tmp/name_of_file /mounted_location_of_USB_drive

Clearer example
cp /tmp/file1.txt /mnt/usb1
cp /tmp/*.txt /mnt/usb1
cp /tmp/*.* /mnt/usb1

Again you need to know where the USB is mounted too.

Brian

dxqcanada 02-21-2007 06:10 PM

ahh, is the usb flash mounted ??

Code:

n600c ~ # mount
...
/dev/sda1 on /mnt/flash type vfat (rw,noexec,nosuid,nodev,sync,umask=000)



All times are GMT -5. The time now is 09:14 PM.