How do I mount the backup space on my CentOS server?


To mount backup space on your server, you need two programs to be installed.  If you run the command to mount backup space and it falls, you may need to install them yourself.

  1. Log onto your server over SSH
  2. Install rpcbind with this command:

yum install rpcbind

  1. Install nfs-utils with this command:

yum install nfs-utils

  1. Start the rpcbind service:

service rpcbind start

  1. Mount the backup space:

mount –a

  1. Your backup space will be mounted


Article ID: 50
Created On: Tue, Mar 3, 2015 at 3:54 PM
Last Updated On: Wed, Aug 18, 2021 at 1:15 PM

Online URL: https://www.heartinternet.uk/support/article/how-do-i-mount-the-backup-space-on-my-centos-server.html