close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 29, 2011, 11:22:47 AM (14 years ago)
- Author:
-
shunfa
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
11 | 11 | * 已正確判讀 fsarchive savefs - /dev/sda1 格式 - 2011-08-18 |
12 | 12 | * 但其他引述會有問題,故欲修改為短指令方式達成 |
13 | | [0%] restfs 參數格式 (fsarchiver restfs /data/myarchive2.fsa id=0,dest=/dev/sda1)[[BR]] |
| 13 | [100%] restfs 參數格式 (fsarchiver restfs /data/myarchive2.fsa id=0,dest=/dev/sda1)[[BR]] |
| 14 | * 已完成fsarchive restfs -p /dev/sda1 格式同savefs - 2011-08-24 |
14 | 15 | [0%] save輸出的程式進入點[[BR]] |
15 | 16 | * [Note] csavear: save的metadata, 其中並包含archwriter(ai), 為archive的metadate. |
16 | 17 | [0%] restor輸入的程式進入點[[BR]] |
17 | | |
| 18 | * oper_restfs() -> decompression_threads -> archiver_reader_threads -> read_archive_main_header -> check_min_ver. -> show_info. -> check_cmd ...and_Sth. -> read_the_fsinfo_header -> extract_filesystem_contents -> ... |
| 19 | * (sub)extract_filesystem_contents -> extract_filesystem_extract() -> get destination_partation _> check_ver. -> check the partation mount info -> read filesystem header from archive(-> queue_dequeue_header_...) -> get index of the filesystem in the F.S. table -> make file system -> mount the new file system -> ... |
18 | 20 | |
19 | 21 | = Note = |