Data Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
* CERN ROOT 6.26/02 | * CERN ROOT 6.26/02 | ||
* docker | * docker | ||
= Common Users = | |||
tandem (fsuphysics888) is the general user account. | |||
Anyone wish to have a personal account can be contact Ryan rtang@fsu.edu | |||
= Disks available = | |||
/mnt/data_1TB | |||
= Mount disk remotely = | |||
To mount the disk remotely, need the '''sshfs''' installed in the local machine. In Debian/Ubuntu | |||
~>sudo apt install sshfs | |||
Create a mount directory (say data1) | |||
~>sudo mkdir /mnt/data1 | |||
Mounting | |||
~>sudo sshfs -o allow_other tandem@pauli.physics.fsu.edu:XXXX /mnt/data1/ | |||
where XXX is the [[ Data Server#Disks available |disk location]] in the data server. |
Revision as of 18:34, 21 April 2022
Spec.
- CPU : Intel Xeon Gold, 36 cores
- RAM : 32 GB
- Storage :
- 1.9TB SSD for OS and /home/
- 1TB for data (temporary) /mnt/data_1TB
- OS : Ubuntu 20.04
Software
- CERN ROOT 6.26/02
- docker
Common Users
tandem (fsuphysics888) is the general user account.
Anyone wish to have a personal account can be contact Ryan rtang@fsu.edu
Disks available
/mnt/data_1TB
Mount disk remotely
To mount the disk remotely, need the sshfs installed in the local machine. In Debian/Ubuntu
~>sudo apt install sshfs
Create a mount directory (say data1)
~>sudo mkdir /mnt/data1
Mounting
~>sudo sshfs -o allow_other tandem@pauli.physics.fsu.edu:XXXX /mnt/data1/
where XXX is the disk location in the data server.