Re: RHEL 5 : statically linked shell for root?



On Thu, May 29, 2008 at 8:52 AM, mark <m.roth2006@xxxxxxx> wrote:

hike wrote:
On Thu, May 29, 2008 at 3:18 AM, Rubens Gomes <rubens_gomes@xxxxxxxxxxx>
wrote:
<snip>
My question is. "Why do you make a separate mount point for /usr?".

In the old days of UNIX/SunOS, the hard drives were small and we were
forced
to have separate mount points for /, /var, /usr, /opt, /usr/openwin for
SunOS, /home. This and the possibility of actually filling a filesystem
to
100% were the only real reasons for separating the filesystems that I was
ever given.
<snip>
As I said in the article I published in SysAdmin last year (before it went
under) on upgrading Linux, you want that so that when you do an upgrade,
you
can rename it, then have a new partition for /usr, and let the install
format
that. That way, a) it's a "clean install", and b) you can fall back with a
few
renames in single user mode.

mark

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Mark,

You just need space for another filesystem if you want to do what you
indicate what the article says and do not, necessarily, need to separate
your filesystems. (Why make things more difficult when they have gone to
all the trouble to simplify our work lives. AND, that's why we do backups.)

By the way, I enjoy how you are always quoting/referring to article. You
must be quite proud of yourself. Funny though, you never tell which issue
of Sysadmin your ariticle was in!

LOL
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: Editing files safely
    ... a safe strategy is to do the following (or its equivalent, ... cp -p critical-file critical-file.new ... the idea of using rename to make atomic updates is quite common. ... I think the rename should always succeed if the filesystem is ...
    (comp.unix.solaris)
  • Re: Problem with java Rename function in solaris platform.
    ... filesystem in solaris???is it a operating system flaw???? ... It's a feature, and very definitely a feature not a bug. ... OS where a rename can be done across filesystems. ... transfer a file from one filesystem to another filesystem requires copying the ...
    (comp.lang.java.programmer)
  • Re: RHEL 5 : statically linked shell for root?
    ... This and the possibility of actually filling a filesystem to ... under) on upgrading Linux, you want that so that when you do an upgrade, you ... can rename it, then have a new partition for /usr, and let the install format ...
    (RedHat)
  • Re: [RFC PATCH 0/2] Union Mount: Directory listing in glibc
    ... it never mean to modify glibc is a bad idea. ... the filesystem that supports whiteouts must know how ... The rename story is somehow different. ... At least this is how my patches implement it. ...
    (Linux-Kernel)
  • Re: [PHP] move_uploaded_file locks?
    ... move_uploaded_file locks the target file during the process? ... If move_uploaded_file does a rename within the same filesystem this isn't an issue (on unix, anyway, the O/S just reassigns inodes rather than copying data). ...
    (php.general)