Сам себе сдела проблему:
mount --rbind /home/stuff/ /home/ftp mount --rbind /home/stuff2/ /home/ftp
Думал может так получится получить содержимое двух директорий в одной ;) В итоге:
umount -f /home/ftp umount2: Device or resource busy umount: /home/stuff2: not mounted umount: /home/ftp: Illegal seek umount2: Device or resource busy umount: /home/ftp: device is busy
umount -f /home/stuff umount2: Device or resource busy umount: /home/stuff: not mounted umount: /home/ftp: Illegal seek
Глупость, глупость, но как же теперь отмаунтить директории?