On Sat, 2010-01-09 at 19:12 -0600, Kari Matthews wrote:
> Hello,
> 
> 
> I have a customer who wants a new server.  I convinced him to go with
> Linux instead of Windows.  He then asked at the end that I put 2-1TB
> drives in the server.  I assume the second is for storage b/c they
> deal with pretty large files.
> 
> 
> In your opinion, what should I do with the second drive?  Should I put
> Linux on both drives?  I was going to do a data partition on the first
> drive ... if I did that for both, that would be 4 partitions.  What is
> the best way to handle this?
> 
> 
I would put both drives in the server. hd0 should always be your mani
drive. A 1 TB drive is a lot of room and core linux only needs at most
60GB to host system files and programs.

Hard Drives that size will allow you to do a lot. Personally I would set
hdd0 like this:
partition 1 60GB / ext3/4 (4 is preferred)
partition 2 1 GB Swap
partition 3 100GB /var
partition 4 100GB /usr
partition 5 100GB /tmp
partition 6 remaining amount /network

Then I would set hdd1 thus:
partition1 250GB /backup
partition2 750GB /home

> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Linux Users Group.
> To post a message, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit our group at 
> http://groups.google.com/group/linuxusersgroup


-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to