Debian 10 で aufs ファイルシステムをマウントする方法は?

Debian 10 で aufs ファイルシステムをマウントする方法は?

いくつかのフォルダをマージしたいです。私は現在mergefsを使用しており、aufsをテストしようとしています。

aufsをマウントすると間違ってジャンプします。

$sudo mount -t aufs -o br=./a:./b none ./c
mount: /home/t/c: wrong fs type, bad option, bad superblock on none, missing codepage or helper program, or other error.

私はそれをインストールし、aufs-dev aufs-dkms aufs-toolsファイルシステムとlsmodで見つけることができます。

$grep aufs /proc/filesystems
nodev   aufs

$ lsmod | grep aufs
aufs                  274432  0

$uname -a
Linux lin 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux

$ apt list | grep aufs
aufs-dev/stable,stable,now 4.19+20190211-1 all [installed]
aufs-dkms/stable,stable,now 4.19+20190211-1 all [installed]
aufs-tools/stable,now 1:4.14+20190211-1 amd64 [installed]

不足している設定がありますか?

ベストアンサー1

おすすめ記事