Results 1 to 2 of 2
Hi
I have a site that users upload files on. Its on a dedicated server with 2 HDDs and the first HDD is 97% full, is it possible to use ...
- 11-22-2008 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 23
using 2 HDDs for user uploads?
Hi
I have a site that users upload files on. Its on a dedicated server with 2 HDDs and the first HDD is 97% full, is it possible to use the other HDD for the files users upload? if so how?
Thank You
- 11-25-2008 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 448
why yes, use "mount"
first hdd==hda
second hdd==hdb
second hdd first paritiion==hdb1
users' upload directory==/upload
"mount /dev/hdb1 /upload"
to render this automatic, add a line to
"/etc/fstab" like this:
/dev/hdb1 /uploads ext3 defaults 0 2the sun is new every day (heraclitus)


Reply With Quote
