From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@tuhs.org (Warren Toomey) Date: Fri, 1 Feb 2013 11:41:49 +1000 Subject: [TUHS] history of sbin? In-Reply-To: References: Message-ID: <20130201014149.GA9456@neddie.local.net> On Thu, Jan 31, 2013 at 06:06:15PM -0600, Jeremy C. Reed wrote: > http://lists.busybox.net/pipermail/busybox/2010-December/074114.html A few inaccuracies: When the operating system grew too big to fit on the first RK05 disk pack (their root filesystem) they let it leak into the second one, which is where all the user home directories lived (which is why the mount was called /usr). They replicated all the OS directories under there (/bin, /sbin, /lib, /tmp...) and wrote files to those new directories because their original disk was out of space. When they got a third disk, they mounted it on /home and relocated all the user directories to there so the OS could consume all the space on both disks and grow to THREE WHOLE MEGABYTES (ooooh!). Research Unix never had /sbin nor /home, and the tale of the third disk doesn't ring any bells to me. 7th Edition has /usr/dmr and /usr/ken, not /home/dmr nor /usr/home/dmr :) Cheers, Warren