Skip to main content

Home/ Macfusion — a GUI for MacFUSE/ Contents contributed and discussions participated by Graham Perrin

Contents contributed and discussions participated by Graham Perrin

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

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

SSHFS - Wikipedia, the free encyclopedia - 0 views

shared by Graham Perrin on 26 May 09 - Cached
Graham Perrin liked it
  • SSHFS (SSH Filesystem)
  • allows access to a remote file system where files and directories are available via SFTP
  • Compatibility and limitations
Graham Perrin

NTFS-3G: Extended Attributes - 0 views

  • information which cannot be stored in the file
  • Extended attributes are properties
  • optionally set to files or directories
  • ...23 more annotations...
  • with variations
  • Windows, Linux, Solaris, MacOSX
  • On Linux, specifically, four categories of extended attributes have been defined
  • user : to record properties defined by applications
  • names of the extended attributes must be prefixed
  • Examples of extended attribute names
  • stable ntfs-3g supports the user name space
  • some Linux distributions do not support the extended attribute interface
  • commands for getting or setting the extended attributes are system dependent
  • extended attributes in user name space are stored on NTFS as alternative data streams
  • The following sections describe how to access a few NTFS internal data as extended attributes
  • NTFS Attributes
  • miscellaneous flags associated with a file or directory
  • Only eight flags can be changed
  • NTFS use reparse data to define special actions before opening
  • reparse data of a file or directory is mapped to an extended attribute
  • translated into ownership, permissions and Posix ACLs parameters
  • NTFS ACLs are used to control access
  • NTFS ACL of a file or directory is mapped to an extended attribute
  • EFS is the methodology used in NTFS to deal with encrypted files
  • decryption information, the EFS Info, which contains the key, encrypted
  • decryption information is mapped to an extended attribute
  • encryption and compression are not compatible
  •  
Graham Perrin

Advanced NTFS-3G Features - 0 views

  • the NTFS-3G project globally aims at providing a stable NTFS driver for several operating systems
  • the advanced branch specifically aims at developing, maturing, and releasing features to get user feedback
  • advanced releases are designed as add-ons to the latest stable release
Graham Perrin

Change SSHFS behavior to WRONLY and copying - MacFUSE | Google Groups - 0 views

  • In SSHFS when copying a file, the file mode is RDWR
  • my server doesn't support that
  •  
    I'll be interested in the answer to this question.
Graham Perrin

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

  •  
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

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

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

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

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.
  • think beyond the Finder
  • contentsOfDirectoryAtPath: will be called frequently
  • ...4 more annotations...
  • accesses to files in a directory when there was no contentsOfDirectoryAtPath: ca
  • 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

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

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

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
1 - 20 of 40 Next ›
Showing 20 items per page