How i can add extra HDD to my directadmin?

WebArts

Verified User
Joined
Jul 14, 2010
Messages
108
Hi.
I have a HDD and i want to add 2 HDD to my Directadmin panel for hosting extra space.

For exam my current HDD is 2000GB and i want to add 2*2000GB HDD for increasing hosting space to about 6000GB.

My OS is linux centos.

How i can do it?

Thanks
 
Last edited:
Hello,

If you aren't using LVM you can't enlarge your /home partition (or / as well) without complete rebuild of your FS (of course if my understanding of the subject is not outdated).

What you see with
Code:
mount
?
 
Hello,

If you aren't using LVM you can't enlarge your /home partition (or / as well) without complete rebuild of your FS (of course if my understanding of the subject is not outdated).

What you see with
Code:
mount
?

Thanks.

I wanted to know for future. I has not extra HDD yet.

Therefore If my HDD use LVM partition I can use mount command for enlarge /home.
 
No, you can't just do it with the mount command; it's a bit more complex than that.

Some (incomplete but enough to get you started) instructions here (blogspot.com).

Jeff
 
Back
Top