Results 1 to 6 of 6

Thread: How to move a file greater than 4GB through FAT32?

  1. #1
    Join Date
    Sep 2009
    Location
    Tennessee, USA
    Beans
    21

    How to move a file greater than 4GB through FAT32?

    I've got a 4.6GB .iso file on my Ubuntu laptop that I need to copy to my FAT32 external hard drive, and then move to another computer (Windows). I know that FAT32 has a 4GB limit, and that I need to split the file. I don't know how to do that, and I have no idea how I'll put it back together once it gets to the Windows computer. Help?

  2. #2
    Join Date
    Aug 2010
    Location
    Wales
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to move a file greater than 4GB through FAT32?

    can't you compress/zip it?
    Perseverance will succeed (usually)
    ubuntu user -32597 - linux user - 526569
    Wireless Info Script
    Blog

  3. #3
    Join Date
    Feb 2011
    Location
    Austria
    Beans
    12
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to move a file greater than 4GB through FAT32?

    Quote Originally Posted by Hippytaff View Post
    can't you compress/zip it?
    For this, you just have to right click on the file and choose compress

    note: not every archive type can split files

  4. #4
    Join Date
    Nov 2008
    Beans
    48

    Re: How to move a file greater than 4GB through FAT32?

    Look into "file spanning" using either .zip or .rar . It can split up your compressed file into multiple parts and then automatically recombine them when you extract.

  5. #5
    Join Date
    Aug 2009
    Beans
    91

    Re: How to move a file greater than 4GB through FAT32?

    Reviving for curiosity.
    ~*~*~

    Can't we just use cat to move the file? ie
    Code:
    cat Big.File >> /media/fat32/destination

  6. #6
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How to move a file greater than 4GB through FAT32?

    Cheesemill

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
  •