On Sat, Jul 11, 2015 at 6:10 AM, Robert Citek <robert.ci...@gmail.com>
wrote:

> On Fri, Jul 10, 2015 at 9:42 PM, Jim Garrison <j...@jhmg.net> wrote:
> > On 7/10/2015 8:00 PM, Denis Heidtmann wrote:
> >>>> This time I used e2fsck -fvp /dev/sda1 from the Ubuntu 12.04 live
> CD.  No
> >>>> errors found.
> >
> > How is your disk partitioned? /dev/sda1 may not be the
> > damaged partition.
>
> To show us the disk partitions, run this:
>
> $ cat /proc/partitions
>
> And to show us the mounted filesystems, run this:
>
> $ df -mTPl -x tmpfs -x devtmpfs
>
> Regards,
> - Robert


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

-Denis
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to