How do I do ‘mount –bind’ in /etc/fstab?

The mount command accepts --bind or -o bind.

In the /etc/fstab file, you can use the following line:

/source /destination none defaults,bind 0 0

Leave a Comment