Difference between revisions of "How to setup ejfat nodes"

From epsciwiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<font size="+2">
 
<font size="+2">
# Install BOOST with: sudo apt-get install lib boost-all-dev
+
# Install BOOST with:
 +
##sudo apt-get install lib boost-all-dev
 
# Mounting /daqfs:
 
# Mounting /daqfs:
 
## sudo mkdir /daqfs
 
## sudo mkdir /daqfs

Revision as of 18:27, 29 November 2022

  1. Install BOOST with:
    1. sudo apt-get install lib boost-all-dev
  2. Mounting /daqfs:
    1. sudo mkdir /daqfs
    2. edit /etc/fstab to include the line:
      dubhe:/raid/daqfs          nfs     rw,bg           0       0
    3. sudo apt-get install nfs-common
    4. sudo mount /daqfs