function cancelFsck(button) {
    ajaxCallFromButton(button, 'fsck', 'action=cancel', 'Cancelling...', 'fsck Cancelled', 'Reloading...', function (data, $button) {
        $button.prop('disabled', true);
        location.href = './';
    }, 3);