Can MAC read and write to NTFS drives

July 7, 2008

The Mac can read FAT32 without a problem. The Mac will read NTFS, but cannot write to it. There is a program called MacFuse, which can read and write to NTFS drives. The Mac’s file format of HFS PLUS is the best way o go.

HackZine.com goes into more detail about how to properly do this…

http://www.hackszine.com/blog/archive/2007/06/howto_readwrite_to_ntfs_drives.html

From HackZine.com

“If you want to share an external drive between a Mac and a Windows machine, you typically format the drive with a FAT32 partition. One problem you’ll run into, however, is that you can run into a file size limit if you’re dealing with really large files. NTFS gets around this limitation, but unfortunately the OS X NTFS driver only supports reading from NTFS partitions.

Thankfully, there’s a NTFS Fuse driver which you can use with the MacFUSE userspace filesystem driver. It supports full read/write capability, so you can use an external disk to swap large files between your Windows and Mac machines.

It’s a bit of a pain to install, but here’s the quick rundown:

Download and install MacFUSELink
Just get the DMG file and run the contained installer.

Download and install Fink. You need this for obtaining and building the NTFS Fuse driver – Link
– run the installer within the DMG file
– drag the FinkCommander application to your Applications folder
Get NTFS Fuse driver. You need to configure Fink to use unstable packages and then install the ntfs-3g Fuse driver. Open a terminal and run the following commands.
– /sw/bin/fink configure
Use defaults, except answer YES to use the unstable tree
– /sw/bin/fink selfupdate
– /sw/bin/fink index
– /sw/bin/fink scanpackages
– /sw/bin/fink install ntfs-3g
Reboot
Mount your drive
– First, make sure it’s unmounted in disk utility (Applications/Utilities/Disk Utility – select drive – click unmount)
– Make a mount point: mkdir /Volumes/ntfsdrive
– Mount the drive: /sw/bin/ntfs-3g /dev/disk2s1 /Volumes/ntfsdrive
Replace /dev/disk2s1 with your external drive’s device. You can find this in Disk Utility.

The last step is all that you’ll need to repeat in the future to connect to your NTFS drive. After executing the mount command, the drive will appear on your desktop and you should be able to write files to it!”


Mac or Vista

April 10, 2007

 It depends on your budget of course, but the question is no longer should I choose OS X or Vista, it’s who should I buy my hardware from. Dell’s great but you can only run Windows or Linux on it. If you buy an Apple laptop or desktop machine, you can run those (using Apple’s Bootcamp or Parallels) and OS X.

source: techguylabs.com