When your BT Client or WinRar (or other program) complain that they can't write a file >4GB to your hard drive, that means you have the old "FAT" file system.
You need to change your file system to "NTFS" to support larger files.
You won't lose any files or anything but it will take some time to convert - best to do this just before you go to bed.
- Open the Windows Command Prompt.
- Click Start
- Point to All Programs
- Point to Accessories
- Click Command Prompt
- In the command prompt window, type: convert drive_letter: /fs:ntfs For example, to convert your "C:" drive, type:
|
Code:
|
convert C: /fs:ntfs |
See
here for more details.