|
|

楼主 |
发表于 2013-12-9 14:45:59
|
显示全部楼层
本帖最后由 xueyinkd 于 2013-12-9 14:47 编辑
L! S/ ^0 X$ ~$ R3 yliwoon 发表于 2013-12-9 10:01 
- d: P# l. J9 X( K; X5 X他给你的新回复里不是还有一个SSH命令么,好像叫你不能跟原来的同样文件夹,将他映射新的一个文件夹。* E) P) ]# n' |! T' p
你 ... $ g1 x8 T9 U8 o: F% o G5 G
很奇怪,怎么我的回贴没了2 y) U& h4 k, g. C3 d2 C5 |) S
! M, O! S8 F" q, Y1 i这是他们的回复:
% q; N! _( |: Y+ K( Z* q
& Q* I2 Q% L' B& @3 p Q* U) }6 }1) Select the "Deploy a Linux Distribution" link on your dashboard. ' D$ |* T. E/ Q) S$ S. i/ w, s. Y
2) Choose your desired distribution, fill in the the required values, and then click on "Deploy".
% U, a/ h. y; F3) Return to the dashboard and select your new configuration profile. " h0 [# W9 W6 o8 U& w# a/ N1 t
4) Scroll down to the "Block Device Assignment" section, select the "/dev/xvdc" drop-down menu, and attach your old disk image.9 M5 J0 ^3 O: e2 @5 j- E; j1 ]2 C* j
5) Boot into your new deployment and mount your old disk image:9 E9 g( ^0 s; b3 g; O; f2 z. l7 U
# s- U$ a# p# Q5 t- @* ?8 |( p& ]
mkdir /old* z; B+ n6 h- z; e0 U1 w
mount /dev/xvdc /old
% C) b$ t+ @) h! n7 A! J! N
( X6 g8 u) b+ [5 n3 E& A- ^( h+ C9 ]6) Your old files will now be available in the "/old" directory available for you to copy:
8 G5 ~0 g2 H: i, [: L5 e1 G& I
$ ^. `: V) C) L' U! @cd /old+ d: O r* s* s
- o* P" y5 ?# m6 {, c) D5 q
( J8 X8 d: E9 ?, C# S, {! B( v0 W& w这一步是说把旧硬盘的文件全拷到新硬盘的/old 文件夹下了是么?我照做了,但接下去不知道怎么做9 j: ?3 S& \( B' b
2 S* ~- ?" L6 t8 `& d! |- U
我问他接下去怎么做,他就说+ B* @$ j7 S# X& h
2 Q7 c: y2 l6 i2 r0 e* TYou can then copy them using cp, scp, or other standard file manipulation commands. |
|