60 GiB Fedora Installation + 140 GiB (Free Space in Home Directory) [closed]
i have installed fedora 18 on 200 GB and reserved 60 GB partition for Installation but its not showing me the remaining 140 GB HDD part, how to access that remaining 140 GB HDD part?
What does “sudo blkid /dev/sda4” show? Is the Linux LVM partition a separate Linux installation?
Also “lsblk” might be useful to see an overview of what’s where on disk.
What these commands are saying to me is that sda4 (the 221 GiB partition in you first comment) is actually a Windows NTFS partition, not Linux. sda5 is mounted on /boot, and sda6 is an LVM physical volume divided into three logical volumes: fedora-swap (swap device), fedora-root (mounted on /), and fedora-home (mounted on /home). In other words, you only have one Fedora installation, with 50 GiB for root and 141 GiB for /home (i.e. personal files) all accounted for.
So, two questions: 1) Are you sure that there should be two installations, and that you didn’t accidentally over-write one with the second? 2) How is accessing the “missing” space causing a problem? /home is a directory where your personal files are, and should “just work”. Where is it not showing?
Okay. The output from the Linux commands doesn’t quite tally with that. Do you have a second physical HDD that we’re missing? Are both Linux installs bootable? Does Windows still show D: and E: drives? If so, does Explorer show files in them? As for (2), again, where is it not showing? e.g., what does “df -h” say?