Call Us Today! 1.555.555.555|info@yourdomain.com

How To ADD A New Drive as Vembu BDR Backup Storage On Ubuntu

Back to Blog

How To ADD A New Drive as Vembu BDR Backup Storage On Ubuntu

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...
Choose your BDRShield Management Console - Cloud or On-Premise:
Hybrid Storage (Local & Cloud)30-Day Free TrialFull-Feature Access
Not sure which console fits your needs? Request Demo ?
By Sivasankar P | August 8, 2016

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.

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)

    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.bdrshield.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
Avatar for Sivasankar P

Sivasankar P

I have been with Vembu Technologies for the past two years as a Quality Assurance Engineer. I'm an inquisitive person with keen interest in exploring and learning new things.

Go to Top
Chat Icon