I did whatever you say and these are the results:
df -h
------
Filesystem Size Used Avail Use% Mounted on
/dev/VolGroup00/LogVol00 8.8G 6.7G 1.6G 81% /
/dev/sda3 99M 9.0M 85M 10% /boot
none 6.0M 3.7M 2.0M 65% /dev/pts
/dev/sda7 24G 3.5G 21G 15% /mnt/win
cat /etc/fstab
-----------------
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
Also I performed the "fdisk -l" command and this is it's result:
fdisk -l
--------
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 653 5245191 7 HPFS/NTFS
/dev/sda2 654 13641 104326110 f W95 Ext'd (LBA)
/dev/sda3 13642 13654 104422+ 83 Linux
/dev/sda4 13655 14946 10377990 8e Linux LVM
/dev/sda5 654 1306 5245191 7 HPFS/NTFS
/dev/sda6 1307 4390 24772198+ 7 HPFS/NTFS
/dev/sda7 4391 7474 24772198+ b W95 FAT32
/dev/sda8 7475 10558 24772198+ 7 HPFS/NTFS
/dev/sda9 10559 13641 24764166 7 HPFS/NTFS
There was another strange thing about it and that is my boot process takes a lot of time even when I installed the Fedora or when now I tried to boot Fedora in rescue mode!
|