首先,創(chuàng)建一個臨時加載點 mkdir /mnt/data 將新分區(qū)加載進(jìn)來,如下 mount /dev/sdb1 /mnt/data 先停止所有的服務(wù) service mysqld stop service pureftpd stop service wdapache stop service httpd stop service nginxd stop 移動數(shù)據(jù) mv /www/* /mnt/data/ 卸載新加載的分區(qū) umount /dev/sdb1 然后重新加載到...
www.dbjr.com.cn/os/other/1530...html 2025-6-9