PDA

View Full Version : Portable Hardrive reading issues


stranger1992
23-03-09, 18:26
:wve: I am having some frustrating pain with my portable hardrive.

1)It is not letting mecopy large files (like...3GB's) onto it because it has no space. I checked the space and it has 72 GB left. I checked it for errors using the Windows XP tool and still, does not work.

2) When I am using applications like 3Ds max 2009 and photoshop, it freezes the program temporerily for about 30 seconds-1 minute. after that it works fine untill...it freezes again.

Is there any fix for this?

Thankyou

Daniel

EscondeR
23-03-09, 18:45
You have FAT32 disk system on it. To store files more than 2Gb size you need to convert the file system to NTFS. Use in command line:

convert X: /fs:ntfs - where X is your drive letter.