Cataclysm

Member
Mar 4, 2004
5
0
151
Hello!

I just got my new cpanel-server, which has 2 hdds in it. My hoster didn't mount the second drive, so I did it myself via WHM -> Format/Mount a new Hard Drive. As mount-point /home2 was specified. And now to my problem...

/home was the former location of all accounts, but after the installation of the new drive, /home cannot be selected for new accounts under WHM, nor can I move existing accounts on /home2 to /home. It is like it's gone, but the old accounts on /home still work fine.

Is there any way to fix this problem, so that I can use /home too ? /home doesn't have its own partition, but resides under /.

Thanks in advance.
 

elleryjh

Well-Known Member
Apr 12, 2003
475
0
166
Mine too. I thought it was just a problem with my setup....


I found that if you set the default partition to "/home" in Basic cPanel/WHM Setup then you will see them both.




Time to submit a bug in bugzilla I guess...
 

Cataclysm

Member
Mar 4, 2004
5
0
151
Doesn't work for me - default home is set to "/home", home directory prefix is set to "home" and I only see /home2 as available.
 

gomes

Member
Oct 21, 2004
5
0
151
india
Hi,

Please login to the server via shell and type the following command and let us know the result,

1. #fdisk -l
2. #mount
3. #df -h
 

Cataclysm

Member
Mar 4, 2004
5
0
151
fdisk -l :

Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 19457 156183930 8e Linux LVM

Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 1 19457 156288321 83 Linux

------------------------------------------------------------------------------------------

mount :

/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw,usrquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/usr/tmpDSK on /tmp type ext3 (rw,noexec,nosuid,loop=/dev/loop0)
/tmp on /var/tmp type none (rw,noexec,nosuid,bind)
/dev/hdb1 on /home2 type ext3 (rw,usrquota,usrquota)

------------------------------------------------------------------------------------------

df -h :

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
145G 7.7G 130G 6% /
/dev/hda1 99M 12M 82M 13% /boot
none 505M 0 505M 0% /dev/shm
/usr/tmpDSK 485M 11M 449M 3% /tmp
/tmp 485M 11M 449M 3% /var/tmp
/dev/hdb1 147G 189M 140G 1% /home2