Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

trev

macrumors 6502
Original poster
Nov 11, 2006
398
0
St. John's, NL
Hello,

Everybody is telling me to go with a mac osx extended format for my external HDD. I was also told to stay away from FAT32 because they can only hold individual file sizes up to 4GB. However, I can't seem to format it using a mac osx extened format, I keep getting an error of sorts.

so... after all this,I did discover something. I opened up windows XP via VM ware fusion and format the external using computer management as an NTFS. After doing this, my mac can recognize the drive just fine. So basically my question is: Is there any disadvantage to using an NTFS format for my HDD? Is there any limit to the max file size or anything I should know about before I start storing my files on it? Thanks!!!

Trevor
 
The disadvantage is that you cannot write to it from the Mac side without buying a software package.

The reason you cannot initialize it as HFS+ is because you are not selecting the drive properly for initialization in Disk Utility.

1. Connect your drive and launch Disk Utility.
2. Click on the drive, and NOT the partition that is below it and indented. This brings up a new tab called Partition.
3. Click on Partition and from the pull-down menu choose 1 partition (or more). If you plan to boot from this drive you must select GUID partition table from the Options button. If you plan to boot from a PPC mac, you must choose the Apple table.
4. Select HFS+ with journaling enabled and initialize.
 
NTFS Limitations
  • Max file size - 2^64 bytes (16 EiB) minus 1 KiB
  • Max number of files - 4,294,967,295 (2^32-1)
  • Max filename size - 255 UTF-16 code units
  • Max volume size - 2^64 − 1 clusters
  • Allowed characters in filenames - In Posix namespace, any UTF-16 code unit (case sensitive) except U+0000 (NUL) and / (slash). In Win32 namespace, any UTF-16 code unit (case insensitive) except U+0000 (NUL) / (slash) \ (backslash) : (colon) * (asterisk) ? (Question mark) " (quote) < (less than) > (greater than) and | (pipe)

HFS+ (Mac OS Extended) Limitations
  • Max file size - 8 EiB
  • Max number of files - Unlimited
  • Max filename size - 255 characters (255 UTF-16 encoding units, normalized to Apple-modified variant of Unicode Normalization Format D)
  • Max volume size - 16 EiB
  • Allowed characters in filenames - Unicode, any character, including NUL. OS APIs may limit some characters for legacy reasons

the limitations of NTFS are nothing to get worried about but HFS+ is a better filesystem in terms of limitations

Mac OS X can only read NTFS but if you install "Mac FUSE + NTFS3g" (open source) or Paragon NTFS for Mac OS X (license) you can read/write to NTFS. but if you dont have to use NTFS i would strongly suggest you use HFS+ but this means you will have to reformat.
 
Hey! Thanks richthomas! That's been stressing me out for a week, haha. I knew it had to be something simple like that. I owe you a beer! lol.

max file size 8000*10^6 bytes eh? I think I should suffice
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.