Mounting PRI's Unix Filesystem on your Mac
View your PopNet files in Finder
At Oswald Tower
Use a samba share to access your unix home directory.
- In Finder, from the pull-down menu "Go", select "Connect to Server..".
- In the dialogue box, click "+" to add a connection and type in "smb://smb.pop.psu.edu/[yourpopnetid]"
- Click "Connect". You should see your samba share as a folder in the Finder Sidebar under "Shared".
Elsewhere
You can alternatively access your unix home directory from anywhere that you have an internet connection using a package called "sshfs"
This is an add-on application that is available in a package called MACFUSE and a second product MACFUSION that provides a little GUI interface to MACFUSE.- Download MACFUSE and move to your "Applications" folder
- Download MACFUSION and move to your "Applications" folder. [OPTIONAL?]
- Launch MACFUSION and click the '+' to add a connection. Here is an example of mounting PRI's data archive folder:
- Mount the filesystem and it will appear under "Devices" in the Finder sidebar (or on desktop?).
- It is good practice to Eject the device prior to shutting down your Mac, by clicking the little up-arrow.

*For Snow Leopard, I had to do an upgrade of MACFUSE: http://rackerhacker.com/2009/08/28/fix-macfusion-on-snow-leopard/
Alternative method
- Download the sshfs.app
- Alternate instructions for command-line capability
- In Finder, create a directory on your Mac to 'hold' your PopNet home directory. For example, under your Mac home folder, create a directory called "MyPopNetHome".
- In a terminal window, issue this command to access your home directory via the sshfs command (you can alias later):
sshfs [yourpopnetid]@israel.pop.psu.edu: MyPopNetHome/
- You can access other directories on the unix filesystem directly by creating a Mac directory for them and specifying the Popnet location in the sshfs command. Here I created a subdirectory in my Mac home called 'sodapop' as a mount point for /nfs/sodapop/sas_data
-
sshfs [yourpopnetid]@israel.pop.psu.edu:/nfs/sodapop/sas_data sodapop/

