NMDA Postgres 備份失敗,並顯示錯誤「fusermount: mount failed: 不允許操作」

Summary: NMDA Postgres 備份失敗並顯示錯誤:fusermount:掛接失敗: 不允許的操作

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

  • NMDA Postgres 備份失敗,並出現下列錯誤:
fusermount: mount failed:  Operation not permitted

 

  • 以下步驟已完成,摘自《資料庫和應用程式安裝指南》中 NetWorker 模組的 「啟用 Data Domain BoostFS 以進行協調的應用程式保護」 一節。
    1. 在密碼箱中建立初始項目:

      /opt/emc/boostfs/bin/boostfs lockbox set -d aaaa -s aaaa -u aaaa
    2. 設定密碼箱的權限:

      chmod 0700 /opt/emc/boostfs/lockbox/*
      chmod 1700 /opt/emc/boostfs/lockbox
      chmod 1700 /opt/emc/boostfs/log
    3. 指派的 ACL 權限:

      setfacl -m u:<user>:rwx /opt/emc/boostfs/lockbox
      setfacl -m u:<user>:rw /opt/emc/boostfs/lockbox/*
      setfacl -m u:<user>:rwx /opt/emc/boostfs/log

       

      注意:其中 <user> 是執行 OAPP 備份與還原的作業系統帳戶
    4. 勾選 fusermount 二進位權限:

      chmod o-rx /bin/fusermount
      setfacl -m u:<user>:rx /bin/fusermount

 

  • 可使用 fusermount 二進位具有以下權限:
    -rwxr-x---+ 1 root root 32096 Jul 24  2018 /bin/fusermount

 

Cause

可使用 setuid 位元從中遺失 /bin/fusermount. 檔案的權限應如下所示:

-rwsr-x---+ 1 root root 32096 Jul 24  2018 /bin/fusermount

 

Resolution

可使用 fusermount 包含 setuid 旗標搭配使用。如果 setuid 標誌遺失,執行下列命令進行修正:

sudo chmod 4755 /bin/fusermount
sudo chmod o-rx /bin/fusermount
sudo setfacl -m u:<user>:rx /bin/fusermount

 

注意:其中 <user> 是執行 OAPP 備份與還原的作業系統帳戶

 

Article Properties
Article Number: 000219011
Article Type: Solution
Last Modified: 13 Mar 2026
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.