ps_
–bind
ніфіга воно не так - в мене і сорс і дестінейшн видимі.
це як видимі?
% mkdir -p test/1 test/2
% touch test/1/10 test/1/11 test/2/22
% tree test
test
├── 1
│ ├── 10
│ └── 11
└── 2
└── 22
3 directories, 3 files
% sudo mount --bind test/1 test/2
% tree test
test
├── 1
│ ├── 10
│ └── 11
└── 2
├── 10
└── 11
3 directories, 4 files
test/2/22 після bind не видно