Skip to content

CU-DBMI/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

CU DBMI storage utilities

These scripts are here to help you get started with data storage quickly.

Please use your best judgment when using these scripts, and treat them as use-at-your-own-risk since environments can vary.

Connecting to Isilon Storage

These guides assume you already have an Isilon share and that your account has access (please verify or request both before using).

For additional setup and connection guidance on Windows or macOS, see the SOM knowledge base docs: https://medschool.zendesk.com/hc/en-us/sections/360005463054-Map-to-SOM-Network-Drive

You can also use this script to connect to Isilon storage at CU Anschutz from the command line on macOS or Linux.

You can run the script directly from a GitHub raw URL:

curl https://raw.githubusercontent.com/CU-DBMI/storage/main/src/mount_isilon.sh | sh

Safer option (inspect before running):

curl -fsSL https://raw.githubusercontent.com/CU-DBMI/storage/main/src/mount_isilon.sh -o /tmp/mount_isilon.sh
less /tmp/mount_isilon.sh
sh /tmp/mount_isilon.sh

About

CU DBMI storage utilities

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages