Copy a large amount of files to usb drive

Richard Johnson nixternal at ubuntu.com
Sat Oct 28 11:17:56 UTC 2006


On Saturday 28 October 2006 06:07, Richard wrote:
> I need to copy a large folder from my drive to another external usb
> drive...
> via the terminal window.... what commands would I use
>
> folder pdf on /dev/hda1
>
> to
>
> /dev/sda1  (usb drive)
>
> ---
>
> Please note: there a bug with copying a large amount of files, in
> nautilus, I did report it.
>
> Thanks -
> Rich

cp -r /dev/hda1/pdf /dev/sda1/

if your usb drive was mounted with super user controls, then issue the same 
came, but use 'sudo'

sudo cp -r /dev/hda1/pdf /dev/sda1/

-- 
.:Richard Johnson
.:nixternal at ubuntu.com
.:ubuntu.com .:kubuntu.com .:edubuntu.com .:xubuntu.com
.:http://nixternal.ubuntu-rocks.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20061028/0c78bd14/attachment.sig>


More information about the ubuntu-users mailing list