Skip to main content

Home/ Groups/ Macfusion — a GUI for MacFUSE
Graham Perrin

Fix MacFusion on Snow Leopard | Racker Hacker - 1 views

  • fix this in two steps:
    • Graham Perrin
       
      three steps:
  • rm /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshnodelay.so
Graham Perrin

Resource Fork State of the Union - 0 views

  • if the volumesupports "volfs". If it does
  • it concludes that it must support xattrs
  • on Tiger, the Finder (the File Manager) refuses to believe that the volume in question can support extended attributes
  •  
    Resource Fork State of the Union
Graham Perrin

message from conversation 'Controlling the number of fuse threads' - 0 views

  • the moment you mount something on OS X, the operating system can throw a lot at the file system
Graham Perrin

Cyberduck support for resource forks and extended attributes - 0 views

  • What about extended attributes and other things that may result in ._ dot underscore files?
  • resolution set to wontfix
  •  
    A question concerning extended attributes was not answered; the ticket was closed. "Won't fix."
Graham Perrin

Finder browsing is slow with sshfs - MacFusion-devel | Google Groups - 0 views

  • # nontrivial user-space file systems can still be complex, and # their performance/behavior can depend upon numerous factors # besides MacFUSE itself.
Graham Perrin

Comparing performance: Cyberduck and FileZilla (FTP) and CurlFtpFS (with MacFusion) - ... - 0 views

  • A meaningful comparison of clients should incude full understanding of associated servers
  • Not all FTP servers are equal
    • Graham Perrin
       
      Not all SFTP servers are equal. And so on…
  • MacFusion does connect to FTP servers, but MacFusion is not directly comparable to FTP clients
    • Graham Perrin
       
      Macfusion does connect to SFTP servers, using SSFHS (not to be confused with SFTP), but Macfusion is not directly comparable to SFTP clients. And so on…
  • ...1 more annotation...
  • Not all FTP clients are equal
  •  
    This discussion focused on FTP and CurlFtpFS. Similar comments may be made concerning SFTP and SSHFS.
Graham Perrin

Noob help with creating a file system - MacFUSE | Google Groups - 0 views

  • very picky that your file system is returning the proper errors
    • Graham Perrin
       
      Finder expects errors that are proper.
  • accesses to files in a directory when there was no contentsOfDirectoryAtPath: ca
  • contentsOfDirectoryAtPath: will be called frequently
  • ...4 more annotations...
  • think beyond the Finder
  • Finder, other applications, and even parts of the OS that would would not expect may be requesting directory contents or file attributes on your file system at any time. They will even do this for files and directories that don't exist
  • Working well with the Finder is not an easy task
  • behaving as much like a "standard" file system as possible
Graham Perrin

VERSIONING - macfuse - Google Code - A note on MacFUSE Core version numbers - 0 views

Graham Perrin

OPTIONS - - 0 views

  • MacFUSE provides a flexible and adaptive mechanism to handle extended attributes (including things such as Finder Info, Resource Forks, and ACLs)
  • extended attributes as Apple Double (._) files
  • all or only some extended attributes
  • ...14 more annotations...
  • To properly support ACLs, a user-space file system must correctly handle the com.apple.system.Security extended attribute
  • MacFUSE supports Mac OS X access control lists (ACLs)
  • With auto_xattr, the kernel will /always/ use ._ files
  • MacFUSE limits volume access to the user that mounted the volume
  • blanket denial is a first line of defense
  • allow_other to turn the blanket denial off
  • not a means of distributed file sharing
  • SFTP is merely a utility
  • create a true distributed file system based on MacFUSE
  • nolocalcaches makes the operating system work in an abnormal mode
  • relevant code paths may not have been well tested
  • overhead
  • file operations could end up being /much/ slower
  • SFTP provides no synchronization or locking
Graham Perrin

