Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] where to put mount --bind during startup
Date: Thu, 14 Sep 2006 23:03:40
Message-Id: 20060914235548.4ea3d355@hactar.digimed.co.uk
In Reply to: [gentoo-user] where to put mount --bind during startup by Allan Gottlieb
1 On Thu, 14 Sep 2006 18:31:52 -0400, Allan Gottlieb wrote:
2
3 > 2. Assuming I want to go with mount --bind, how do I make it happen
4 > during startup (I assume the mount is not preserved across
5 > reboots). The man pages for fstab doesn't suggest that fstab is
6 > the way to go. Do you put the mount in the boot runlevel and if so
7 > where?
8
9 You can do it in fstab, I've been doing it for a while. Just make sure
10 the bind line is after the one mounting the target.
11
12 /dev/hda1 /local somefs blah
13 /local/allan/gottlieb /home/gottlieb auto bind
14
15
16 --
17 Neil Bothwick
18
19 Confucius says "He who posts with broken addresses gets no replies......"

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] where to put mount --bind during startup Allan Gottlieb <gottlieb@×××.edu>