February 10, 2012

How To Write To Windows NTFS Drives In Mac OS X 10.6 “Snow Leopard”

The diskutil command gives us the "Node Name", which we'll need momentarily

One of the daily hassles of using Apple Macintosh computers is the incompatibilities that arise with the broad Microsoft Windows world. Individual files often require conversion, but what about whole disks? Apple has long supported the universal and simplistic FAT filesystem, and added read-only support for NTFS back in 2003 in OS X 10.3 “Panther”. Third-party software like Paragon’s NTFS or the free NTFS-3G driver enabled read/write support, but a native solution was more desirable. Although 10.6 “Snow Leopard” includes NTFS write support, it is disabled by default. In this post, I’ll discuss methods for activating this native NTFS write support, as well as the pros and cons of doing so!

Tuning Lighttpd For Linux

As I mentioned on Friday, I’ve recently built a multi-server web hosting environment around lighttpd, MySQL, and Ubuntu Linux. Ironically, my lighttpd web server slowed to a crawl that very evening! It turns out that I had not properly tuned lighttpd to function in a Linux environment. I was surprised to find that the Ubuntu [...]

AncientFS Opens Archaic Filesystems To Mac OS X

Just a quick note: Google’s Amit Singh recently introduced a new addition to the MacFUSE user-space filesystem software for OS X: AncientFS allows the Mac to read a host of archaic file systems and data container formats, from DECtape to Dump to the various flavors of the standard UNIX file system. This ought to be useful for [...]