You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adyprat edited this page May 22, 2019
·
4 revisions
To mount the file system on the client machines, use the following commands:
# if sshfs is not installed yet on the client:
sudo apt-get install sshfs
# make the mount directory on the client:
sudo mkdir /data; sudo chmod 777 /data;
mkdir -p /data/inputs/single-cell
# now mount the directory
sudo sshfs -o allow_other <user>@system:/data/inputs/single-cell /data/inputs/single-cell