

Just install the ntfs-3g plugin for macfuse. I don't believe they're interchangeable within the same session (ie you'd have to pick one and either restart service or restart the machine).

It's either you use the ntfs-3g driver with write access or you're using the native OS X ntfs read only driver. are there implementations for other file systems like NTFS? If so, how are those handled? I'd imagine something relatively transparent would be nice, given that OS X can *read* NTFS but not write to NTFS, so maybe on recognition of an NTFS drive by OS X, a hand-off can be performed to Fuse. Any ideas from Arsians are very welcome! Michael That is a good question.
Macfusion problems with sierrsa how to#
Quote:Originally posted by justytylor:quote:Originally posted by Michael Gorbach:NTFS support is not hard technically, but I'm having trouble thinking about how to do the UI for it right. I know Fetch works and works well, but more is always better if it's well implemented.See here. Originally posted by dhaveconfig:Fetch works wonderfully well for GSSAPI, and they give out free licences for a whole bunch of users including edu if you qualify. sshkeychain of which you speak.Oh, and it's dam, Dan is my cousin. YGM.No, I don't use anything like sshkeychain, the only way I've ever logged into SSH before is with a Terminal window so I just type my password at the prompt. In terms of a public key ssh volume, it should work but it needs an ssh-agent like sshkeychain to authenticate the key. please do email me the server credentials and I'll see if I can't track down the issue. Originally posted by Michael Gorbach:Dan,Sure. The puts up a menubar icon, from which you can "quick mount" or mount any your favorite set up SSH or FTP servers.I posted about a test release a little while ago, and there was some interest on these forums so I hope this might be useful to some of you.Current Features:- Mount SSH and FTP servers on your desktop- Storing of passwords for both SSH and FTP in keychain- Storing favorites and automatically mounting when started- Registers as a URL handler for SFTP:// and FTP://Direct download link: site can be found here: project is open source and the google code repository (svn) islinked from the above site.MacFusion has a plugin architecture so additional file systems areforthcoming (encfs, gmailfs, and more!).Please enjoy! I'm looking forward to hearing any suggestions, featurerequests, bug reports, etc.Michael Gorbach

This has been possible for a while with Google's work but I wanted to make it easy to use. What does it do? It allows read/write mounting of SSH and FTP servers on your desktop, as if they were local files. It is a GUI wrapper for Google's FUSE technology. Hello all,I've finished up version 1 of my open source app MacFusion.
