jueves, 23 de enero de 2020

NFS desde UBUNTU con FREENAS

On Ubuntu NFS client machine we need install NFS client software:

apt-get install nfs-common
Create new folder (RRHH for example):

mkdir /home/amaya/RRHH
Then mount NFS share:

sudo mount 10.222.54.10:/mnt/VOL1/Dataset1 /home/amaya/RRHH/
Now we are connected with the NFS share. If we restart client machine share will be unmounted.



For permanent mount NFS share at client end on startup we need to add the NFS share in fstab file on Linux client.

nano /etc/fstab
and add next line into fstab file:

10.222.54.10:/mnt/VOL1/Dataset1 /home/amaya/RRHH/ nfs defaults    0 0
Now NFS share will mounted on startup after reboot.

jueves, 16 de enero de 2020

Redundancia


(Del lat. redundantĭa).

2. f. Repetición o uso excesivo de una palabra o concepto.

3. f. Cierta repetición de la información contenida en un mensaje, que permite, a pesar de la pérdida de una parte de este, reconstruir su contenido.


RAID 0, 1, 5, 10, matriz RAID, listo para RAID para las placas y Kits


RAID Calculator