It would be nice on some systems to break up one big fstab file and replace it with an fstab
file "including" other files.
Also it would be nice to mount things from a secondary "fstab" file relative to some directory.
So as an example (of the offset, or relative mount), imagine you have a line in the fstab file:
#include foobar.fstab offset=/external_mount
in foobar I specify two file systems that are mounted on /foo and /bar. Through the use of the fstab, they are instead mounted on /external_mount/foo and /external_mount/bar.
Is there an equivalent mechanism to do this?