|

楼主 |
发表于 2013-12-9 14:45:59
|
显示全部楼层
本帖最后由 xueyinkd 于 2013-12-9 14:47 编辑
" A# e, j6 [8 @ Bliwoon 发表于 2013-12-9 10:01 
, |4 h6 D& F& w* q0 J# ?) |他给你的新回复里不是还有一个SSH命令么,好像叫你不能跟原来的同样文件夹,将他映射新的一个文件夹。
6 p! [: |. U, \" R/ ?( I4 _你 ... 7 l/ R( O5 v5 ]9 z
很奇怪,怎么我的回贴没了) [3 `/ v U# c# z! l3 S, A6 ~
8 J7 H4 O$ F2 B$ y3 h这是他们的回复:
9 f2 { y9 A- [0 ?( z$ T! ^" h( v2 Y& A, d1 \! ^5 [+ @
1) Select the "Deploy a Linux Distribution" link on your dashboard. ! n3 g- F3 {4 S( m/ S A) l
2) Choose your desired distribution, fill in the the required values, and then click on "Deploy". & E% B- U9 H/ `4 U& Z; Z
3) Return to the dashboard and select your new configuration profile. 1 ^$ Q9 I" C$ u G0 j' B6 E( V
4) Scroll down to the "Block Device Assignment" section, select the "/dev/xvdc" drop-down menu, and attach your old disk image.6 \1 U* d1 }( ~1 k9 R
5) Boot into your new deployment and mount your old disk image:
/ n& F# ?/ U7 ]$ ]+ q6 j- Q8 T w: ]9 o- ]
mkdir /old
: `, I) [6 ?5 j# w/ amount /dev/xvdc /old+ v& N- H7 |# V; c
2 h; O3 ?1 e! p
6) Your old files will now be available in the "/old" directory available for you to copy:
7 a& B) O9 Q8 V. M x( y. }% h2 g2 B5 A$ }8 I5 K% v% m) r
cd /old
2 \: @. c5 A9 T, Z, ?. x2 K: U
, G) P" ~: R* |6 \$ O% M, w
( y# _) K7 a L5 }; C2 S7 e这一步是说把旧硬盘的文件全拷到新硬盘的/old 文件夹下了是么?我照做了,但接下去不知道怎么做
6 |2 J8 r2 d6 ?+ G) ^+ m6 f5 r: b+ s' Y6 T& U- e
我问他接下去怎么做,他就说
' |# X+ Y |4 U4 E
6 X: V6 Z3 H" | \7 g4 WYou can then copy them using cp, scp, or other standard file manipulation commands. |
|