|
|
楼主 |
发表于 2013-12-9 14:45:59
|
显示全部楼层
本帖最后由 xueyinkd 于 2013-12-9 14:47 编辑 " `6 p% H- V+ |
liwoon 发表于 2013-12-9 10:01 
! H: X: V! @. U" X' R% @他给你的新回复里不是还有一个SSH命令么,好像叫你不能跟原来的同样文件夹,将他映射新的一个文件夹。
9 M, P$ K1 j2 K: V1 X; v你 ...
7 |7 N# U2 `& B* i5 a很奇怪,怎么我的回贴没了3 y! \' q4 q S& t" U6 a; q5 d4 e
6 o2 S0 a( X/ ~) q4 v% R这是他们的回复:* k* q; @8 K( O4 F; N3 [! u
8 Y0 C. W$ b/ K" Q- {& {1 w1) Select the "Deploy a Linux Distribution" link on your dashboard.
% _3 d) R, {) V9 M1 s2) Choose your desired distribution, fill in the the required values, and then click on "Deploy". ; ?4 p7 E8 \2 W7 P" _7 y& g2 R
3) Return to the dashboard and select your new configuration profile. . |2 p$ g0 [: }% I
4) Scroll down to the "Block Device Assignment" section, select the "/dev/xvdc" drop-down menu, and attach your old disk image.$ J# q0 T; a" I& I3 d0 i) S+ R
5) Boot into your new deployment and mount your old disk image:
/ v& J: N/ W% q9 {5 ]/ l$ r2 O* t# @9 R- H8 E4 l
mkdir /old
# U! O# s+ |# }$ xmount /dev/xvdc /old
' e j- K! S! n3 U. R
# v- d/ a1 b8 u5 s4 k" H( ]/ ]6) Your old files will now be available in the "/old" directory available for you to copy:2 x' \, b4 L0 X& G; X! g6 j% r0 e
h: o1 p' t( j# G& S
cd /old
. |, R' i( [& m# S
8 t+ _' |& {- C; K! ?# ^
S5 p0 w2 d3 B2 `: Z& y* A( l( \这一步是说把旧硬盘的文件全拷到新硬盘的/old 文件夹下了是么?我照做了,但接下去不知道怎么做
% j: p- u t( z
3 B* _& t7 k( O( D我问他接下去怎么做,他就说0 p; [$ j2 P3 O! c% w( {, [' H
: @, ?3 R( t4 e# Z' Y4 P( \
You can then copy them using cp, scp, or other standard file manipulation commands. |
|