Skip to content

MSSI Lab

reubenajohnston edited this page Oct 31, 2024 · 7 revisions

Useful information related to the MSSI-Lab

  • Accounts
  • VPN client setup
  • Wifi access
  • Shared NTFS folder: \\sitatunga.mssi-lab.isi.jhu.edu\Shared
    • To mount above share from Linux
      $ sudo mkdir /mnt/cifs`
      $ sudo mount -t cifs //sitatunga.mssi-lab.isi.jhu.edu/shared -o username=<MSSI-LAB-USERNAME-HERE> /mnt/cifs
      
    • Copy large files using $ sudo rsync -av --progress <SOURCEFILENAME> <DESTINATIONFILENAME>