View Single Post

   
  #9 (permalink)  
Old 02-20-2008, 06:22 AM
Keith Keller
 
Posts: n/a
Default Re: Disk Partition How to ?

On 2005-02-21, Kanthi <TechAlerts@gmail.com> wrote:
>
> /
> /bin
> /sbin
> /root
> /usr
> /opt


Eef already stated this, but it's important enough to restate: /bin and
/sbin (and /etc, and /lib) *must* be on the same partition as /. The
reason is that, in single-user mode, there's no guarantee that all
filesystems will be available, so the kernel must be able to mount / and
be able to run any binaries init needs (including init) from /. (If you
need fsck, for example, it better be on /.)

--keith

--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
see X- headers for PGP signature information

Reply With Quote