Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Access NTFS partition mounted on Linux from Mac OS X using Apple Talk

// Here's how I managed to access the NTFS partition that I've mounted read-only on my Linux box, using AppleTalk. Requires netatalk running on the Linux box.
// Add the following to AppleVolumes.default (or whatever file you use to define the netatalk mounts

/pathto/ntfspartition "Volume Name" -dbpath:/some/writeable/directory -options:ro
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS