DZone 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
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






Comments
Snippets Manager replied on Sat, 2007/09/08 - 9:17am
/pathto/ntfspartition "Volume Name" -dbpath:/some/writeable/directory -options:ro