[opensuse] weird disk error
hello, I have a strange error on a hard drive. It's a 1.5Tb disk. I have copies of the content, but restoring them spend approx one dy and I would like to understand what happen. it's an usb disk (3.5"). It's seen like having one more sector on the file system than the real size: mounting ext3 file system using the ext4 subsystem EXT4-fs (sdd1): bad geometry: block count 366284390 exceeds size of device (366284381 blocks) I tried to reduce the size of the only partition with fdisk, no change. fsck /dev/sdd1 fsck from util-linux 2.25.1 e2fsck 1.42.12 (29-Aug-2014) The filesystem size (according to the superblock) is 366284390 blocks The physical size of the device is 366284381 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>? if I answer no, the check is done, but this do not change anything. any fix? thanks jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Feb 3, 2015 at 5:01 PM, jdd <jdd@dodin.org> wrote:
hello,
I have a strange error on a hard drive. It's a 1.5Tb disk. I have copies of the content, but restoring them spend approx one dy and I would like to understand what happen.
it's an usb disk (3.5"). It's seen like having one more sector on the file system than the real size:
mounting ext3 file system using the ext4 subsystem EXT4-fs (sdd1): bad geometry: block count 366284390 exceeds size of device (366284381 blocks)
I tried to reduce the size of the only partition with fdisk, no change.
fsck /dev/sdd1 fsck from util-linux 2.25.1 e2fsck 1.42.12 (29-Aug-2014) The filesystem size (according to the superblock) is 366284390 blocks The physical size of the device is 366284381 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>?
if I answer no, the check is done, but this do not change anything.
any fix?
thanks jdd
No idea how you got to that situation, but I would try resize2fs Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Le 03/02/2015 23:13, Greg Freemyer a écrit :
No idea how you got to that situation, but I would try resize2fs
yes, that did the trick... (thanks also Felix :-) and the content was unaltered. probably I forgot to umount the disk before unplugin thanks jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tuesday 03 of February 2015 23:01:06 jdd wrote:
hello,
I have a strange error on a hard drive. It's a 1.5Tb disk. I have copies of the content, but restoring them spend approx one dy and I would like to understand what happen.
it's an usb disk (3.5"). It's seen like having one more sector on the file system than the real size:
mounting ext3 file system using the ext4 subsystem EXT4-fs (sdd1): bad geometry: block count 366284390 exceeds size of device (366284381 blocks)
I tried to reduce the size of the only partition with fdisk, no change.
fsck /dev/sdd1 fsck from util-linux 2.25.1 e2fsck 1.42.12 (29-Aug-2014) The filesystem size (according to the superblock) is 366284390 blocks The physical size of the device is 366284381 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>?
if I answer no, the check is done, but this do not change anything.
any fix?
Could you check the partition table with fdisk? Did you move this disk from an internal controller to the USB one? -- Regards, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
jdd composed on 2015-02-03 23:01 (UTC+0100):
I have a strange error on a hard drive. It's a 1.5Tb disk. I have copies of the content, but restoring them spend approx one dy and I would like to understand what happen.
it's an usb disk (3.5"). It's seen like having one more sector on the file system than the real size:
mounting ext3 file system using the ext4 subsystem EXT4-fs (sdd1): bad geometry: block count 366284390 exceeds size of device (366284381 blocks)
I tried to reduce the size of the only partition with fdisk, no change.
fsck /dev/sdd1 fsck from util-linux 2.25.1 e2fsck 1.42.12 (29-Aug-2014) The filesystem size (according to the superblock) is 366284390 blocks The physical size of the device is 366284381 blocks Either the superblock or the partition table is likely to be corrupt! Abort<y>?
if I answer no, the check is done, but this do not change anything.
any fix?
Sounds like maybe a job for resize2fs. Fdisk only changes partition tables, not filesystem sizes. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
auxsvr@gmail.com
-
Felix Miata
-
Greg Freemyer
-
jdd