顯示具有 硬體設計 標籤的文章。 顯示所有文章
顯示具有 硬體設計 標籤的文章。 顯示所有文章

2009/5/15

用網路上的芳鄰(網路鄰居)來Time Machine


如果你是用MAC又有一個大SIZE硬碟PC的人,
用網路上的芳鄰來備份檔案是最方便的了,
但怎麼方便也比不過mac的time capsule厲害,
如果你已經有AP(無線網路分享器)也有一個現成PC,
那對於要用time machine備份但不想接USB硬碟,
又不想買time capsule的人怎麼辦?

現在只要下載下面的

讓你的網路上的芳鄰+AP馬上=time capsule!
不用買 apple airport 不用買 time casuple,
只要用一般pc的硬碟來分享即可。

Download here

下載完後會有TIME HACK資料夾,
裡面有兩個檔案一個就是 time hack,
一個就是 undo time hack,
如果你是geeker,
不妨試試看下面code in 終端機程式:

To enable

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

To disable

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 0


試了之後照常應該會出現:
Time Machine Error(Time Machine 錯誤)
The backup disk image could not be created.
(無法制作備份磁碟映像檔)
這是mac故意鎖住的,
解決之道請參照英文:

此方法保證可用!有問題請留言

1. In System Preferences, turn Time Machine off.(先把時間機器關掉)
2. Find the MAC address of the machine’s internal Ethernet port by typing at the prompt (not including quotation marks:(找出你的網路卡號)
"ifconfig en0 | grep ether"
This should produce a single line of output, such as:
ether 00:16:cb:af:91:d7

Even if the network backups will be done using a different port (e.g. AirPort: usually “en1″) the system will use the address of en0 as part of the system identifier.

If your computer's (not your hard disk's) name is "Mac", the identifier that Time Machine will use is “Mac_0016cbaf91d7"(把你的電腦名稱加上_接上去冒號的網路卡號)

3. Create a new sparsebundle directly on the Time Capsule share. Decide how many gigabytes in size you want it to be, and substitute the figure you want for "125" below. Be sure to append the "g" for gigabytes. The easiest way to do this is to type after the prompt:
(開啟終端機程式輸入下面的指令 backup of mac的mac部分請改成你的電腦名稱)

"hdiutil create -size 125g -fs HFSX -volname "Backup of Mac"

and then, without hitting return, dragging the Time Capsule volume appearing on your desktop directly from the desktop into the Terminal window (assuming you have the Finder set to display connected servers). So if the name of the Time Capsule volume is "david", the final command should look something like this:(把說要制作的目錄拉到終端機的畫面,最好是電腦本身的目錄,先別直接用網路上的芳鄰連出來的硬碟,這樣會導致失敗)

hdiutil create -size 125g -fs HFSX -volname "Backup of Mac" /Volumes/david/Mac_0016cbaf91d7.sparsebundle

(請直接先生產在mac裡面,非網路上芳鄰的資料夾)

Note that in place of "david" would be whatever the name of the particular Time Capsule volume you have chosen (I use "Secure Shared Disks: With Accounts" under Disks > File Sharing in AirPort Utility , so volumes for each account name are created).

Hit return. You should see:

created: /Users/david/Mac_0016cbaf91d7.sparsebundle
(完成後會顯示上面的文字)
(補充 將生產好的Mac_0016cbaf91d7.sparsebundle檔案
放到網路上的芳鄰要給time machine使用的空間)

4. Now double-click that .sparsebundle file residing on
your Time Capsule volume, and it should mount.
(放到網路上的芳鄰的檔案 點兩下 等會兒讓它被植入成硬碟
原本的檔案就可以刪掉了!)

5. Launch Disk Utility 啟動磁碟工具程式
6. Choose "Backup of Mac" in the Disk Utility sidebar 選擇你剛剛取的硬碟名
7. Click on the button "Enable Journaling" 啟動日誌功能

Note: the reason why I do this is because in the course of testing, I found that Time Machine created .sparsebundle files which when mounted had filesystems that were both case-sensitive and journaled, and the hdiutil command apparently doesn't allow one to create a .sparsebundle file with both of these attributes simultaneously.

8. Unmount "Backup of Magpie" 卸除創造的磁碟
9. Open the Time Machine prefpane, and select "magpie" as the new destination for Time Machine backups
10. Turn Time Machine on 開啟時間機器 開始享受吧!

修復time machine不能連的原因原文出處

2008/11/11

Photoshop CS3的動態模糊特效導致當機



最近,
應該說之前就有,
在用CS3的特效時常常出現
如上圖的錯誤訊息,
說明 mmxcore.8bx 這個程式錯誤的問題,
造成 photoshop cs3整個當掉,
正在工作的心血也隨著程式蒸發。

這惱人的問題,
讓VAWLOG一直以為是
之前買的創見記憶體有問題,
今天在做VAW GOOD的LOGO時,
在測試motion blur的效果,
一試過往的問題又浮了出來,
秉持著臺灣經營之神
王永慶一生強調「追根究底、實事求是」
的臺塑經營精神,
VAW LOG 就給他追了下去!

後來發現是CPU對mmx指令支援的問題,
如果你的電腦跟VAWLOG一樣是用5年的老車,
用CS3也會出現上述問題,
不妨照著改改看:

開檔案總管到下列目錄:
C:\Program Files\Adobe\Adobe Photoshop CS3\增效模組\延伸功能

找出MMXCore.8bx的檔案,
然後把他改成MMXCore.old
另外在同個目錄,找出
FastCore.8BX
也是把它副檔名改成FastCore.old

改成這樣的目的很簡單,
就是不要讓photoshop找到這兩個檔案,
這樣的話就不會啟動mmx引擎導致程式crash,
試試看吧,有問題在問問VAWLOG

ps. 最近實在太忙了,VAWLOG廢誌猜猜暫停一次,敬請見諒!