Quote:
Jun 1 10:36:50 e2fsck: e2fsck: while trying to open /dev/discs/disc0/part2
Jun 1 10:36:50 e2fsck: /dev/discs/disc0/part2:
Jun 1 10:36:50 e2fsck: The superblock could not be read or does not describe a correct ext2
Jun 1 10:36:50 e2fsck: filesystem. If the device is valid and it really contains an ext2
Jun 1 10:36:50 e2fsck: filesystem (and not swap or ufs or something else), then the superblock
Jun 1 10:36:50 e2fsck: is corrupt, and you might try running e2fsck with an alternate superblock:
Jun 1 10:36:50 e2fsck: e2fsck -b 8193 <device>
Jun 1 10:36:50 e2fsck: /dev/discs/disc0/part3: recovering journal
Jun 1 10:37:33 kernel: SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 8000002
Jun 1 10:37:33 kernel: Current sd08:03: sns = 70 4
Jun 1 10:37:33 kernel: ASC=4b ASCQ= 0
Jun 1 10:37:33 kernel: Raw sense data:0x70 0x00 0x04 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x4b 0x00 0x00 0x00 0x00 0x00
Jun 1 10:37:33 kernel: I/O error: dev 08:03, sector 8650752
Jun 1 10:37:34 kernel: SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 8000002
Jun 1 10:37:34 kernel: Current sd08:03: sns = 70 4
Jun 1 10:37:34 kernel: ASC=4b ASCQ= 0
Jun 1 10:37:34 kernel: Raw sense data:0x70 0x00 0x04 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x4b 0x00 0x00 0x00 0x00 0x00
Jun 1 10:37:34 kernel: I/O error: dev 08:03, sector 24232
Jun 1 10:37:34 kernel: SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 8000002
Jun 1 10:37:34 kernel: Current sd08:03: sns = 70 4
Jun 1 10:37:34 kernel: ASC=4b ASCQ= 0
Jun 1 10:37:34 kernel: Raw sense data:0x70 0x00 0x04 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x4b 0x00 0x00 0x00 0x00 0x00
Jun 1 10:37:34 kernel: I/O error: dev 08:03, sector 24234
Jun 1 10:37:34 kernel: SCSI disk error : host 0 channel 0 id 0 lun 0 return code = 8000002
Jun 1 10:37:34 kernel: Current sd08:03: sns = 70 4
Jun 1 10:37:34 kernel: ASC=4b ASCQ= 0
Jun 1 10:37:34 kernel: Raw sense data:0x70 0x00 0x04 0x00 0x00 0x00 0x00 0x0a 0x00 0x00 0x00 0x00 0x4b 0x00 0x00 0x00 0x00 0x00
Jun 1 10:37:34 kernel: I/O error: dev 08:03, sector 24236
Jun 1 10:37:34 e2fsck: e2fsck: while reading block 3029
Jun 1 10:37:34 e2fsck: JBD: Failed to read block at offset 2495
Jun 1 10:37:34 e2fsck: JBD: IO error -5 recovering block 2495 in log
Jun 1 10:37:40 e2fsck: e2fsck: while recovering ext3 journal of /dev/discs/disc0/part3
Jun 1 10:37:40 kernel: kjournald starting. Commit interval 5 seconds
Jun 1 10:37:40 kernel: EXT3-fs warning: checktime reached, running e2fsck is recommended
Jun 1 10:37:40 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,3), internal journal
Jun 1 10:37:40 kernel: EXT3-fs: recovery complete.
Jun 1 10:37:40 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jun 1 10:37:40 USB storage: ext3 fs at /dev/discs/disc0/part3 mounted to /tmp/mnt/disc0_3
Here is the info about the hdd now.
Quote:
[admin@PSQ10 root]$ df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 3072 3072 0 100% /
/dev/discs/disc0/part3 152349444 133157204 11453328 92% /tmp/mnt/disc0_3
[admin@PSQ10 root]$ fdisk -l
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/scsi/host0/bus0/target0/lun0/part1 1 63 506016 82 Linux swap
/dev/scsi/host0/bus0/target0/lun0/part2 64 188 1004062+ 83 Linux
/dev/scsi/host0/bus0/target0/lun0/part3 189 19457 154778242+ 83 Linux
Now I have no access to part2, so I cannot check which dir is full.
Quote:
[admin@PSQ10 root]$ vi /etc/fstab
#device Mountpoint FStype Options Dump Pass#
/dev/discs/disc0/part1 none swap sw 0 0
/dev/discs/disc0/part2 /opt ext3 rw,noatime 1 1
/dev/discs/disc0/part3 /tmp/harddisk ext3 rw,noatime 1 1
Part3 didn't mounted to where fstab describe. :(