Hello ALUG,
I've just added a GB of RAM to my server. The BIOS found it alright but something strange happened when I booted up (its Debian sarge): it took about 2 or 3 minutes to start the syslogd (no disk activity or anything).
Then once it had booted things got even worse! $ free -m indicates that the new RAM is working but it seems that hdb2 (which is my /var mount point) will not mount!
In my /etc/fstab I have /dev/hda2 none swap sw 0 0 /dev/hda1 / ext3 defaults,errors=remount-re 0 1 /deb/hdb1 /home ext3 defaults 0 2 /deb/hdb2 /var ext3 defaults 0 2
and when I issue # mount /dev/hdb2 I get: hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error } hdb: dma_intr: error=0x40 { UncorrectableError }, LBAsect=39067264, sector=39067264 end_request: I/O error, dev hdb, sector 39067264 JBD: IO error reading journal superblock EXT3-fs: error loading journal. mount: wring fs type, bad option, bad superblock on /dev/hdb2, or too many mounted file systems
and I can't seem to be able to do anything about because the machine hasn't connecting to the network (maybe it needs something from /var...) so I can't install hdparm. (It can't do anything which requires stuff from /var like run its web server, database server, apt, dhcp-client, ...)
Any ideas whats wrong with it?
Cheers, Richard