
Originally Posted by
l00ph0le
Thanks for that tip..I actually deleted the symbolic link, and did a cp -rp from the one drive to another..everything seems to be ok..I figured since the system was viewing a symbolic link that cpanel would not notice the difference between the 2.
Now I realize that I am not sure which directory cpanel is dumping mail and other data into...Cpanel assums the account is in home2 when I manually moved everything back over to home via copy..What to do now?
So that a more accurate diagnoses can be formed please let us know the following:
1.) Are any related errors or symptoms presently being experienced?
2.) Was the original home directory removed from the /home2 partition, or was it just renamed?
3.) If the directory was removed or renamed, was a new symlink created in its place?
4.) Were any configurations manually edited to use the new home directory path?
5.) Please let us know the output of the following two commands, where "username" should be replaced by that of the affected user account:
Code:
# stat /home/username
# stat /home2/username
If needing to create a new symlink, here is a basic example that can be used, where "newpath" and "oldpath" represent the new and old home partitions:
Code:
# ln -insv /newpath/username /oldpath/username