Data Domain — BoostFS for Linux 使用 fstab 使装载持久化。

Summary: BoostFS 是一个常规过程,当系统重新启动或用户注销时,作系统会停止,如果没有此过程,BoostFS for linux 装载将无法正常运行。要在系统启动期间重新挂载 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 命令执行后,mount 会根据 fstab 规则尝试装载 /etc/fstab 文件中记录的所有文件系统。


将 mount 与 fstab

配合使用在此示例中,显示的 fstab 条目将存储单元 mystu 从 DDR myddr 装载到 /mnt 上,作为 BoostFS 文件系统。
 

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


使用此命令时,将装载点设置为要装载文件系统的位置,例如 /mnt。

允许多个用户

在此示例中,fstab 条目包含 BoostFS 选项 allow-others,该选项允许装载文件系统的用户以外的用户访问。由于文件系统是在系统启动期间装载的,因此装载文件系统的用户是 root 用户。
 

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


重新启动

后 BoostFS 未装载如果在重新启动系统后 BoostFS 装载失败:

a) 确保 /etc/fstab _netdev选项,如以下示例所示:
 

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

重新启动

后 BoostFS 未装载b) 如果您为不同的 BoostFS 装载使用不同的密码箱,请确保。 此信息需要作为选项包含在 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 文件系统为 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.