由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - linux最小安装要多大空间?
相关主题
question about trace routesSoftware Engineer – Front End
interview question请教几个电面题
[转载] some body uses DBX?Sr. Software Engineer (C++, TCP/IP)
Solaris 下如何对付大文件[合集] How to read large C code?
tool to trace function flow?yacc/bison的调试和分析工具?
Question on CPU trace toolpointer overflow
信手上路:VI 还是 EMACS ?《Inside Windows Debugging》英文文字版/EPUB[PDF]
[转载] Trace/BPT trap(coredump)?我来尽量客观地谈谈GC/ref count,还有RAII
相关话题的讨论汇总
话题: linux话题: ns话题: 1g话题: c++话题: tools32
进入Unix版参与讨论
1 (共1页)
k****t
发帖数: 20
1
我要装ns-2,所以想在一个分区下装linux,只要最小安装就行
目前分区有两个多G,想只装1G的空间,可能吗
多谢
h****e
发帖数: 2125
2
7.8M?

【在 k****t 的大作中提到】
: 我要装ns-2,所以想在一个分区下装linux,只要最小安装就行
: 目前分区有两个多G,想只装1G的空间,可能吗
: 多谢

c*****t
发帖数: 1879
3
hehe, bare minimum Linux can be fit on a single 1.44m floppy.
Space is really depend on what kind of additional stuff
you want to put on the harddrive. 1G might be a bit tight,
but still fine.

【在 k****t 的大作中提到】
: 我要装ns-2,所以想在一个分区下装linux,只要最小安装就行
: 目前分区有两个多G,想只装1G的空间,可能吗
: 多谢

k****t
发帖数: 20
4
多谢
其实是有2g多,但想留至少700兆给windows temp
装上以后,windows下的分区,比如d, e,linux认吗?

【在 c*****t 的大作中提到】
: hehe, bare minimum Linux can be fit on a single 1.44m floppy.
: Space is really depend on what kind of additional stuff
: you want to put on the harddrive. 1G might be a bit tight,
: but still fine.

k****t
发帖数: 20
5
估计还得有一些基本的package...

【在 h****e 的大作中提到】
: 7.8M?
D****g
发帖数: 2860
6
No problem. fat32 can be mounted under linux.

【在 k****t 的大作中提到】
: 多谢
: 其实是有2g多,但想留至少700兆给windows temp
: 装上以后,windows下的分区,比如d, e,linux认吗?

D****g
发帖数: 2860
7
if you just wish to install an Apache, without any other stuff, 7M
is enough :)

【在 k****t 的大作中提到】
: 我要装ns-2,所以想在一个分区下装linux,只要最小安装就行
: 目前分区有两个多G,想只装1G的空间,可能吗
: 多谢

k****t
发帖数: 20
8
哦,实际上啊爬起倒是可以不装的
我现在也搞不清ns-2都需要什么package

【在 D****g 的大作中提到】
: if you just wish to install an Apache, without any other stuff, 7M
: is enough :)

l******t
发帖数: 108
9
you can install ns-2 on windowns yah

【在 k****t 的大作中提到】
: 哦,实际上啊爬起倒是可以不装的
: 我现在也搞不清ns-2都需要什么package

k****t
发帖数: 20
10
too much hassels...
anyone has experiences?

【在 l******t 的大作中提到】
: you can install ns-2 on windowns yah
l******t
发帖数: 108
11
i did that before, less hassels than starting from installing linux
here is what i did to compile ns-2.1b8a-win, hope it helps
> all pieces are download from Getting the Pieces
> find the VC++ Path
> run vcvars32.bat
> uncompress all packages into a same directory
> tcl8.3.2 (tcl8.3.2.tar.gz)
> goto win\ directory
> edit makefile.vc, modify VC++ path, below is mine:
> TOOLS32 = C:\PROGRA~1\MICROS~2\VC98
> TOOLS32_rc = C:

【在 k****t 的大作中提到】
: too much hassels...
: anyone has experiences?

k****t
发帖数: 20
12
多谢,先寄回去再说
现在的2.1b9a试过吗
其实unix下装allinone很简单,一下就搞定了

【在 l******t 的大作中提到】
: i did that before, less hassels than starting from installing linux
: here is what i did to compile ns-2.1b8a-win, hope it helps
: > all pieces are download from Getting the Pieces
: > find the VC++ Path
: > run vcvars32.bat
: > uncompress all packages into a same directory
: > tcl8.3.2 (tcl8.3.2.tar.gz)
: > goto win\ directory
: > edit makefile.vc, modify VC++ path, below is mine:
: > TOOLS32 = C:\PROGRA~1\MICROS~2\VC98

s***e
发帖数: 108
13
just those development tools should be enough.
If u just want ns-2, 1G is more than enough.
But if u also want more, such as X-win, or, ns-2 generate huge traces
then you need more.
Even Redhat 7.3, I installed using 500M arround for Kernel developing.
For those smallists, u can definitely go even smaller and 200M or so
might be enough.

【在 k****t 的大作中提到】
: 哦,实际上啊爬起倒是可以不装的
: 我现在也搞不清ns-2都需要什么package

1 (共1页)
进入Unix版参与讨论
相关主题
我来尽量客观地谈谈GC/ref count,还有RAII[转载] Trace/BPT trap(coredump)?
question about trace routesSoftware Engineer – Front End
interview question请教几个电面题
[转载] some body uses DBX?Sr. Software Engineer (C++, TCP/IP)
Solaris 下如何对付大文件[合集] How to read large C code?
tool to trace function flow?yacc/bison的调试和分析工具?
Question on CPU trace toolpointer overflow
信手上路:VI 还是 EMACS ?《Inside Windows Debugging》英文文字版/EPUB[PDF]
相关话题的讨论汇总
话题: linux话题: ns话题: 1g话题: c++话题: tools32