Topic: [SOLVED] NTFS resize error + copy sector error
Using Sysrescue Live CD 1.3.2 X86 version,
i ran into some problems.
Setup:
3 partitions:
- sda1 ntfs
- sda3 ext3
- sda2 swap
1. In short (ext3 file system)
Move /dev/sda3 to the left and grow it from 70.50 GiB to 266.11 GiB 00:52:02 ( ERROR )
move file system to the left 00:47:12 ( ERROR )
using internal algorithm
copy 147846195 sectors
finding optimal blocksize ( ERROR )
optimal blocksize is 65536 sectors (32.00 MiB)
copy 147125299 sectors using a blocksize of 65536 sectors 00:46:53 ( ERROR )
137229363 of 147125299 copied
Error while reading block at sector 958438004
So a rollback happened and now:
libparted messages ( INFO )
Input/output error during read on /dev/sda
while there has never been an error (ubuntu, 1 check per 30 mounts)
2. The partition table now looks like
root@sysresccd /root % fdisk -luS /dev/sda
Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xa1f8a1f8
Device Boot Start End Blocks Id System
/dev/sda1 * 63 410251904 205125921 7 HPFS/NTFS
/dev/sda2 968333940 976768064 4217062+ 82 Linux swap / Solaris
/dev/sda3 820487745 968333939 73923097+ 83 Linux
While
root@sysresccd /root % mmls /dev/sda
DOS Partition Table
Offset Sector: 0
Units are in 512-byte sectors
Slot Start End Length Description
00: ----- 0000000000 0000000000 0000000001 Primary Table (#0)
01: ----- 0000000001 0000000062 0000000062 Unallocated
02: 00:00 0000000063 0410251904 0410251842 NTFS (0x07)
03: ----- 0410251905 0820487744 0410235840 Unallocated
04: 00:02 0820487745 0968333939 0147846195 Linux (0x83)
05: 00:01 0968333940 0976768064 0008434125 Linux Swap / Solaris x86 (0x82)
06: ----- 0976768065 0976771054 0000002990 Unallocated
3. Now when i start gparted again i get the following warning:
ntfsresize v2.0.0 (libntfs 10.0.0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size: 4096 bytes
Current volume size : 420089688576 bytes (420090 MB)
Current device size : 210048943104 bytes (210049 MB)
Error: Current NTFS Volume size is bigger than the device size!
Corrupt partition table or incorrect device partition?
Unable to read the contents of this file system!
Because of this some operations may be unavailable.
So what can i do?
Also, very disturbing is the fact that Gparted shows the sda1 ntfs-partition as being empty now!
i have not rebooted yet, nor started ubuntu or winXP (which is on the first partition),
still running the live CD
Help is much appreciated
I have included the following files (as i found in another topic):
- MBR
root@sysresccd /root % dd if=/dev/sda of=sda.mbr count=1 bs=512
on
http://www.filefactory.com/file/a2b38cg/n/sda_MBR
- PBR
dd if=/dev/sda of=/root/sda1.PBR bs=512 skip=16065 count=100
http://www.filefactory.com/file/a1b7e73/n/sda1_PBR
- GPARTED Details
Download gparted_details.htm from FileFactory.com
Suggestions?