From 361ea1802512100136d459d66f4fdc85cafcfc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=9D=92=E8=8C=B9?= <2733285700@qq.com> Date: Fri, 29 Mar 2024 05:22:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9E=97=E9=9D=92=E8=8C=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林青茹 <2733285700@qq.com> --- ...347\275\221\347\273\234\351\207\215\350\243\205.md" | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 "28 \346\236\227\351\235\222\350\214\271/20240329 \347\275\221\347\273\234\351\207\215\350\243\205.md" diff --git "a/28 \346\236\227\351\235\222\350\214\271/20240329 \347\275\221\347\273\234\351\207\215\350\243\205.md" "b/28 \346\236\227\351\235\222\350\214\271/20240329 \347\275\221\347\273\234\351\207\215\350\243\205.md" new file mode 100644 index 0000000..478a3a9 --- /dev/null +++ "b/28 \346\236\227\351\235\222\350\214\271/20240329 \347\275\221\347\273\234\351\207\215\350\243\205.md" @@ -0,0 +1,10 @@ +网络驱动的前提,可以在局域网中进行,首先需要使用服务器启动我也不知道,反正BIOS选中网络启动就行了 + +GHOST,即General Hardware Oriented System Transfer(通用硬件导向系统转移),它是一个可以备份/还原系统或者数据软 + +“Local”:本地操作,对本地计算机上的硬盘进行操作。 + “Peer to peer”:通过点对点模式对网络计算机上的硬盘进行操作。 +“GHOSTCast”:通过单播/多播或者广播方式对网络计算机上的硬盘进行操作。 + “Option”:是使用GHOST 时的一些选项,一般使用默认设置即可。 + “Help”:帮助。 +“Quit”:退出。 \ No newline at end of file -- Gitee