Procedure to mount the local HDDs on clo1 Step 1. Login with dgs account Step 2. Open the terminal Step 3. Type in the following commands $ su cagragr Password: $ sudo mount -t ext4 /dev/sdb /home/cagragr/DATA1 $ sudo mount -t ext4 /dev/sdc /home/cagragr/DATA2 $ su Password: # chown cagragr:cagragr /home/cagragr/DATA1 # chown cagragr:cagragr /home/cagragr/DATA2 # exit $ cd /home/cagragr/DATA1 $ ls E455 lost+found Step 4. You can start the DAQ. $ cd /home/cagragr/DATA1/E455 $ ./run_2025.save $ ./start_run.sh