就是我之前发帖求助的 Time Capsule ,半年前手来的机器。一直正常使用,但是莫名最近 MacBook Air 上备份不成功。
我检测过硬盘是好的,当网络硬盘也可以正常使用,但是就是用时间胶囊不行。有时会提示磁盘找不到,有时会在备份到一半的时候自动停止。其他功能都完完全全的正常。
现在低价出了吧,打算以一个小米路由的价格 699 元出手,邮费自理。小米硬盘只有 1T ,这个 2T ,还有金光闪闪的苹果 logo ,用不上 mac 备份的值得一收吧。
需要的我到时候再上照片
1
BillLiu OP 另外,这个该如何移到 交易节点啊
|
2
Tonni 2015-09-26 01:14:40 +08:00 via iPhone
我去,我还打算为了这个功能而买一个路由器呢
|
3
Tonni 2015-09-26 01:15:00 +08:00 via iPhone
补充,是买一个小米路由器
|
4
abelyao 2015-09-26 03:22:46 +08:00 via iPhone
价格是蛮便宜,但是…
半年前 “收来的”… 所以已经不止二手了吗? 还有发帖记录说被你彻底格式化了… 而且还没修复? |
5
Totoria 2015-09-26 04:04:46 +08:00
有意 已在咸鱼上留言
|
6
wleexi 2015-09-26 13:44:12 +08:00
你试过把 spotlight 停掉再做备份么, ,,,, spotlight 会自动对新磁盘做索引,如果索引没完成,备份工作就会被挂起的,,我
|
8
Abirdcfly 2015-09-26 23:04:15 +08:00
根据我这十天用这个的经验。。。你正在拷贝东西的时候。系统要备份就会提示不成功。。。。
|
9
wleexi 2015-09-27 10:44:05 +08:00
Time Machine thinks Spotlight is in the middle of something that can't be interrupted. So it just sits there, waiting.
I've had some luck breaking the deadlock by shutting the Spotlight indexing down, then restarting it. From a Terminal window, $ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.metadata.mds.plist Now, wait a few seconds - I start seeing "MDBackupBegin() returned result (-1) < 0" lines, but backupd doesn't make any progress. Now, restart Spotlight $ sudo launchctl load /System/Library/LaunchDaemons/com.apple.metadata.mds.plist 试试呗 |