Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

External hard drive- says there is more used than actually is

I have recently purchased a macbook pro, after having a PC. I have just finished reformatting my external hard drive (used previously with PC) to become the Format "Mac OS Extended (Case-sensitive, Journaled)"

Trying to copy files from my macbook (which i put there while i reformatted hard-drive) it keeps saying I have only 41G remaining of 1TB, despite there only being one file off 100G

What have I done? How do I fix this to clear the hard drive?

Posted on Nov 24, 2012 4:24 AM

Reply
3 replies

Nov 25, 2012 1:21 AM in response to sginders

If you want to use the external hard disk for both OS X and Windows, the Volume filesystem should be FAT(32) and the partition scheme MBR.

Remember that FAT(32) has limitations. Mainly it cannot handle files larger than 4GB. If the Windows machine is running Vista or later you can use ExFAT instead. You cannot use NTFS because OS X can only read NTFS volumes.


In order to do that you need to reinitialize it, so save whatever is on the disk now and use Disk Utility or the Terminal.


From Terminal issue


diskutil list


to find out which disk is the external one. Let's say the command above returns /dev/disk1. Now issue

diskutil partitiondisk /dev/disk1 MBR ExFAT VolName 100%


that means, partition the whole disk (100%) using MBR partition scheme and ExFAT filesystem. Give it the name VolName

You can change ExFAT with fat32 if you want.

I never formatted disks so large with an alien, i.e. not Apple, filesystem. I know older version of OS X couldn't do that. But you can give it a try 😉


If you prefer Disk Utility, here's the visual explanation


User uploaded file


Choose the Format scheme from the drop down menu, MS-DOS (FAT) or ExFAT


User uploaded file

External hard drive- says there is more used than actually is

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.