avatar
Clone SSD with bad sectors?# Hardware - 计算机硬件
J*9
1
Got email from HSBC yesterday that the online saving rate is now 0.2%!
someone here who are using Ally, please advice which account to open with
Ally, CD(1.6% for a 5 years CD) or Saving account (0.95% apy)?
Is that a good idea to open a checking account with Ally (0.75% apy) at the
same time? Just because it is more convenient to withdraw/spend money with a
debit card.
PS:
Is there anyone know if transfer funds from my HSBC account to Ally, is that
a bank-to-bank transfer (in this case, NO fee) or a wire transfer (there is
a fee at $30)?
Thanks millions!!
avatar
a*g
2
上周末房屋保险到期了,还没来得及寻找新的。
所以现在有3天断档了。
这种情况再找保险公司会有什么麻烦么?(比如保费价格会增加之类的)
avatar
U*n
3
Thinkpad 450s reported SSD error. Got a Samsung 850 Pro and tried to make a
clone out of the old SSD. The Samsung software Data Migration got stuck at
11%. There might be bad sectors. Then searched and found some free software
called EaseUS, but it could not find the new SSD (connected with laptop with
an adapter).
Any one in a similar situation? Any suggestion is appreciated!
avatar
J*9
4
If everything is going fine, will close HSBC account later.
Will only keep its credit card, because that is my first one in the US.
Thanks again for your comments!!
avatar
L*1
5
不懂,帮着顶一下。
我觉得没什么影响。
avatar
a*e
6
干净重装拉倒

a
software
with
★ 发自iPhone App: ChineseWeb 13

【在 U*****n 的大作中提到】
: Thinkpad 450s reported SSD error. Got a Samsung 850 Pro and tried to make a
: clone out of the old SSD. The Samsung software Data Migration got stuck at
: 11%. There might be bad sectors. Then searched and found some free software
: called EaseUS, but it could not find the new SSD (connected with laptop with
: an adapter).
: Any one in a similar situation? Any suggestion is appreciated!

avatar
J*9
7
It is really annoying that HSBC has decreased its saving account rates from
0.5% to 0.2% during such a short period of time.
I am feeling like being fooled again and again.
Luckily, there are options/choices from other banks.
Thanks...
avatar
w*7
8
联想OEM的Samsung 850 Pro跟零售的Samsung 850 Pro不同,联想定制了。
干净重装是王道。
avatar
U*n
9
是零售的Samsung 850 Pro.
重装 takes too much time. The laptop is dual-boot (Win7 and Ubuntu).
Searched online and found that EaseUS Todo was claimed to be able to handle
bad sectors. But the software could not find the new SSD. The software was
made by Chengdu Yiwo Tech, a Chinese firm?
Macrium Reflect got stuck with a read error.
Any suggestion besides reinstalling everything?

【在 w*****7 的大作中提到】
: 联想OEM的Samsung 850 Pro跟零售的Samsung 850 Pro不同,联想定制了。
: 干净重装是王道。

avatar
F*Q
10

I've cloned over a dozen drives between computers (large drive to small,
small to large), always use a Ubuntu live USB, and the dd/pv command, never
had any issue.
for bad sectors, you need to use disk scan software to label those sectors
as "bad", then OS will not attempt to read from those locations.
If you use Ubuntu live usb, install a program called "badblocks" and use it
to scan your drive. I am sure you can find something similar for windows.

【在 U*****n 的大作中提到】
: Thinkpad 450s reported SSD error. Got a Samsung 850 Pro and tried to make a
: clone out of the old SSD. The Samsung software Data Migration got stuck at
: 11%. There might be bad sectors. Then searched and found some free software
: called EaseUS, but it could not find the new SSD (connected with laptop with
: an adapter).
: Any one in a similar situation? Any suggestion is appreciated!

avatar
a*o
11
dual boot是上个世纪的玩具了,现在都是virtualize,别再dual boot了。
avatar
U*n
12
FangQ,
I tried ddrescue (a Linux utility) and it cloned the defective SSD and
claimed a success. ddrescue reported errors of 2MB. But somehow when I tried
to reboot the computer it did not boot from the clone (I did choose the
clone as the boot device using the F12 key).
I tried Clonezilla that runs on a Ubuntu live USB, but it stopped working
due to disk errors.
Have you had any experience with the above utilities?
Let me make sure I understand your suggestion:
1. Make a Ubuntu live USB
2. install badblocks utility on the USB
3. Use dd/pv to clone
Thanks!

never
it

【在 F***Q 的大作中提到】
:
: I've cloned over a dozen drives between computers (large drive to small,
: small to large), always use a Ubuntu live USB, and the dd/pv command, never
: had any issue.
: for bad sectors, you need to use disk scan software to label those sectors
: as "bad", then OS will not attempt to read from those locations.
: If you use Ubuntu live usb, install a program called "badblocks" and use it
: to scan your drive. I am sure you can find something similar for windows.

avatar
U*n
13
Dual boot is a better choice for high performance computing, as with the
virtual box the computer will run two OS's.

【在 a*o 的大作中提到】
: dual boot是上个世纪的玩具了,现在都是virtualize,别再dual boot了。
avatar
F*Q
14

tried
if booting is a problem, you may repair MBR or grub to see if that helps
https://www.cyberciti.biz/faq/howto-copy-mbr/
https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows
or if it is UEFI, follow this page (never tried myself)
http://help.ubuntu.com/community/UEFI#Converting_Ubuntu_into_UEFI_or_Legacy_mode
still, even you can boot, keep in mind that your system has broken/missing
files, your system is still unstable. what you can do is to install a new
system (same version, same distro), mount the restored drive, and then
rsync -tav /drive/of/recovery/ /drive/of/newsystem
or use "cp -a" to merge the two systems.
if I were you, I would only care about restoring the files in /home. I won't
hesitate to install a brand new system, mount the recovered /home, and
reinstall the customized packages using apt-get. It only takes a few hours
to reconfigure a new system, compared to days or weeks for you to restore
the exactly the same old system.

【在 U*****n 的大作中提到】
: FangQ,
: I tried ddrescue (a Linux utility) and it cloned the defective SSD and
: claimed a success. ddrescue reported errors of 2MB. But somehow when I tried
: to reboot the computer it did not boot from the clone (I did choose the
: clone as the boot device using the F12 key).
: I tried Clonezilla that runs on a Ubuntu live USB, but it stopped working
: due to disk errors.
: Have you had any experience with the above utilities?
: Let me make sure I understand your suggestion:
: 1. Make a Ubuntu live USB

avatar
y*b
15
450能干啥hpc

【在 U*****n 的大作中提到】
: Dual boot is a better choice for high performance computing, as with the
: virtual box the computer will run two OS's.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。