Date: Wed, 12 Jan 2000 00:24:01 -0800 (PST) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: mb@imp.ch (Martin Blapp) Cc: current@FreeBSD.ORG Subject: Re: move portmap(8) from /usr/sbin to /sbin Message-ID: <200001120824.AAA27519@gndrsh.dnsmgr.net> In-Reply-To: <Pine.SGI.4.10.10001120909310.8825-100000@mephisto.imp.ch> from Martin Blapp at "Jan 12, 2000 09:15:32 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi, > > I think we should move portmap(8) to /sbin for the following reason: > > portmap(8) and therefore mountd(8) should be started before > the nfs filesystems get mounted. But because portmap(8) is in > /usr/sbin , users with a nfs mounted /usr filesystem or with > diskless filesystems will have big problems. > > This will fix loopback and local mounts in fstab. Untill now > this has not been possible because of the above reasons. Btw: > Linux also has portmap(8) installed in /sbin. > > I'm prepared for a big fight :) Can you give me any arguments > against this change ? It makes no since... Why would a machine that mounts /usr over nfs need to export filesystems? If it's got enough disk space to make it worth exporting stuff from the box it surely has enough space for it's own copy of /usr. You only need portmap and mountd to _export_ nfs, not to mount them. Orbit.hpc1.com:root{208}# ps ax | grep mount Orbit.hpc1.com:root{209}# ps ax | grep port Orbit.hpc1.com:root{210}# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 63503 21519 36904 37% / /dev/da0s1d 63503 458 57965 1% /tmp /dev/da0s1e 63503 483 57940 1% /var /dev/da0s1f 127023 82030 34832 70% /usr /dev/da0s1g 381103 251170 99445 72% /usr/src /dev/da0s1h 1233503 208025 926798 18% /A procfs 4 4 0 100% /proc 198.145.92.8:/A 1309170 1127463 76974 94% /mnt -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001120824.AAA27519>