Vembu BDR suite is a Backup and Disaster Recovery solution which is an amalgamation of Vembu VMBackup, Vembu Image Backup, Vembu Network Backup and Vembu OnlineBackup. The Vembu VMBackup, Vembu Network Backup, Vembu Image Backup are all client agents that have the backup type which is both image based and application/file level backup to the centralised backup server called Vembu BDR Backup Server.

If the Vembu BDR Backup Server installed in Linux machine and once the Vembu BDR backup storage is filled with its allocated space, add another HDD for the virtual machine in which Vembu BDR running and follow the below steps to use the added drive as backup storage. In the below process we will change the drive into XFS file system.

Protect Your Data with BDRSuite

Cost-Effective Backup Solution for VMs, Servers, Endpoints, Cloud VMs & SaaS applications. Supports On-Premise, Remote, Hybrid and Cloud Backup, including Disaster Recovery, Ransomware Defense & more!

Steps to Partition & Mount the Added HDD:

Note: The below Commands should be entered in Terminal with root privileges. Change the “sdb” & “sdb1” respective to your drive environment.

  1. apt-get install xfsprogs
  2. (Need to install xfsprogs to make the drive as XFS file system).

  3. fdisk /dev/sdb
  4. (Partition the drive)

    Download Banner

    Once the above command entered, it will lead to partition process. During partition process enter the commands that are in the double quotes in the below steps.

    1. Command as “n” to create a new partition.
    2. Command as “p” to select the partition type.
    3. Command as “1” to make the whole drive into 1 partition. You can change the number, if you want to make more number of partitions.
    4. Press Enter” for the starting sector of partition.
    5. Press Enter” for the Ending sector of the partition.
    6. Command as “w” to create the partition table.
  5. mkfs.xfs /dev/sdb1
  6. (Format the drive with xfs file system)

  7. mkdir /mnt/VembuStorageDrive
  8. (Create a folder VembuStorageDrive at the specified location to make the mount point)

  9. mount -t xfs /dev/sdb1 /mnt/VembuStorageDrive
  10. (Mount the Drive into the folder created)

  11. df -h
  12. (Make sure whether the drive mounted successfully. The newly mounted volume will be at the bottom of list)

  13. echo ‘/dev/sdb1 /mnt/VembuStorageDrive xfs defaults 0 0’ >> /etc/fstab
  14. (This will add the mounted drive into fstab, so that it will be mounted whenever the system rebooted)

Interested in trying Vembu BDR suite?, Try Now on a 30-days free trial: https://www.bdrsuite.com/vembu-bdr-suite-download/

Got questions? Email us at: vembu-support@vembu.com for answers.

Follow our Twitter and Facebook feeds for new releases, updates, insightful posts and more.

Rate this post