Mounting data and working directories - jamiefogel/Networks GitHub Wiki

This is the new way to mount directories in the graph-tool linux server as of Sep 2023. After logging into the server, we can mount the following directories with the commands:

DATA DIRECTORY

sudo mount -t cifs //storage6/bases/DADOS/RESTRITO/RAIS ~/rais/RAIS -o username=p13861161,rw,uid=$(id -u),gid=$(id -g)

Deidentified RAIS

Create mount point mkdir -p ~/rais/RAIS_desidentificada

Mount the public RAIS sudo mount -t cifs //storage6/bases/DADOS/PUBLICO/RAIS_desidentificada ~/rais/RAIS_desidentificada -o username=p13861161,rw,uid=$(id -u),gid=$(id -g)

WORKING DIRECTORY

sudo mount -t cifs //storage6/usuarios/labormkt_rafaelpereira ~/labormkt/labormkt_rafaelpereira -o username=p13861161,rw,uid=$(id -u),gid=$(id -g)

Password will be requested.