Jump to content
8 posts in this topic

Recommended Posts

Because NTFS requires a driver to read from and write to it. OS X only has a driver that is capable of reading.

 

So, I guess it really just amounts to the fact that OS X simply cant. Nothing to be done for it (except write an NTFS driver with writing support for OS X)

 

HFS+ is an open standard, if I recall correctly.

NTFS isnt.

This actually is a valid question. First you have to know that NTFS is a security model. If you remember, NTFS supports Access Control Lists (ACL). How is a Mac OS suppose to know who has read/write permission to an NTFS data when the member/group doesn't exist? It will certainly cause serious damage to your NTFS files when you try to access it in Windows. I other words, Mac needs to be aware of permissions and it's not easy to implement.

NO, you'r right. They don't have write enable drivers, but certainly can make them, I don't knwo the extent of the usability if they did.

 

I also didn't mention the resource fork that Mac writes to disks, That may be a problem as well. You guys ever unhide files and forders on a FAT32 partiton/drive? Lots of things Mac adds that may not be good on an NTFS formated drive.

Maybe I should say "They dont have drivers, and, if they wanted to, they could make drivers that would write to an NTFS partition, but most likely, it would ruin the data it wrote, and any other contingent data"....

 

The other day, I wrote a driver for OS X to enable full acceleration and framebuffering for nVidia cards. It doesnt work, but I still wrote a driver!

I also didn't mention the resource fork that Mac writes to disks, That may be a problem as well. You guys ever unhide files and forders on a FAT32 partiton/drive? Lots of things Mac adds that may not be good on an NTFS formated drive.

 

Actually, when you simply browse across the network to an ntfs drive (don't even have to write), OSX leaves it's little ds store files everywhere. Not sure if that's what you were talking about or not.

×
×
  • Create New...