2005-09-08, 08:25 PM
hi guys
i installed fedora core release 4 on this box (the one that is currently running linux-noob.com) and during the installation i disabled the 2nd hard disc in the bios as the first time round anaconda crapped out when i had both /dev/hda and /dev/hdb selected....
anyway, the installation is done and seems to be working nicely (the websites running on it now !) but i'm still unsure about the 2nd hdd and my hard disc usage/space
basically there are two 40 gig hdd's, and i would expect df -h to report between 70 and 80 gb of storage... but not so. See below
Quote:[root@www ~]# df -hFilesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup01-LogVol00
36G 7.3G 27G 22% /
/dev/hda1 99M 14M 80M 15% /boot
/dev/shm 189M 0 189M 0% /dev/shm
next thing to check was fdisk -l
see below
Quote:[root@www ~]# fdisk -l
Disk /dev/hda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 4863 38957625 8e Linux LVM
Disk /dev/hdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 4865 39078081 8e Linux LVM
looks like both hdd's are in use doesnt it ?
ok, how about what is mounted...
Quote:[root@www ~]# mount/dev/mapper/VolGroup01-LogVol00 on / type ext3 (rw)
/dev/proc on /proc type proc (rw)
/dev/sys on /sys type sysfs (rw)
/dev/devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
/dev/shm on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
automount(pid1849) on /misc type autofs (rw,fd=4,pgrp=1849,minproto=2,maxproto=4)
automount(pid1899) on /net type autofs (rw,fd=4,pgrp=1899,minproto=2,maxproto=4)
so, my question is, is the second hdd being used at all, and if so where is the missing 40gb or so of hdd space ?
please advise !
cheers
anyweb