Hi need help please. I'm trying to set my directadmin to use the second harddrive I have mounted and partitioned to be /disk2 I've set my /usr/local/directadmin/conf/directadmin.conf quota_partition= to be quota_partition=disk2 And quotas are enabled etc. However when I create a new user it still defaults to /home/username on the first HDD the root / partition. I'm stumped, how on earth can I get the damn directadmin to start placing new users onto /disk2 ?? Please help! If someone can help me fix this then I will reward them with $10 via paypal
when you add a user by useradd than you can specify what is going to be his home directory just do useradd -d /disk2/username username cheers!
I found this for you http://directadmin.com/forum/showpost.php?p=122106&postcount=2 after that you can add the users by the usual way you do