Hi.

Well, it all depends on which partitions you get the error for. However, the following script should do everything for you on any player (be it MkI or MkII):

#!/bin/bash
export PATH=/bin:/sbin:/usr/local/bin:/usr/local/sbin
# start here if doing this manually:
umount -n /drive0
[ -e /proc/ide/hdb ] && umount -n /drive1
[ -e /proc/ide/hdc ] && umount -n /drive1
fsck -f /dev/hda4
fsck -f /dev/hda5
[ -e /proc/ide/hdc ] && fsck -f /dev/hdc4
[ -e /proc/ide/hdb ] && fsck -f /dev/hdb4
mount -o ro -n /dev/hda4 /drive0
[ -e /proc/ide/hdb ] && mount -n -o ro /dev/hdb4 /drive1
[ -e /proc/ide/hdc ] && mount -n -o ro /dev/hdc4 /drive1


cu,
sven

proud MkII owner (12GB blue/green/smoked, was #080000113 is #090001010)
_________________________
proud owner of MkII 40GB & MkIIa 60GB both lit by God and HiJacked by Lord