Skip to content

Mounting AidData Drive

userz edited this page Aug 22, 2017 · 1 revision

The AidData drive is 48TB of diskspace located on one of the SciClone filesystems. Most raw, processed and curated data sets used by AidData can be found there.

Path to AidData drive on SciClone: /sciclone/aiddata10


mounting aiddata HPC directory - using sshfs (ubuntu)

sudo apt-get install sshfs

sudo mkdir -p /sciclone/aiddata10 sudo chown UBUNTU_USERNAME /sciclone/aiddata10 sudo sshfs -o allow_other [email protected]:/sciclone/aiddata10 /sciclone/aiddata10 enter HPC password when prompted aiddata directory is now mounted in /sciclone/aiddata10

to unmount exit any processes/windows using mounted aiddata directory sudo umount /sciclone/aiddata10

alternatively, you can use the bash script labeled "sciclone" in this repo simply put the script in your home directory then open a terminal to mount: bash sciclone mount to unmount: bash sciclone unmount make sure to provide the correct password for your local computer and sciclone when requested

references https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/ http://fuse.sourceforge.net/sshfs.html


mounting aiddata HPC directory - using SFTP Net Drive (windows)

install SFTP Net Drive from https://www.eldos.com/sftp-net-drive/download-release.php

click the "New Profile" button enter "Host name or IP address" as hurricane.sciclone.wm.edu and click "OK" enter your HPC accout user name in the "User Name" field enter your HPC account password in the "Password" field select a drive letter (optional)

click the "Profile Settings" button in the "Drive" section selected the "Specified folder" option and enter /sciclone/aiddata10 in the field below click "OK" click "CONNECT" and click "Accept" if a Server Key Validation message appears

the aiddata HPC directory will now be listed as Network Location drive in your Computer with a name similar to "SFTP on hurricane.sciclone.wm.edu (Z:)"

references https://www.eldos.com/sftp-net-drive/


mounting aiddata HPC directory - using win-sshfs (windows) DOES NOT CURRENTLY WORK

install Microsoft .NET Framework 4 from http://www.microsoft.com/en-us/download/details.aspx?id=17851

install dokan-0.6.0 from http://dokan-dev.net/en/download/

install sshfs from https://win-sshfs.googlecode.com/files/win-sshfs-0.0.1.5-setup.exe (may require an admin to install on wm computers)

Run sshfs Click the "Add" button in the bottom left corner Enter a Drive Name (eg. sciclone-aiddata) Enter the Host: hurricane.sciclone.wm.edu Leave Port as 22 Enter your HPC account username for Username Enter your HPC account password for Password Enter Directory: /sciclone/aiddata10 Select a Drive (eg. E:) Click Save to save these settings Click Mount to mount the drive

references https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh http://linhost.info/2012/09/sshfs-in-windows/


mounting aiddata HPC directory - using sshfs (mac)

install OSXFUSE and SSHFS from https://osxfuse.github.io/

sudo mkdir -p /sciclone/aiddata10 sudo chown UBUNTU_USERNAME /sciclone/aiddata10 sudo sshfs -o allow_other [email protected]:/sciclone/aiddata10 /sciclone/aiddata10 enter HPC password when prompted aiddata directory is now mounted in /sciclone/aiddata10

to unmount exit any processes/windows using mounted aiddata directory sudo umount /sciclone/aiddata10

references https://osxfuse.github.io/ https://blogs.law.harvard.edu/acts/2013/11/08/the-newbie-how-to-set-up-sshfs-on-mac-os-x/ https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh


mounting aiddata HPC directory - using macfusion (mac) - UNTESTED

potential mac method - untested

references http://macfusionapp.org/