Mount order for directories

Nick Pierpoint mail at pierpoint.org
Mon Oct 18 09:15:31 UTC 2004


Hello all.

If I have a disk mounted on /opt:

	mount /dev/hdb1 /opt

but then also have another disk mounted on /opt/thensome

	mount /dev/hdb2 /opt/thensome

In /etc/fstab I'd have something like:

	LABEL=/opt          /opt           ext3 defaults 1 2
	LABEL=/opt/thensome /opt/thensome  ext3 defaults 1 2

My question is will this always work? When directory mounts have a
degree of inter-dependence how do you specify the mount order? Does the
mount process religiously follow through the order in fstab?

Many thanks.

--
nick




More information about the fedora-list mailing list