home_server:home_server_setup:other_services:back-up_server_old

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
home_server:home_server_setup:other_services:back-up_server_old [2023-04-30 Sun wk17 17:43] – external edit 127.0.0.1home_server:home_server_setup:other_services:back-up_server_old [2023-06-18 Sun wk24 15:35] – [NFS] baumkp
Line 108: Line 108:
   *[[https://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/|How to Manage and Use LVM (Logical Volume Management) in Ubuntu]]   *[[https://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/|How to Manage and Use LVM (Logical Volume Management) in Ubuntu]]
 =====NFS===== =====NFS=====
 +To check available server drives use ''sudo showmount -e 192.168.1.5''
 +
  
 To mount a NFS manually:  To mount a NFS manually: 
-  *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk1 /mnt/backup1'' +  *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/Disk1 /mnt/backup1'' 
-  *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk2 /mnt/backup2''+  *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/Disk2 /mnt/backup2''
  
 Where: Where:
Line 118: Line 120:
     * ''rw'' : read / write     * ''rw'' : read / write
     * ''vers=4'' : version 4 of nfs     * ''vers=4'' : version 4 of nfs
-  * ''192.168.1.5:/export/Disk1'' is the remote exported NFS mount point+  * ''192.168.1.5:/Disk1'' is the remote exported NFS mount point (/export/Disk1 is no longer accepted syntax in NFS4.)
   * ''/mnt/backup1'' : is the local mount point, note this directory must exist, ideally empty, any existing contents are usually invisible and otherwise ignored   * ''/mnt/backup1'' : is the local mount point, note this directory must exist, ideally empty, any existing contents are usually invisible and otherwise ignored
  
  • /app/www/public/data/pages/home_server/home_server_setup/other_services/back-up_server_old.txt
  • Last modified: 2023-06-18 Sun wk24 15:36
  • by baumkp