Standardpartitionierung eines ESX4-Servers

Wenn man einen vSphere4 ESX-Server mit Standardeinstellungen installiert, ergibt sich in etwa folgendes Filesystemlayout:

[root@esx1 ~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb5             4.9G  1.7G  3.0G  37% /
/dev/sda1             1.1G   75M  952M   8% /boot
/dev/sdb2             2.0G  243M  1.6G  13% /var/log
[root@esx1 ~]#

[root@esx1 ~]# fdisk -l /dev/sda

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         140     1124518+  83  Linux
/dev/sda2             141         154      112455   fc  VMware VMKCORE
/dev/sda3             155       30401   242959027+   5  Extended
/dev/sda5             155       30401   242958996   fb  VMware VMFS
[root@esx1 ~]#

[root@esx1 ~]# mount
/dev/sdb5 on / type ext3 (rw)
None on /proc type proc (rw)
None on /sys type sysfs (rw)
None on /dev/pts type devpts (rw)
/dev/sda1 on /boot type ext3 (rw)
/dev/sdb2 on /var/log type ext3 (rw,errors=panic)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
[root@esx1 ~]#

[root@esx1 ~]# free
             total       used       free     shared    buffers     cached
Mem:        298184     288856       9328          0      31268     167676
-/+ buffers/cache:      89912     208272
Swap:       610428         76     610352
[root@esx1 ~]#