|
|
楼主 |
发表于 2013-12-9 14:45:59
|
显示全部楼层
本帖最后由 xueyinkd 于 2013-12-9 14:47 编辑 6 m( {5 E j% N8 p8 @, D; G
liwoon 发表于 2013-12-9 10:01 * S5 {( A8 j5 a( `3 x2 S
他给你的新回复里不是还有一个SSH命令么,好像叫你不能跟原来的同样文件夹,将他映射新的一个文件夹。
9 U, D; l# L6 v ~你 ...
7 B4 Q" O+ ?7 E5 ^ x很奇怪,怎么我的回贴没了. C" q0 b) v- }# {! }7 X( f. [
% w$ M' B* Z9 O" u! F ]" V" s这是他们的回复:
8 ~2 J! S: L1 n B# g* {4 S q; C, c" O, n q. r, l V" [( n
1) Select the "Deploy a Linux Distribution" link on your dashboard.
( k) d# i* ?& Q2) Choose your desired distribution, fill in the the required values, and then click on "Deploy". ( | F! T) D1 y5 d
3) Return to the dashboard and select your new configuration profile. 9 K' o7 x. Z1 l8 n& c$ Y
4) Scroll down to the "Block Device Assignment" section, select the "/dev/xvdc" drop-down menu, and attach your old disk image.7 X4 G& s% x1 P& ^1 p
5) Boot into your new deployment and mount your old disk image:2 B8 G, K6 v" H' f
" @: F4 A* ^. P3 Q3 ?mkdir /old" C' X# P' `" R$ R. Z: E3 A g2 h
mount /dev/xvdc /old1 |' x9 O b8 a1 R$ P; r
( N, i& s* F% h) y. e! N' l a8 G! l+ G! ]
6) Your old files will now be available in the "/old" directory available for you to copy:
" W3 h+ O, ^3 `7 e
+ t5 d1 i' H2 W8 }4 @$ W$ scd /old
5 d+ E+ i5 ~1 p+ q8 E3 o6 g7 U4 P* b. t
# u6 g. `( k/ u) t3 K: k' j$ B& L这一步是说把旧硬盘的文件全拷到新硬盘的/old 文件夹下了是么?我照做了,但接下去不知道怎么做
* _+ Y, p0 u8 H8 n* K- M
( `& N$ O6 M3 w/ e我问他接下去怎么做,他就说& Y3 v; }* J/ Z0 S
7 Z$ D% F- s$ b! l5 }
You can then copy them using cp, scp, or other standard file manipulation commands. |
|