將「測試」檔案系統新增至 LVM 群組

將「測試」檔案系統新增至 LVM 群組

我正在努力追隨Samba DC 運作指南。

但是,我似乎無法跳過新增「測試」磁碟區來測試 ACL 的步驟。

我的fstab如下:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
/dev/mapper/DCserver--vg-root /               ext4    errors=remount-ro 0      $
# /boot was on /dev/sda1 during installation
UUID=1fdd6894-b065-4304-aa56-d26a01526046 /boot           ext2    defaults     $
/dev/mapper/DCserver--vg-swap_1 none            swap    sw              0      $

我想我需要在命令列上使用一些命令來實際創建一些東西,但我不知道如何繼續。

我嘗試將使用 ACL 的屬性新增到 fstab 中根 FS 的選項中,但失敗了,我必須重新安裝/重新開始

是否可以將假/測試卷新增至測試檔案系統,以便我可以在不接觸根檔案系統的情況下測試 ACL 的正確工作?

相關內容