CAEDM Integration¶
Mount your CAEDM J:\ drive in Linux
mkdir ~/jdrive
sudo apt install cifs-utils
sudo mount -t cifs //fs-caedm.et.byu.edu/<caedm_username> ~/jdrive -o user=<caedm_username>,rw,uid=$USER,gid=$USER
Mount CAEDM group directory in Linux
```bash mkdir ~/my_group
Replace caedm_username below¶
sudo mount -t cifs //fs-caedm.et.byu.edu/
Use the guide provided by CAEDM at this link.