2011年3月25日 星期五

mac ramdisk作法

參考 http://blog.markseinn.idv.tw/?p=504

AppleScript
-----
do shell script "

if ! test -e /Volumes/RamDisk ; then

diskutil erasevolume HFS+ RamDisk `hdiutil attach -nomount ram://$((3*1024*1024*2))`

fi

"
-----

沒有留言:

張貼留言