Skip to main content

Home/ Macfusion — a GUI for MacFUSE/ Group items tagged resource fork

Rss Feed Group items tagged

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

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

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

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
  • With auto_xattr, the kernel will /always/ use ._ files
  • MacFUSE supports Mac OS X access control lists (ACLs)
  • 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
1 - 4 of 4
Showing 20 items per page