應用程式>工具程式>磁碟工具程式
點選燒錄並選擇iso檔案
Ref:
http://blog.xuite.net/smarthbk/blog/24682407
2011年11月17日 星期四
如何在MAC的home目錄下mkdir
cd /home
nelsonchungteki-MacBook-Pro:home nelsonchung$ mkdir nelsonchung
mkdir: nelsonchung: Operation not supported
sudo vim /etc/auto_master
comment out /home like this
#/home auto_home -nobrowse,hidefromfinder
reboot the system
重開機後就可以mkdir嚕
但是要寫入資料會有問題
預設權限是755
用sudo chmod -R 777 xxx
可以解決
Ref:
https://discussions.apple.com/thread/2073807?threadID=2073807&tstart=0
nelsonchungteki-MacBook-Pro:home nelsonchung$ mkdir nelsonchung
mkdir: nelsonchung: Operation not supported
sudo vim /etc/auto_master
comment out /home like this
#/home auto_home -nobrowse,hidefromfinder
reboot the system
重開機後就可以mkdir嚕
但是要寫入資料會有問題
預設權限是755
用sudo chmod -R 777 xxx
可以解決
Ref:
https://discussions.apple.com/thread/2073807?threadID=2073807&tstart=0
透過Facebook分享
訂閱:
文章 (Atom)