Data Domain - Linux 適用的 BoostFS 使用 fstab 使掛接持續有效。

Summary: BoostFS 是作業系統會在系統重新啟動或使用者登出時停止的常規程序,而 Linux 掛接的 BoostFS 在沒有程序的情況下無法存活。要在系統啟動期間重新掛載 BoostFS 掛載,您需要添加 fstab 掛載命令。

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.

Instructions

檔案系統表格

的使用在系統啟動期間和其他一些時間,掛載命令會查詢存儲在 /etc/fstab 檔中的檔案系統表 (fstab),以尋求應掛載哪些文件系統的指示。例如,如果 mount -a 命令執行時,掛載會嘗試根據 fstab 規則掛載 /etc/fstab 檔中記錄的所有檔案系統。

使用 fstab

的掛接在此範例中,顯示的 fstab 項目會將儲存單元 mystu 從 DDR myddr 掛載到 /mnt 上,作為 BoostFS 檔案系統。
 

myddr:/mystu /mnt/mypath boostfs defaults,_netdev 0 0


使用此命令時,請將掛載點設置為要掛載檔案系統的位置,例如 /mnt。

允許多個使用者

在此範例中,fstab 條目包含 BoostFS 選項 allow-others,該選項允許掛載文件系統的使用者以外的使用者訪問。因為檔案系統是在系統啟動期間掛載的,所以掛載檔案系統的使用者是根使用者。
 

myddr:/mystu /mnt/mypath boostfs defaults,_netdev,bfsopt(allow-others=true) 0 0


重新開機

後無法掛接 BoostFS如果 BoostFS 在重新開機系統後無法掛接:

a) 確定_netdev選項為 /etc/fstab,如以下範例所示:
 

myddr:/mystu1 /mnt/mypath boostfs defaults,_netdev,bfsopt(allow-others=true) 0 0

重新開機

後無法掛接 BoostFSb) 如果您為不同的 BoostFS 掛接使用不同的加密箱,請確認這一點。 此資訊需要包含在 ether fstab 檔中作為選項或放入 boostfs.conf 檔中。  (請參閱以下範例)
 

fstab:
myddr1:/mystu1 /mnt/mypath1 boostfs defaults,_netdev,bfsopt(allow-others=true,lockbox-path=/opt/emc/boostfs/lockbox/boostfs1.lockbox) 0 0
myddr2:/mystu2 /mnt/mypath2 boostfs defaults,_netdev,bfsopt(allow-others=true,lockbox-path=/opt/emc/boostfs/lockbox/boostfs2.lockbox) 0 0
boostfs.conf:  Add mount specific info after the comment.   (do not put info into the [global] section for mount specific info)

#
# Mount point sections are delineated by [mountpoint]
#

[/mnt/mypath1]
data-domain-system=<myddr1>
storage-unit=<DDBOOST Storage-Unit name: example mystu1>
storage-unit-username=<DDBOOST User NAME for mystu1>
lockbox-path=/opt/emc/boostfs/lockbox/boostfs1.lockbox
 
[/mnt/mypath2]
data-domain-system=<myddr2>
storage-unit=<DDBOOST Storage-Unit name: example mystu2>
storage-unit-username=<DDBOOST User NAME for mystu2>
lockbox-path=/opt/emc/boostfs/lockbox/boostfs2.lockbox

Additional Information

DD Boost File System 為 DD Boost 資料庫提供類似於 NFS 掛載的一般檔案系統介面,可讓標準備份應用程式利用 DD Boost 功能。

https://www.dell.com/support/home/en-us/product-support/product/data-domain-boost-file-system/overview
 

Affected Products

Data Domain
Article Properties
Article Number: 000212415
Article Type: How To
Last Modified: 13 Mar 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.