PDA

View Full Version : FC7 disk partitioning


chipsafts
29th February 2008, 00:49
i just installed a fresh FC7 and did a check of the partitions with df -H. :( not what I expected, nor do I quite understand the results.

login]# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
64G 3.9G 57G 7% /
/dev/sda2 104M 35M 64M 36% /boot
tmpfs 995M 0 995M 0% /dev/shm

I need a swap partition and an LVM var partition .
Do I need to reinstall or is there a way to 'fix' this?

falko
29th February 2008, 15:39
/dev/mapper/VolGroup00-LogVol00
64G 3.9G 57G 7% /This is an LVM partition.

tmpfs 995M 0 995M 0% /dev/shmI guess that's your swap.

You can find out more by looking at your /etc/fstab and fdisk -l