Operating System - HP-UX
1833059 Members
2678 Online
110049 Solutions
New Discussion

Can "/etc" be mounted in a separate FS ...

 
SOLVED
Go to solution
R.O.
Esteemed Contributor

Can "/etc" be mounted in a separate FS ...

...outside of "/" ??? I do not know whether it is possible because of the start scripts.

Regards,
"When you look into an abyss, the abyss also looks into you"
5 REPLIES 5
Warren_9
Honored Contributor
Solution

Re: Can "/etc" be mounted in a separate FS ...

hi,

i don't think /etc could outside 'root' coz as you said the file in /etc is require during system startup.

also.... the /etc shouldn't over 30MB normally.

GOOD LUCK!
Ninad_1
Honored Contributor

Re: Can "/etc" be mounted in a separate FS ...

No.
etc cannot be a seperate filesystem as far as I know - the constraint being - as you have mentioned yourself - the startup and all configuration files are in etc and how will your system start if the etc is not mounted and the script which mounts filesystems itself is in /etc.

Regards,
Ninad
Chan 007
Honored Contributor

Re: Can "/etc" be mounted in a separate FS ...

Hi,

/etc/fstab is the one which mounts all the filesystems, so /etc can't be a FS

Hope this helps

Chan
Stephen Keane
Honored Contributor

Re: Can "/etc" be mounted in a separate FS ...

However, if you had a directory under /etc which was large AND which wasn't used by the startup-scripts you could move it to another filesystem. Though why you'd have a large directory under /etc that wasn't used by the startup scripts ...
R.O.
Esteemed Contributor

Re: Can "/etc" be mounted in a separate FS ...

Ok, Thank you all !!
Regards,
"When you look into an abyss, the abyss also looks into you"