|
DBA工程师重启之前备份下来的挂载点与fdisk-l信息
[root@cddb2 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 99G 7.9G 86G 9% /
/dev/sda3 99M 14M 81M 15% /boot
none 48G 0 48G 0% /dev/shm
/dev/sda7 38G 9.8G 26G 28% /dba
/dev/sda8 1.2T 684G 399G 64% /archive
/dev/sdb1 1.2T 922G 191G 83% /u01
/dev/sdc1 1.1T 615G 431G 59% /u08
/dev/sdg1 985G 816G 119G 88% /u03
/dev/sdh1 896G 734G 117G 87% /u04
/dev/sde5 1.1T 753G 293G 72% /u05
/dev/sdd1 1.1T 538G 445G 55% /u06
/dev/sdf1 1.3T 890G 325G 74% /u07
/dev/sdi1 1.3T 932G 284G 77% /u02
[root@cddb2 ~]# fdisk -l
Disk /dev/sda: 1497.1 GB, 1497198755840 bytes
255 heads, 63 sectors/track, 182024 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 9 72261 de Dell Utility
/dev/sda2 * 10 271 2104515 b W95 FAT32
/dev/sda3 272 284 104422+ 83 Linux
/dev/sda4 285 182024 1459826550 5 Extended
/dev/sda5 285 12816 100663258+ 82 Linux swap
/dev/sda6 12817 25870 104856223+ 83 Linux
/dev/sda7 25871 30851 40009851 83 Linux
/dev/sda8 30852 182024 1214297091 83 Linux
Disk /dev/sdb: 1277.8 GB, 1277870211072 bytes
255 heads, 63 sectors/track, 155358 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 104391 83 Linux
/dev/sdb2 14 155358 1247808712+ 8e Linux LVM
Disk /dev/sdc: 1181.1 GB, 1181145366528 bytes
255 heads, 63 sectors/track, 143599 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 143599 1153458936 8e Linux LVM
Disk /dev/sdd: 1127.5 GB, 1127539015680 bytes
255 heads, 63 sectors/track, 137082 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 137082 1101111133+ 8e Linux LVM
Disk /dev/sde: 1181.1 GB, 1181145366528 bytes
255 heads, 63 sectors/track, 143599 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 * 1 143599 1153458936 8e Linux LVM
Disk /dev/sdf: 1395.9 GB, 1395973423104 bytes
255 heads, 63 sectors/track, 169717 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdf1 * 1 169717 1363251771 8e Linux LVM
Disk /dev/sdg: 1073.8 GB, 1073858215936 bytes
255 heads, 63 sectors/track, 130555 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdg1 * 1 130555 1048683006 8e Linux LVM
Disk /dev/sdh: 977.2 GB, 977200480256 bytes
255 heads, 63 sectors/track, 118804 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdh1 * 1 118804 954293098+ 8e Linux LVM
Disk /dev/sdi: 1395.9 GB, 1395973423104 bytes
255 heads, 63 sectors/track, 169717 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdi1 * 1 169717 1363251771 8e Linux LVM
dmesg报错
kjournald starting. Commit interval 5 seconds
EXT3-fs warning (device sdb1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure
EXT3-fs warning (device sdb1): ext3_clear_journal_err: Marking fs in need of filesystem check.
EXT3-fs warning: mounting fs with errors, running e2fsck is recommended
EXT3 FS on sdb1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
attempt to access beyond end of device
sdb1: rw=0, want=296222744, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=18513921, block=37027842
Aborting journal on device sdb1.
attempt to access beyond end of device
sdb1: rw=0, want=1866727448, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=116670465, block=233340930
attempt to access beyond end of device
sdb1: rw=0, want=22806552, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=1425409, block=2850818
attempt to access beyond end of device
sdb1: rw=0, want=33816600, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=2113537, block=4227074
attempt to access beyond end of device
sdb1: rw=0, want=33816600, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=2113538, block=4227074
attempt to access beyond end of device
sdb1: rw=0, want=1290534936, limit=208782
EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=80658433, block=161316866
ext3_abort called.
EXT3-fs error (device sdb1): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only
/var/log/messages报错
Sep 28 17:04:03 cddb2 kernel: kjournald starting. Commit interval 5 seconds
Sep 28 17:04:03 cddb2 kernel: EXT3-fs warning (device sdb1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure
Sep 28 17:04:03 cddb2 kernel: EXT3-fs warning (device sdb1): ext3_clear_journal_err: Marking fs in need of filesystem check.
Sep 28 17:04:03 cddb2 kernel: EXT3-fs warning: mounting fs with errors, running e2fsck is recommended
Sep 28 17:04:03 cddb2 kernel: EXT3 FS on sdb1, internal journal
Sep 28 17:04:03 cddb2 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=296222744, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=18513921, block=37027842
Sep 28 17:04:06 cddb2 kernel: Aborting journal on device sdb1.
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=1866727448, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=116670465, block=233340930
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=22806552, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=1425409, block=2850818
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=33816600, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=2113537, block=4227074
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=33816600, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=2113538, block=4227074
Sep 28 17:04:06 cddb2 kernel: attempt to access beyond end of device
Sep 28 17:04:06 cddb2 kernel: sdb1: rw=0, want=1290534936, limit=208782
Sep 28 17:04:06 cddb2 kernel: EXT3-fs error (device sdb1): ext3_get_inode_loc: unable to read inode block - inode=80658433, block=161316866
Sep 28 17:19:56 cddb2 kernel: ext3_abort called.
Sep 28 17:19:56 cddb2 kernel: EXT3-fs error (device sdb1): ext3_journal_start_sb: Detected aborted journal
Sep 28 17:19:56 cddb2 kernel: Remounting filesystem read-only
存储文件系统信息
[root@cddb2 ~]# blkid /dev/sd{b,c,d,e,f,g,h,i}1
/dev/sdb1: LABEL="/u01" UUID="857975ff-4138-48c4-90e3-4708165054f8" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdc1: UUID="22431ec9-b62f-4152-a204-0bf6d3d7a340" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdd1: UUID="10e86dd2-39cb-4573-83fe-3b2bf71a1a19" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdf1: UUID="fddf1ead-a1d6-4dc7-9551-f9cca20f9703" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdg1: LABEL="/u03" UUID="6806ece2-aa16-41a4-8998-c209bb640dc5" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdh1: LABEL="/u04" UUID="a4f1c427-6445-4331-ae54-f54e091c99d8" SEC_TYPE="ext3" TYPE="ext2"
/dev/sdi1: UUID="6f2d8ef6-8b25-40ce-87a2-01dc076f8543" SEC_TYPE="ext3" TYPE="ext2" |
|