This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| events:sotm2019 [2019/09/21 14:53] – andi | events:sotm2019 [2019/09/21 15:11] – andi |
|---|
| ``` | ``` |
| sudo -s | sudo -s |
| mkdir -p /video/fuse/sotm2019/{Kleiner\ Hörsaal,Hörsaal\ Ost,Hörsaal\ West} | mkdir -p /video/fuse/sotm2019/{Großer\ Hörsaal,Hörsaal\ Ost,Hörsaal\ West} |
| mount -t cifs {//encoder5.lan.c3voc.de,/video}/fuse/sotm2019/Kleiner\ Hörsaal/ -orw,guest,uid=$SUDO_USER | mount -t cifs {//encoder5.lan.c3voc.de,/video}/fuse/sotm2019/Großer\ Hörsaal/ -orw,guest,uid=$SUDO_USER |
| mount -t cifs {//encoder6.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ Ost/ -orw,guest,uid=$SUDO_USER | mount -t cifs {//encoder6.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ Ost/ -orw,guest,uid=$SUDO_USER |
| mount -t cifs {//encoder-muc.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ West/ -orw,guest,uid=$SUDO_USER | mount -t cifs {//encoder-muc.lan.c3voc.de,/video}/fuse/sotm2019/Hörsaal\ West/ -orw,guest,uid=$SUDO_USER |
| | mkdir -p /video/encoded |
| | mount -t cifs {//storage.lan.c3voc.de,}/video/encoded -orw,guest,uid=$SUDO_USER |
| ``` | ``` |