I sware...
I read relative threads that found but as I am not sure I will not loose data doing it myself (spoiled by PCLOS

) I'd need some help.
----------------------------
I have a hard-disk under question of degrading. "Western Digital" 320 GB bought more than 5 years ago, may be 7.
PCLOS gradually stopped booting from it. If some program works with it the system may become utterly unresponsive (very slow on switching tasks), the HD-LED is "on" continiously, CPU and RAM are not heavily loaded. When I disconnect this drive by the cable *in-situ* the problem vanishes. Think I hear those "clicks of death"

.
So I boot from other two PCLOS disks now, no problem.
There were 4 partitions on this disk, IIRC, created in this time order:
-
sda1, NTFS 260 GB - data storage partition;
-
sda2, extended ext4 partition - on the rest of the space; installed PCLOS in it so two more partitions
-
sda5 - /
-
sda6 - swap
I decided to delete all the partitions except the storage NTFS one and did it via
PCC/Local disks/Manage disk partitions from a LiveCD. There is something wrong with this and below are some details.
As a last decision I can detach this disk and wait till the time I'll buy a new hard disk and transfer the data but this could be when the prices become reasonable.
The details:
I can reach and see the files from the storage
sda1 partition in file browser. It is filled with data and I share it on internetz.
GParted sees whole
sda as unallocated.
Add: Big brown distro's alpha2 LiveDVD warns about too many bad sectors on the drive.
PCC/Local disks/Manage disk partitions at start says "the error is extended partition: bad magic number on disk sda".
It sees the bad partition but it's not manageable:

For such lamers like
old-pollack,
as etc. that never can do it via GUI

I post some CLI output of commands
fdisk and
fsck.
sda is the disk under question:
[root@thenudiebar Vortex]#
fdisk -l
Warning: invalid flag 0x0000 of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 320.1 GB, 320071851520 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625140335 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: 0x6e47a8ff
Device Boot Start End Blocks Id System
/dev/sda1 * 85015980 625137344 270060682+ 7 HPFS/NTFS
/dev/sda2 63 84999914 42499926 5 Extended
Partition table entries are not in disk order
Disk /dev/sdb: 320.1 GB, 320071851520 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625140335 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: 0x177927fa
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 56372084 28186011 83 Linux
/dev/sdb2 56372085 86911649 15269782+ 5 Extended
/dev/sdb3 86911650 625137344 269112847+ 7 HPFS/NTFS
/dev/sdb5 56372148 83007854 13317853+ 83 Linux
/dev/sdb6 83007918 86911649 1951866 82 Linux swap / Solaris
Disk /dev/sdc: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 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: 0xeb614b81
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 43006004 21502971 7 HPFS/NTFS
/dev/sdc2 43006005 976768064 466881030 f W95 Ext'd (LBA)
/dev/sdc5 43006068 976768064 466880998+ 7 HPFS/NTFS
------------------------------------------------------
fsck /dev/sda2
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Could this be a zero-length partition?
-----------------------------------------------------------
fsck -f /dev/sda2
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Could this be a zero-length partition?
------------------------------------------------
fsck /dev/sda
fsck from util-linux-ng 2.18
e2fsck 1.42 (29-Nov-2011)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
----------------------------------------------------
e2fsck /dev/sda2
e2fsck 1.42 (29-Nov-2011)
e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Could this be a zero-length partition?============================================
So how do you think - can I try to safely delete the bad sda2 partition without the danger of loosing the data partition sda1?
P.S. Now I'm running
badblocks command.