Mount
mount bind 在 Ubuntu 上應該如何?mount:使用不當
我正在關注本指南書架安裝
mount type=bind,source=/home/ubuntu/.env,target=/var/www/bookstack/.env -v /home/ubuntu:/var/www/bookstack/public/uploads -v /home/ubuntu:/var/www/bookstack/storage/uploads
我有
mount: bad usage Try 'mount --help' for more information.
如何解決這個問題?
我的綁定掛載的 fstab 條目如下所示
/mnt/sdb/p /home/stephen/q none bind,defaults 0 0
來自 CLI
# bind --mount p q