Topic: [SOLVED]ntfs again
I have read all the posts and tried to solve my problem but no luck.
I was reducing the size of an ntfs volume in an extended partition and got error message.
No log , sorry.
Error mounting: mount exited with exit code 12: Failed to read last sector (76499416): Invalid argument
sudo fdisk -l -u
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 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: 0x3b499b03
Device Boot Start End Blocks Id System
/dev/sda1 * 63 92968154 46484046 7 HPFS/NTFS
/dev/sda2 92968216 195366464 51199124+ f W95 Ext'd (LBA)
/dev/sda5 92968218 154408959 30720371 7 HPFS/NTFS
/dev/sda6 185133123 195366464 5116671 b W95 FAT32
/dev/sda7 183302144 185133055 915456 82 Linux swap / Solaris
/dev/sda8 154411008 181469183 13529088 83 Linux
/dev/sda9 181471232 183300095 914432 82 Linux swap / Solaris
sudo parted /dev/sda unit s print
Model: ATA ST9100823A (scsi)
Disk /dev/sda: 195371568s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 92968154s 92968092s primary ntfs boot
2 92968216s 195366464s 102398249s extended lba
5 92968218s 154408959s 61440742s logical ntfs
8 154411008s 181469183s 27058176s logical ext4
9 181471232s 183300095s 1828864s logical linux-swap(v1)
7 183302144s 185133055s 1830912s logical
6 185133123s 195366464s 10233342s logical fat32
smart monitor gives a warning on reallocated sectors and current pending sector count.
gparted reports volume size of 39167701504 and device size 31457659904
have run dd if=/dev/sda of=lcp-gl.mbr bs=512 count=1
and posted to http://www.sindie1.plus.com/lcp-gl.mbr
Please help Thank you.