Re: Partitioning an FTP server

2006-06-28 Thread charles norwood
On Wed, 2006-06-28 at 12:28 +0200, Matus UHLAR - fantomas wrote: > On 26.06.06 13:03, Jean-Sebastien Pilon wrote: > > I tend to do this... this is assuming that users will have their home > > folders in /home ;) > > > > / --> 512 MB > > /boot --> 256 MB > > /usr

Re: Partitioning an FTP server

2006-06-28 Thread Matus UHLAR - fantomas
On 26.06.06 13:03, Jean-Sebastien Pilon wrote: > I tend to do this... this is assuming that users will have their home > folders in /home ;) > > / --> 512 MB > /boot --> 256 MB > /usr --> 2 GB > /var --> 2 GB > /var/log --> 2 GB > /tmp --> 1 GB >

Re: Partitioning an FTP server

2006-06-26 Thread Karl O. Pinc
> From: Bill English [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 12:55 PM > To: 'Debian Users' > Subject: Partitioning an FTP server > > I am new to Debian for servers...my only experience is with home boxes. > > I am building an FTP server that I want to dedicate most of the space t

RE: Partitioning an FTP server

2006-06-26 Thread Jean-Sebastien Pilon
I tend to do this... this is assuming that users will have their home folders in /home ;) / --> 512 MB /boot --> 256 MB /usr--> 2 GB /var--> 2 GB /var/log--> 2 GB /tmp--> 1 GB /home --> what is left > -Original Mess