Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32083 - mount /usr/portage befor emerge
Summary: mount /usr/portage befor emerge
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 00:32 UTC by roma1390
Modified: 2011-10-30 22:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roma1390 2003-10-27 00:32:21 UTC
I have /usr/portage mounten over nfs from server as many other people. 
Sometimes server is down, this in't problem. I have entry in /etc/fstab. 
This entry doens't mount auto, while i didn't need to use /usr/portage on
startup, and
sometimes when server is down, i didn't want that startup wait's ant check, that
thear is
posibiliti to mount that. Is any posibility to mount /usr/portage or check that
is alraidy
mounted on startup of portage?
I have 6 gentoo box, and one of them server, with /usr/portage exported to all.
This save
for me a lot network (internet) trafik, and save a lot of disk space.

Thanks

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-10-27 15:42:13 UTC
why dont you make the central more stable instead ? ;)
Comment 2 roma1390 2003-10-27 22:29:52 UTC
Central did you mean central server?
Sorry, can't. Due power suply and other's misc problems.
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2003-11-15 19:48:54 UTC
alias emerge="mount /usr/portage; emerge "

IMO it's the system administrator's responsibility to ensure that all required filesystems are mounted.
Comment 4 roma1390 2003-11-16 13:55:44 UTC
what about situation, that is it alraidy mounted? Ok, it's easy to do, but
this another one task of tasklist, that must be done, after gentoo install.
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2003-11-24 22:23:44 UTC
a) if it's already mounted the emerge command will still run, the error message from mount can be suppressed with &> /dev/null
b) the major problem is that it's perfectly valid to not have /usr/portage mounted, e.g. on my notebook I nfs-mount /usr/portage at home, but not when I'm at university. And adding another FEATURE setting for this is overkill.