vote up 1 vote down star

My VMWare Windows XP session says 'insufficient disk space' to copy in a 6 gb database dump but there's more than 14 gb free :( .

It's a growable disk. It;s currently 5.5 GB in size.

Any suggestions?

flag

3 Answers

vote up 6 vote down check

Is this an NTFS volume? If it's FAT, you're overrunning the limit on file size (~4GB).

Also, this may be a quirk with growable volumes... maybe try resizing? Or change the disktype to preallocated?

link|flag
It's fat32. Stupid pre-configured vm :-( . – Alterlife Jul 17 at 11:46
Hahaha... sorry, can you re-format? Any way to split the db dump? – pianoman Jul 17 at 11:50
2  
I was able to convert to ntfs with 'convert.exe' that ships with Windows... Took under 10 minutes:) . – Alterlife Jul 17 at 18:29
Sweet! (.......................more chars) – pianoman Jul 17 at 18:32
vote up -1 vote down

I thought the filesize limit in xp was 2gb. Or are we not talking about 1 file here?

link|flag
Only on FAT32. There are lots of people viewing DVD movies in XP :) – EFraim Jul 17 at 11:39
True! NTFS is only limited by volume size: ntfs.com/ntfs_vs_fat.htm – pianoman Jul 17 at 11:40
vote up 0 vote down

FAT32 filesystem?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.