up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question

feedback

3 Answers

up vote 6 down vote accepted

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|improve this answer
It's fat32. Stupid pre-configured vm :-( . – Alterlife Jul 17 '09 at 11:46
Hahaha... sorry, can you re-format? Any way to split the db dump? – pianoman Jul 17 '09 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 '09 at 18:29
Sweet! (.......................more chars) – pianoman Jul 17 '09 at 18:32
feedback

FAT32 filesystem?

link|improve this answer
feedback

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

link|improve this answer
Only on FAT32. There are lots of people viewing DVD movies in XP :) – EFraim Jul 17 '09 at 11:39
True! NTFS is only limited by volume size: ntfs.com/ntfs_vs_fat.htm – pianoman Jul 17 '09 at 11:40
feedback

Your Answer

 
or
required, but never shown

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