OK so just did the e2fsck on it from 12.04 booted back to 12.10 and then did a restart and back to 12.10 ,, agin during boot I see "fsck utill-linux " and it reports clean on /sda5,3&7 (all the partitions that get mounted at boot.
the info asked for
and
VINNY
the info asked for
Code:
vinny@vinny-HP-G62:~$ sudo dumpe2fs -h /dev/sda5 | grep -i 'mount count' [sudo] password for vinny: dumpe2fs 1.42.5 (29-Jul-2012) Mount count: 3 Maximum mount count: 30
Code:
vinny@vinny-HP-G62:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda5 during installation UUID=51916d2f-8366-4c7a-bccf-c40cc9d9b3bc / ext3 errors=remount-ro,user_xattr 0 1 # swap was on /dev/sda1 during installation UUID=419b2146-8e8a-4d97-90ed-89e519e1dc0d none swap sw 0 0 /dev/sda3 /mnt/disk ext4 defaults 0 2 /dev/sda7 /mnt/disk1 ext4 defaults 0 2
Comment