Read outs as requested. The system is Duel boot with Win XP on a separate hard disk Named clive1. There is only one Linux mint 13 on the second hard disk.
When mint was installed it only used 50% of the available hard disk space why did it not use all available space?
/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).
proc /proc proc nodev,noexec,nosuid 0 0
/ was on /dev/sdb7 during installation
UUID=4d9cd1eb-9ff2-4fc3-878e-21bc3134853b / ext4 errors=remount-ro 0 1
swap was on /dev/sdb5 during installation
UUID=b9b68dc9-f641-402a-9162-a302820398db none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
sudo fdisk -l
[sudo] password for userone:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0xa970a970
Device Boot Start End Blocks Id System
/dev/sda1 * 63 312576704 156288321 b W95 FAT32
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0x00031f7b
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 82812927 41405440 83 Linux
/dev/sdb2 149481470 312580095 81549313 5 Extended
/dev/sdb5 299810816 312580095 6384640 82 Linux swap / Solaris
/dev/sdb6 291424256 299804671 4190208 82 Linux swap / Solaris
/dev/sdb7 149481472 291422207 70970368 83 Linux
Partition table entries are not in disk order
~ $ sudo blkid
/dev/sda1: LABEL=“CLIVE1” UUID=“3B0D-1C00” TYPE=“vfat”
/dev/sdb1: UUID=“613e9e0e-6a78-4046-bee5-3b498c55cbe7” TYPE=“ext4”
/dev/sdb5: UUID=“b9b68dc9-f641-402a-9162-a302820398db” TYPE=“swap”
/dev/sdb6: UUID=“2406e6c0-e8a3-4a99-84c9-0270bcf7858a” TYPE=“swap”
/dev/sdb7: UUID=“4d9cd1eb-9ff2-4fc3-878e-21bc3134853b” TYPE=“ext4”