if you have files being openned on that location by apache then that makes it buzy. or youre on that location working via ssh.
1. kill apache
2. go to the root folder
3. run df -h ( so you see the parttitions and mount points)
4. unmount it.
5. mount it to the new mount point
6. start apache
7. add it to /etc/fstab or just add add the mount command in /etc/rc.local
|