Step 1.
首先,先去應用程式中,打開 Apple Script。 Step 2. 在 Apple Script 中貼入以下的程式碼。 do shell script " if ! test -e /Volumes/RamDisk ; then diskutil erasevolume HFS+ RamDisk `hdiutil attach -nomount ram://$((2*1024*1024*2))` fi 紅字的「2」是你要修改的地方,看你要使用幾G的記憶體當硬碟空間就填多少數字,比如說你要4G的記憶體當硬碟空間就填4。 Step 3. 按下〔Command+S〕來儲存檔案,記得選成「應用程式」。 Step 4. 執行這個 Script後,就可以在 Finder 中看到一個 RamDisk 的磁區跑出來了,而這塊磁區就是你用記憶體割出來的磁區,只要「退出(缷載)」或是「重開機」、「關機」等動作,這裡面的資料夾和檔案就會不見。