lyulyul / shine-cluster

Simple High performance Infrastructure for Neural network Experiments
GNU General Public License v3.0
14 stars 8 forks source link

Mount computing tools to /opt on compute nodes #149

Open gqqnbig opened 1 year ago

gqqnbig commented 1 year ago

Move lines in /etc/fstab to systemd.mount

https://unix.stackexchange.com/q/90723/77141

luoyuqi-lab commented 1 year ago

Hoth install without right mount so some users may not find their conda environment.

Just move the line from /etc/fstab from dagobah to the same path of hoth.

Then use mount -a update.

Seems tatooine without problem after I checked.

use df -T to check mount status.