Results 1 to 9 of 9

Thread: Cannot Copy Files

  1. #1
    Join Date
    Jan 2012
    Location
    Guayaquil, Ecuador
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    Cannot Copy Files

    Hello, I hope I can find a solution for this very rare problem I have. I am trying to copy a file that has 6.6 GB but when it is copying to the USB Drive it stop and says that: "There was an error copying the file into /media/KINGSTON." and also "Error splicing file: File too large".

    What can I do to solve this? Is there a solution?

    Thank you.

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Cannot Copy Files

    how much space to you have on the usb drive?

    Sounds like your running out of room.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Feb 2010
    Beans
    105

    Re: Cannot Copy Files

    Quote Originally Posted by jorpoveda View Post
    Hello, I hope I can find a solution for this very rare problem I have. I am trying to copy a file that has 6.6 GB but when it is copying to the USB Drive it stop and says that: "There was an error copying the file into /media/KINGSTON." and also "Error splicing file: File too large".

    What can I do to solve this? Is there a solution?

    Thank you.
    What is the size and filesystem of the usb drive?
    Last edited by tersogar; January 19th, 2012 at 08:59 PM.

  4. #4
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Cannot Copy Files

    What filesystem does it use? It's common for USB drives to come with a FAT32 filesystem, which cannot support filesizes greater than 4GB.

    http://support.microsoft.com/kb/314463
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  5. #5
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cannot Copy Files

    Seems you're running out of space... could also be the filesystem as WorMzy said.

  6. #6
    Join Date
    Jan 2012
    Location
    Guayaquil, Ecuador
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Cannot Copy Files

    Quote Originally Posted by WorMzy View Post
    What filesystem does it use? It's common for USB drives to come with a FAT32 filesystem, which cannot support filesizes greater than 4GB.

    http://support.microsoft.com/kb/314463
    Yes indeed it is FAT32, and the file size is 6.6GB. I have to transfer the file to a Mac so how can I copy the file from Ubuntu and transfer it to the Mac?

  7. #7
    Join Date
    Apr 2010
    Location
    England
    Beans
    3,286

    Re: Cannot Copy Files

    Well, you could split the file into two parts using split, copy the parts over to the USB stick, then onto the mac, then join them again using cat (the application, not an actual cat).

    Or you could reformat the USB stick with a filesystem that supports larger file sizes (e.g. ntfs, ext4), then copy the big file.

    Or you could burn the file to a CD (seems a bit wasteful).

    Or you could upload the file to a file sharing website that the FBI hasn't ripped off the 'net yet.

    It's up to you.
    http://xkcd.com/293/
    There are 10 kinds of people in this world: Those who understand ternary, those who don't, and those who confuse it with binary.

  8. #8
    Join Date
    Jan 2012
    Location
    Guayaquil, Ecuador
    Beans
    81
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Cannot Copy Files

    Quote Originally Posted by WorMzy View Post
    Or you could reformat the USB stick with a filesystem that supports larger file sizes (e.g. ntfs, ext4), then copy the big file..
    This is the way I did it, I went for a NTFS File System format and then copy to it the large file. Anyway thanks for the multiple solutions.

  9. #9
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cannot Copy Files

    If all fails, you could of course use Dropbox or something like that.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •