--- mountconfig.py 2005-10-22 12:44:54.000000000 +0200 +++ mountconfig_hfs.py 2005-10-22 12:51:47.000000000 +0200 @@ -924,6 +924,7 @@ 'jfs' : (MountEntryExtCommonUnixLocal,"JFS - IBM's Journaled File System"), 'vfat' : (MountEntryExtVFAT,'VFAT - Microsoft FAT File Systems'), 'ntfs' : (MountEntryExtVFAT,'NTFS - NT File System'), + 'hfsplus' : (MountEntryExtVFAT,'HFS+ - OS X File System'), 'udf' : (MountEntryExtSystem,'udf'), 'iso9660' : (MountEntryExt,'iso9660 - CD-ROM'), } @@ -1783,6 +1784,7 @@ 'jfs' : MountEntryDialogOptionsCommonUnix, 'vfat' : MountEntryDialogOptionsVFAT, 'ntfs' : MountEntryDialogOptionsVFAT, + 'hfsplus' : MountEntryDialogOptionsVFAT, 'udf' : MountEntryDialogOptions, 'iso9660' : MountEntryDialogOptions, }