Difference between revisions of "How to setup ejfat nodes"

From epsciwiki
Jump to navigation Jump to search
Line 1: Line 1:
1. Install BOOST with: sudo apt-get install lib boost-all-dev
+
# Install BOOST with: sudo apt-get install lib boost-all-dev
 
+
# Mounting /daqfs:
2. Mounting /daqfs:
+
## sudo mkdir /daqfs
 
+
##  edit /etc/fstab to include the line:
  sudo mkdir /daqfs,
+
      dubhe:/raid    /daqfs          nfs    rw,bg          0      0
  edit /etc/fstab to include the line:
+
##  sudo apt-get install nfs-common
      dubhe:/raid    /daqfs          nfs    rw,bg          0      0
+
##  sudo mount /daqfs
  sudo apt-get install nfs-common
 
  sudo mount /daqfs
 

Revision as of 18:17, 29 November 2022

  1. Install BOOST with: 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
    1. sudo apt-get install nfs-common
    2. sudo mount /daqfs