Re: About /etc/mtab and /proc/mounts

From: Miquel van Smoorenburg (miquels@cistron-office.nl)
Date: Wed Feb 26 2003 - 05:26:07 EST


In article <3E5C8682.F5929A04@daimi.au.dk>,
Kasper Dupont <kasperd@daimi.au.dk> wrote:
>A simpler solution, that does not require changes to the kernel
>would be to just move mtab to a more apropriate location. My
>suggestion would be to change it from /etc/mtab to /mtab.d/mtab.
>Then you could mount a tmpfs filesystem on /mtab.d. Or by making
>/mtab.d a symlink, you can get the mtab file whereever you want,
>including /etc.

/dev/shm ? Supposed to be there on many systems anyway. Fix
'mount' and 'umount' so that if they see /etc/mtab is a symlink,
they follow it and create the temp files etc in the destination
directory of the link instead of in /etc. Then
ln -sf /dev/shm/mtab /etc/mtab et voila

I've been thinking of doing this for Debian.

Mike.

-- 
Anyone who is capable of getting themselves made President should
on no account be allowed to do the job -- Douglas Adams.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:35 EST