Mounting Single Cell Platform projects on hulk porus - Hansen-Group/HansenWiki GitHub Wiki

Mounting Single Cell Platform projects on hulk/porus

This document was written by Malte Thodberg and last updated 2022-06-08

To mount SCOP projects on hulk/porus you need IT/SCOP to give you two things:

  1. Access to the given projects from SCOP
  2. Sudo rights to run the mount and umount command on hulk/porus.

When you have that, you can mount the given SCOP project using sshfs under /mnt. For example:

sudo mount -t cifs -o username=nzl922,uid=nzl922,sec=ntlmssp,iocharset=utf8,domain=unicph.domain,dir_mode=0700 //fs-isi-pan01.unicph.domain/SUN-CBMR-SCOP_2021_0145 /mnt/nzl922

Remember to unmount the SCOP project after use with sudo umount /mnt/nzl922