Difference between revisions of "How to setup ejfat nodes"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
# Mounting /daqfs: | # Mounting /daqfs: | ||
## sudo mkdir /daqfs | ## sudo mkdir /daqfs | ||
− | ## edit /etc/fstab to include the line: | + | ## edit /etc/fstab to include the line: <pre>dubhe:/raid/daqfs nfs rw,bg 0 0</pre> |
− | |||
## sudo apt-get install nfs-common | ## sudo apt-get install nfs-common | ||
− | ## sudo mount /daqfs | + | ## sudo mount /daqfs |
</font> | </font> |
Revision as of 18:24, 29 November 2022
- Install BOOST with: sudo apt-get install lib boost-all-dev
- Mounting /daqfs:
- sudo mkdir /daqfs
- edit /etc/fstab to include the line:
dubhe:/raid/daqfs nfs rw,bg 0 0
- sudo apt-get install nfs-common
- sudo mount /daqfs