Issue 159 - macfuse - Finder error -43 (failing to copy to drwxrwxrwx directory th... - 0 views

  •  
    Exemplary of a factor (in this case, NCP - Novell Core Protocol) that could not be guessed from the client perspective, and that may lead to puzzling behaviour when MacFUSE and applications such as Apple Finder are added to the equation.
Graham Perrin

Issue 182 - macfusion - ndrive.uscs.susx.ac.uk | FTP | | Finder | copy foo.bar | e... - 0 views

  •  
Graham Perrin

Resource Fork State of the Union - 0 views

  • $ echo foo > ~/Desktop/foo.txt
  • cmd-i on foo.txt, click on its icon, and paste the icon you just copied
  • This will cause both the Finder Info and the Resource Fork to be set
Graham Perrin

FUSE stackable FS module in objc - 0 views

  • Would it be possible to implement a "stacking" filesystem using MacFuse.framework or the FUSE python bindings?
  • you'll have to do the work of talking to the low-level C interface in libfuse
  • MacFUSE.framework is a shim atop the high-level FUSE API
Graham Perrin

Michael Gorbach's response to 'Can't write to server folder' - 0 views

  • I think it _can_ be solved   at the MacFUSE level using a transparent "stacking" FUSE filesystem   that will cache appledobule files _locally_
  • It would be a very significant contribution to the Mac and FUSE   communities if such a thing were built, as then all network FUSE   filesystems like S3, FTP and SSH would see functionality and   performance gains
  •  
    Highlights from Michael's discussion.
Graham Perrin

MACFUSE_FS_SSHFS - macfuse - Google Code - The SSH File System for MacFUSE - 0 views

  • See ChangeLog file in sshfs source
    • Graham Perrin
       
      I find http://sourceforge.net/project/shownotes.php?release_id=634615&group_id=121684 but I 'm not sure whether that is the ChangeLog file that's intended.
Graham Perrin

MacFusion | The GUI for MacFUSE - 0 views

  •  
    Super cool alternative to sshfs.app ... a few minor issues in this first release, but it's very promising.
Graham Perrin

Docunext Tech Stuff Archive » MacFUSE and sshfs - 0 views

  •  
    Direct links to: * deprecated MacFUSE 0.2.5 * MacFusion project * MacFusion.dmg * deprecated unsupported sshfs 0.20
  •  
    I recall writing or submitting a comment to the author of the page. It may be awaiting moderation.
Graham Perrin

Finder, xattrs and appledouble files - MacFUSE | Google Groups - 0 views

  • problem is in attempting to drag-n- drop (or copy-n-paste) files from the HFS+
  • haven't found a combination of default_permissions, defer_permissions, noappledouble and noapplexattr options (or absence of all of them) that works
  • problems that you are experiencing are almost certainly down to something else
  • ...2 more annotations...
  • if you don't implement xattrs MacFuse will work
  • If you can repeat a problem with the loopback then it may be a problem with MacFUSE - if not the problem is yours
Graham Perrin

GmailFS - Wikipedia, the free encyclopedia - 0 views

  • Google can and has suspended accounts for the sort of excess activity GmailFS generates. Consequently GmailFS should not be considered reliable for backup purposes. Furthermore, the "Program Policies" prohibit the user to "Reformat or frame any portion of the web pages that are part of the Gmail Service" which is arguably violated by use of GmailFS, which, after all, "reformats" documents transferred via HTTP ("web pages") into data accessible via FUSE.
Graham Perrin

FAQ - macfuse - Google Code - Frequently Asked Questions (and Answers) - 0 views

  • I mounted a MacFUSE volume but I don't see a volume icon on the Desktop
  • I mounted a MacFUSE volume but I don't see a volume icon in the Finder's sidebar
  • sshfs isn't meant to replace things such as NFS, AFP, and SMB
  • ...5 more annotations...
  • a substitute when you don't have any remote file sharing access to a computer, but you do have sftp access
    • Graham Perrin
       
      A rich experience, with which users of Apple Finder and Mac OS X are accustomed, can not be guaranteed within the limitations of a protocol such as FTP.
    • Graham Perrin
       
      Hint: Finder does very much more than simply transfer files. Much of the Finder experience, which users (naturally) take for granted, is thanks to extensive use of extended attributes and metadata.
    • Graham Perrin
       
      Users of FTP, SFTP and SHH services: please, pay attention! The best marriage of Apple Finder and Mac OS X to a remote file system is: Apple Filing Protocol (AFP).
  • MacFUSE allows access to a volume only to the user who mounted the volume. All other users, including the superuser is denied access
  • nontrivial user-space file systems can still be complex, and their performance/behavior can depend upon numerous factors besides MacFUSE itself
  • When in doubt, feel free to post your questions on the macfuse group
  • MacFUSE itself isn't a distributed remote file system
1 - 20 Next ›
Showing 20 items per page