問:這個寶塔如何把WWW目錄遷移到數(shù)據(jù)盤?,這個寶塔如何把WWW目錄遷移到數(shù)據(jù)盤
答:您好,
1. 非常抱歉, 該程序面板并非我司開發(fā), 我們也不清楚如何將www目錄遷移到數(shù)據(jù)盤, 建議您咨詢一下寶塔官方客服;
2. 或者嘗試將www移動到數(shù)據(jù)盤后做軟鏈接到根目錄看看; 但建議您單獨將網(wǎng)站目錄及數(shù)據(jù)庫移動到數(shù)據(jù)盤, 然后做軟鏈接測試看是否正常.非常感謝您長期對我司的支持!
問:軟鏈接怎么寫?有教程么?
答:您好,
1.先停止所有服務
2.將/www 移動到/home/www
mv /www /home/
3.做符號連接
ln -s /home/www /www
4.啟動所有服務
,非常感謝您長期對我司的支持!
問:[@localhost www]# rm -rf www
rm: 無法刪除"www/login.cloud-club.com.cn/.user.ini": 不允許的操作
用命令執(zhí)行之后,原文件夾里有個文件無法刪除,用rm也不行
答:您好,查看/www/www/login.cloud-club.com.cn下已經(jīng)沒有.user.ini,請核實下,非常感謝您長期對我司的支持!
問:[@ebs-63560 ~]# service bt stop
/etc/init.d/bt: line 15: cd: /www/server/panel: No such file or directory
Stopping Bt-Tasks… done
Stopping Bt-Panel… done
[@ebs-63560 ~]# mv /www /home/www
mv: cannot remove ‘/www/swap’: Operation not permitted
mv: cannot remove ‘/www/www/weidogsoss/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/hbh.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/wh.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/xcx.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/test2.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/.com/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/xhjzcl.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/jz.cloud-club.com.cn/.user.ini’: Operation not permitted
額,又有這個問題
答:您好,當前已經(jīng)調(diào)整,將www目錄全部移動到/home/www目錄下,并做了軟連接,如圖:,請核實
,非常感謝您長期對我司的支持!
問:[@ebs-63560 ~]# service bt stop
/etc/init.d/bt: line 15: cd: /www/server/panel: No such file or directory
Stopping Bt-Tasks… done
Stopping Bt-Panel… done
[@ebs-63560 ~]# mv /www /home/www
mv: cannot remove ‘/www/swap’: Operation not permitted
mv: cannot remove ‘/www/www/weidogsoss/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/hbh.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/wh.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/xcx.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/test2.cloud-club.com.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/.com/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/xhjzcl.cn/.user.ini’: Operation not permitted
mv: cannot remove ‘/www/www/jz.cloud-club.com.cn/.user.ini’: Operation not permitted
我想問下這個提示的這個問題是怎么解決的,因為這個應該在遷移文件的時候經(jīng)常出現(xiàn),所以求一下解決過程
答:您好,請確保停止了服務不僅僅是bt服務,對應站點運行的服務要全部停止,比如mysql httpd NGINX等,謝謝
并且mv請注意檢查對應報錯文件的權(quán)限是否正確