Estou tentando criar um sandbox para testar um software não confiável. Estou usando o Debian, eu instalei aufs-tools
.
Quando tento montar um exemplo mínimo com o seguinte comando:
mount -t aufs -o dirs=./write=rw:/=ro none ./mount
Estou recebendo:
mount: wrong fs type, bad option, bad superblock on none,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
Usar br:
em vez de dirs=
fornece o mesmo.