Re: spreading partitions over multiple drivers

From: Erich Dollansky (oceanare_at_pacific.net.sg)
Date: 08/31/04

  • Next message: Geert Hendrickx: "Re: spreading partitions over multiple drives"
    Date: Wed, 01 Sep 2004 02:20:26 +0800
    To: Geert Hendrickx <geert.hendrickx@ua.ac.be>
    
    

    Hi,

    Geert Hendrickx wrote:
    >
    > That's why I worked this out. For example when compiling sources or
    > ports, a "make build" would essentially be reading from /usrc/src|ports,
    > writing to /usr/obj, and "make install" would be reading from /usr/obj
    > and writing to /usr.
    >
    > For the rest, the most essential (IMO) is the separation of system (/,
    > /usr) and data (/home, /var/www), and of course spreading of swap.
    >
    > Any other thoughts about this?
    >
    Not for this usage.
    >
    > Fragmentation may be LESS of a problem with UFS, but a moving target
    > like one big /usr (incl src, obj, ports) will get fragmented as well.

    This is how you see it. I have not heard that there is any tool to help
    here.

    I would not call this fragmentation. It is more like spreading the files
    from one directory all over the disk.

    > Splitting up partitions would reduce this fragmentation (as you are
    > essentially defining some "super large blocks"), and may increase
    > filesystem stability in case of crashes etc.
    >
    It might not affect stability but it increases the chances to fix a
    problem in case of a crash.

    I never thought of this.

    Erich
    _______________________________________________
    freebsd-performance@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-performance
    To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"


  • Next message: Geert Hendrickx: "Re: spreading partitions over multiple drives"