On 07/11/15 07:48, Denis Heidtmann wrote: > I was planning on running e2fsck on sda2 and sda5 later today. Here are > the results of your suggested commands: > > parents@R2D4:~$ cat /proc/partitions > major minor #blocks name > > 8 0 488386584 sda > 8 1 482809446 sda1 > 8 2 1 sda2 > 8 5 5574523 sda5 > 11 0 1048575 sr0 > > > parents@R2D4:~$ df -mTPl -x tmpfs -x devtmpfs > Filesystem Type 1048576-blocks Used Available Capacity Mounted on > /dev/sda1 ext3 464095 229728 210793 53% / > > > parents@R2D4:~$ sudo fdisk -l > [sudo] password for parents: > > Disk /dev/sda: 500.1 GB, 500107862016 bytes > 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes > Disk identifier: 0x000d3a6a > > Device Boot Start End Blocks Id System > /dev/sda1 * 63 965618954 482809446 83 Linux > /dev/sda2 965618955 976768064 5574555 5 Extended > /dev/sda5 965619018 976768064 5574523+ 82 Linux swap / Solaris
OK, so you only have one disk partition that is being used as a filesystem. sda2/sda5 is an extended partition that is being used as swap. Given that you have successfully run fsck on sda1, it would seem the problem lies elsewhere. I'd still recommend giving the cabling and fans a check. galen -- Galen Seitz [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
