/
Mounting QRIScloud and rdsi storage to local clients

Mounting QRIScloud and rdsi storage to local clients

Windows clients

For windows clients, please follow the instructions here:

https://confluence.rcs.griffith.edu.au/display/GriffithCloud/Mapping+QCloud+SFTP+connections+as+a+Windows+mapped+drive

Linux

One time install of sshfs

Please install sshfs on the client (local machine):

To install sshfs

sudo yum install sshfs  #(centos/fedora,etc)
sudo apt-get install sshfs    #(Ubuntu)

mounting instruction:
sshfs user@host: mountpoint

e.g:

sshfs s12345@server.griffith.edu.au: /mnt

sshfs will prompt you for your password on the qcloud server

To unmount (disconnect) the fileserver, use the fusermount -u command:

fusermount -u /mnt

Mac OS X

1. Download and install macfuse from https://code.google.com/p/macfuse/
2. To get a GUI, download macfusion from http://macfusionapp.org/
move macfusion.app to applications folder. Press Control button on the keyboard and select the file. Select to open the from shortcut. Install it (select to update and run on startup)

Follow the screenshots below to mount

Reference

1. https://github.com/osxfuse/osxfuse/wiki/SSHFS
2. http://macfusionapp.org/

Related content

Mapping QCloud SFTP connections as a Windows mapped drive
Mapping QCloud SFTP connections as a Windows mapped drive
More like this
multihop scp and ssh for QRIScloud servers
multihop scp and ssh for QRIScloud servers
More like this
Transferring files between your desktop and Griffith HPC cluster
Transferring files between your desktop and Griffith HPC cluster
More like this
CloudStor+
CloudStor+
More like this
Using VPN Client on QRIScloud to Access Institutional Resources
Using VPN Client on QRIScloud to Access Institutional Resources
More like this