Mounting AFS as Volume on MacOSX

EASY WAY:

http://information-technology.web.cern.ch/services/fe/afs/howto/openafs-mac-os

Cyberduck SFTP client (free)

Both of these work, and both suck at times, particularly with large filesystems or slow internet. There's no good (free) solution here. But at least it's one up from a life of opening stuff in emacs. Sublime Text 2.

Links

Howto - BIT BROKEN, DON'T USE ME

[*TODO:* How to mount at startup]

[To be completed in more detail!]

  • Install SSHFS and Fuse4x
  • Make a dir to mount to
  • Mount via commandline
My script:

#!/bin/bash
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
mkdir /Volumes/AFS_User
sshfs <USERNAME>@lxplus.cern.ch: /Volumes/AFS_User -oauto_cache,allow_other,reconnect,volname=AFS_User,noappledouble

Current Issues:

  • Xcode doesn't save files, instead deletes file! Use SublimeText instead
  • Permissions gone awry - be careful! need to double check
  • Can timeout and not save - make sure KeepAlive is enabled in /etc/ssh_config (see RobinKerberosTicketSetup)
-- RobinAggleton - 21-Oct-2012
Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r5 - 2013-12-03 - RobinAggleton
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback