Home » Categories » Servers » Server Managment » Linux

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
1 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
How do I use an SSH client?
Added on Mon, Mar 16, 2015
Why can’t I restart BIND after restarting my server?
Added on Tue, Mar 3, 2015
How do file permissions in Linux work?
Added on Tue, Mar 3, 2015
How do I add a new IP address to my server with Webmin?
Added on Tue, Mar 3, 2015