Cannot copy files larger than 4gb

Discussion in 'General Hardware' started by djjedi, Jun 30, 2008.

  1. djjedi

    djjedi Geek

    Likes Received:
    0
    Trophy Points:
    6
    Hi everybody, have good day,

    I have this situation, i bought a 120 gb western digital usb external drive, but when i try to copy a file larger than 4gb it says this message:

    Cannot copy this file, parameter is incorret.

    thanks,
     
  2. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    the problem is your filesystem is probably FAT32 which is actually limited to a max of 4Gb filesize, the solution is to convert the filesystems which you want to contain files over 4Gb to the much more secure NTFS
     
  3. djjedi

    djjedi Geek

    Likes Received:
    0
    Trophy Points:
    6
    Hello, how can i do in order to convert it?, i have to format it?
     
  4. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    no, you don't format it, presumably your using XP, goto a command prompt & type
    Code:
    CONVERT D: /FS:NTFS
    this command converts D: to FileSystem type NTFS

    assuming you wish to convert D:
     
  5. djjedi

    djjedi Geek

    Likes Received:
    0
    Trophy Points:
    6
    If i have data on it right now, do i loose it with the convertion?
     
  6. donkey42

    donkey42 plank

    Likes Received:
    9
    Trophy Points:
    38
    no, your data should be fine
     

Share This Page