need bigger swap partition but missing a valid partition table
Hello there...does anyone know what steps can safely be followed to enlargen a swap partition, or for an alt. workaround here? The swap partition is 779 megs and 75% utilized but fdisk reports all partitions '[do] not contain a valid partition table'.
I have checked for redundant running processes, identified then killed these resulting in a decrease in swap partition usage to 50%, but its back at 75% usage now.
Here is an abbreviated command line output:
# fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 14496 116334697+ 83 Linux
/dev/sda3 14497 14593 779152+ 82 Linux swap
# fdisk -l /dev/sda2
Disk /dev/sda2: 119.1 GB, 119126730240 bytes
Disk /dev/sda2 doesn't contain a valid partition table
# fdisk -l /dev/sda3
Disk /dev/sda3: 797 MB, 797852160 bytes
Disk /dev/sda3 doesn't contain a valid partition table
# swapon -s
Filename Type Size Used Priority
/dev/sda3 partition 779144 582048 -1
Regards
Mike
|