Discussion:
What are the best practices for Linux partitioning & Mount
t.clarke
2012-03-02 10:08:37 UTC
Permalink
With regard to disc partitioning, something else to consider when creating
partitions is what you are going to put on them....

For example, if you have a lot of important data that changes very dynamically,
then despite having RAID of one sort or another you really need to back that
data up frequently to other media, be it CD, DVD, external usb disc, tape,
whatever.

Having that data on a separate filesystem can speed up the time taken to
backup considerably, especially if you do a partition-image copy using dd

Tim
--
Gllug mailing list - ***@gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
nk oorda
2012-03-02 11:12:59 UTC
Permalink
On Fri, Mar 2, 2012 at 3:38 PM, t.clarke <***@seacon.co.uk> wrote:

> With regard to disc partitioning, something else to consider when creating
> partitions is what you are going to put on them....
>
> For example, if you have a lot of important data that changes very
> dynamically,
> then despite having RAID of one sort or another you really need to back
> that
> data up frequently to other media, be it CD, DVD, external usb disc, tape,
> whatever.
>
> Having that data on a separate filesystem can speed up the time taken to
> backup considerably, especially if you do a partition-image copy using dd
>
> Tim
> --
>


Thanks Tim

Most of the servers are web server having apache/tomcat running.
all of our hardware is with RAID 5 configured.

--N
Loading...