Voodooprojects

Chameleon => DevTalk => Patches => Topic started by: dmazar on July 15, 2011, 04:40:19 PM

Title: exFAT volume label support
Post by: dmazar on July 15, 2011, 04:40:19 PM
I'm trying to use exFAT partition for data exchange between Win7 and OSX. Has native read/write support in OSX and supports big files. I like to hide data partitions from Chameleon boot by using labels. This patch adds exFAT volume label support. exFAT shares partition type with NTFS (0x7) and easiest way of adding it was through ntfs.c module.
Works for me, needs testing.
Title: Re: exFAT volume label support
Post by: cparm on July 18, 2011, 05:02:09 PM
I'm trying to use exFAT partition for data exchange between Win7 and OSX. Has native read/write support in OSX and supports big files. I like to hide data partitions from Chameleon boot by using labels. This patch adds exFAT volume label support. exFAT shares partition type with NTFS (0x7) and easiest way of adding it was through ntfs.c module.
Works for me, needs testing.

it looks interesting , i will test it and add it to my branche, in the next release

ps: i will also add your boot0 patch :)
Title: Re: exFAT volume label support
Post by: Slice on July 19, 2011, 10:04:04 AM
I accepted your patch. Hope it will be useful.
Title: Re: exFAT volume label support
Post by: ErmaC on September 19, 2011, 02:00:50 AM
I added to my branch too.
commit 1531

Fabio