Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Aby on January 13, 2014, 06:26:48 am

Title: Backup partition is locked and will not unmount
Post by: Aby 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