Skip to content


如何在linux下共享windows的文件

台机无法启动至win2k.备份的ghost居然也坏了,只能重装。

准备使用购bb时送的备份盘重装。

1.bb xp下共享文件夹

2.台机 linux下
linux:/ # smbclient //192.168.1.101/t43 -U administrator
Password:
Domain=[ANDY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
smb: > ls
Software DR 0 Fri Jul 1 17:46:40 2005
XP.GHO R 2147453030 Mon May 23 14:54:14 2005
XP000001.GHS R 263446022 Mon May 23 14:54:14 2005
dostools DR 0 Fri Jul 1 13:14:25 2005
ghost.exe R 1394212 Thu Jan 1 00:00:00 2004

63404 blocks of size 65536. 0 blocks available

你也可以使用mount,使用更方便

smb: > exit
linux:/ # smbmount //192.168.1.101/t43 /t43 -o username=administrator
Password:
linux:/ # cd /t43
linux:/t43 # ls
. .. Software XP.GHO XP000001.GHS dostools ghost.exe
linux:/t43 #

3.将ghost文件copy至原win2k的d:

4.重启,dos,ghost

Posted in LINUX, 技术.


No Responses (yet)

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.