Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Why can't I copy a 7 GB file to an external USB HD with 120 GB free?

Why can't I copy a 7 GB file to an external USB HD with 120 GB free?

Scheduled Pinned Locked Moved Hardware & Devices
helpquestion
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Johann Gerell
    wrote on last edited by
    #1

    Yes, why can't I? I was stashing away some old photography backup zips last night. I could copy 4 of my ~ 7 GB backup zips to my external USB connected hard-drive when I got the error message "Cannot copy file. Not enough free space." (sort of) But there are 120 GB free. Why is this? :confused:

    -- Time you enjoy wasting is not wasted time - Bertrand Russel

    J L 2 Replies Last reply
    0
    • J Johann Gerell

      Yes, why can't I? I was stashing away some old photography backup zips last night. I could copy 4 of my ~ 7 GB backup zips to my external USB connected hard-drive when I got the error message "Cannot copy file. Not enough free space." (sort of) But there are 120 GB free. Why is this? :confused:

      -- Time you enjoy wasting is not wasted time - Bertrand Russel

      J Offline
      J Offline
      Johann Gerell
      wrote on last edited by
      #2

      FAT32 has a 4 GB file size limit. :-\

      -- Time you enjoy wasting is not wasted time - Bertrand Russel

      L 1 Reply Last reply
      0
      • J Johann Gerell

        FAT32 has a 4 GB file size limit. :-\

        -- Time you enjoy wasting is not wasted time - Bertrand Russel

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Johann Gerell wrote:

        FAT32 has a 4 GB file size limit.

        No, as far as I know FAT32 only support 2Gb maximum file size. NTFS is maximum support 4Gb.

        L 1 Reply Last reply
        0
        • L Lost User

          Johann Gerell wrote:

          FAT32 has a 4 GB file size limit.

          No, as far as I know FAT32 only support 2Gb maximum file size. NTFS is maximum support 4Gb.

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          Mekong River wrote:

          FAT32 only support 2Gb maximum file size

          Not correct; it is 4GB-1 (see here[^]), however some tools can't get beyond 2GB-1 because they used int instead of unsigned int for dealing with file offsets and sizes.

          Mekong River wrote:

          NTFS is maximum support 4Gb

          Not correct; supporting much larger files was a primary reason to launch a new file system; see here[^]. :)

          Luc Pattyn


          I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


          L 2 Replies Last reply
          0
          • L Luc Pattyn

            Mekong River wrote:

            FAT32 only support 2Gb maximum file size

            Not correct; it is 4GB-1 (see here[^]), however some tools can't get beyond 2GB-1 because they used int instead of unsigned int for dealing with file offsets and sizes.

            Mekong River wrote:

            NTFS is maximum support 4Gb

            Not correct; supporting much larger files was a primary reason to launch a new file system; see here[^]. :)

            Luc Pattyn


            I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Dear Luc, I'm sorry for my mistake. I also review my book Windows XP resource kit[^] again and found that I made a mistake. I'm sorry again for this technical error. Thank, Mekong

            1 Reply Last reply
            0
            • J Johann Gerell

              Yes, why can't I? I was stashing away some old photography backup zips last night. I could copy 4 of my ~ 7 GB backup zips to my external USB connected hard-drive when I got the error message "Cannot copy file. Not enough free space." (sort of) But there are 120 GB free. Why is this? :confused:

              -- Time you enjoy wasting is not wasted time - Bertrand Russel

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Windows 2k?

              Morality is indistinguishable from social proscription

              1 Reply Last reply
              0
              • L Luc Pattyn

                Mekong River wrote:

                FAT32 only support 2Gb maximum file size

                Not correct; it is 4GB-1 (see here[^]), however some tools can't get beyond 2GB-1 because they used int instead of unsigned int for dealing with file offsets and sizes.

                Mekong River wrote:

                NTFS is maximum support 4Gb

                Not correct; supporting much larger files was a primary reason to launch a new file system; see here[^]. :)

                Luc Pattyn


                I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #7

                Yep, 32 bits, 4 gig adressing.

                Morality is indistinguishable from social proscription

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups