Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Backup partition is locked and will not unmount  (Read 2245 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Backup partition is locked and will not unmount
« on: January 13, 2014, 06:26:48 am »
Backup partition is locked and will not unmount

There is a known incompatibility when cPanel runs on CloudLinux under Centos 5.X. After a nightly backup runs or a restore runs, the backup partition will get stuck in an active lock. The next time you perform a backup or a restore, you will see an error similar to the following:

Code: [Select]
[backupmount] Cannot umount: /backup. This mountpoint is still in use and has an active lock
mount: /dev/sdc1 already mounted or /backup busymount: according to mtab, /dev/sdc1 is already mounted on

Then check Backup partition is locked and will not unmount

Code: [Select]
In order to resolve this, you will need to perform the following commands as root
mount -r /backup
mount -o remount,rw /backup
umount /backup