A multi-boot system is truly g33ky by any standards and if you have all the 3 platforms on the same machine, now that rocks! One issue that used to face a lot of times, was accessing downloaded or created files in either platform on the other platform, so began the search for accessing the different HDD formats via the different platforms. Here I shall share with you the programs and tips that will allow you to access:
- Ext 2/3 & HFS+ via Windows.
- NTFS & Ext 2/3 via OS X.
- HFS+ & NTFS via Linux. (NTFS is available by default in leading distros).
Ext 2/3 in Windows:
To gain Read-Write access to Ext 2/3 partitions via Windows:
- Download Ext2FSD.
- Run the program.
- Press F7 -> Start the service -> Apply.
- Right click on the Ext partition -> Add Drive letter.
- Open My Computer, you should see the partition being shown as any other HDD partition.
Screen-shot:
HFS+ in Windows:
To access a HFS+ partition via Windows there is a free utility – HFS Explorer that allows you do so. This app can be a little stressing to the computer at times. If I am not mistaken it is a Java app, hence can even disable Aero if need be.
- Install HFS Explorer.
- Choose the ‘Run in Admin mode’ exe.
- File -> Load file system from devices.
- Autodetect.
- Select the file you want and Extract it.
Screen-shot:
NOTE: This program only provides Read access. In order to gain Write Access you can buy – Mac Drive or get it from other sources.
NTFS in OS X:
Reading NTFS in available by default in Leopard (according to Aayush, in Tiger too). To gain Write access to NTFS there is need for 2 utilities:
- MacFUSE
- NTFS 3G
After installing these, your NTFS partitions will become ‘Connected Servers’, so in order to see them on the desktop you will have to check Connected Servers to be shown on the desktop from Finder’s preferences under General.
Screen-shot:
Ext 2/3 in OS X:
In order to access a Ext 2/3 partition in OS X you will need 2 utilities:
- MacFUSE
- ExtFs2X
I have not yet got Write access to the Ext3 partition as it is a journaled version of Ext2 (Ext2 + Journaling = Ext3) & disabling journaling in Linux is not as easy as in OS X. However, the utilities will allow you see the Linux partition in Finder and read data from it.
Screen-shot:
HFS+ in Ubuntu:
Read permissions are present by default, but in order to write you need to disable Journaling.
To enable Write permissions on HFS+ (OS X) you will need to disable Journaling on your HFS+ partition. This is achieved from OS X itself. To disable Journaling on your HFS+ partition:
- Applications -> Disk Utility.
- Select the OS X partition.
- Hold ‘Options’ key (Win key for Hackint0shes).
- Whilst holding the key click on ‘File’.
- Voila! you shall see the ‘Disable journaling’ option.
Once done, you can boot into Linux and then go through your root user and write on the HFS+ partition.
In Ubuntu:
- Terminal -> sudo nautilus
Enter your password and then browse to the HFS+ partition. Write what you want to :)
———
NOTE:
- To re-enable Journaling, click on the drive and the Enable Journaling option in the taskbar will be highlighted.
- Enabling & Disabling does not affect the working. It can be done on-the-fly & you do not need to reboot for changes to take effect.
———
Screen-shots:
Disable Journaling:
Enable Journaling:
NTFS in Ubuntu:
Read-Write permissions available by default.