Quote:>>>>> "nospam" == nospam <mnip> writes:
nospam>
>> If you are going to be doing all that, why use VMWare ? Why not
>> just put it all on one box, with one big (say 10 GB or 20 GB) disk
>> and be done with it ?
nospam>
nospam> The VMware is so I can play with linux in my spare time, I
nospam> have a lot of things I'd like to learn with on linux. I have
nospam> to have my laptop configured for .NET Windows development, but
nospam> it has enough memory that VMWare runs linux pretty well,
nospam> especially as a 'server' against which to develop web
nospam> stuff. I'm skeptical of Kylix and Jbuilder working well, but
nospam> for me, a slow-ish dev platform that is around when you have
nospam> some free time is better than a fast one at a location where
nospam> you can't or won't use it. A second benefit is that if you
nospam> have a virtual machine, you can move the VMware virtual disks
nospam> and profile over to another machine and it just works, or can
nospam> be cloned, versioned, a whole host of benefits.
nospam>
nospam> With VMware you make a file that 'could' grow to 2Gb, and the
nospam> OS sees it as 2Gb partition, but it only takes up a fraction
nospam> of the space corresponsing to the actual files stored. The
nospam> tough part is the 2Gb hard limit. Thanks for the advice on
nospam> /usr, that one seems to make sense. I'm going to try out some
nospam> disk space reporters and see if that will work.
Well, in that case you might as well make as many separate partitions
as you feel you might need.
Quote:>> Have a swap partition because the install script likes it, and will
>> complain if you don't.
nospam>
nospam> Yeah, what's up with that? I've always wanted to try RH
nospam> without virtual memory, because I tend to load up my machines
nospam> with physical RAM. But the installer never lets me get away
nospam> with it. Will the lower-level fdisk let it slide by?
Yes linux will do OK without a swap partition; it is purely a matter
of the install script. So you can install with a swap partition, and
then remove it, just edit /etc/fstab and then reclaim the partition,
and you might have to edit out a call to swapon -a somewhere in the
install scripts, the boot messages should make that clear if it is.
Since you have these growable partitions in the VMWare world, why not
just leave a swap there ? If the virtual machine has enough RAM, then
it should never be used anyway.
--Rob