Have you checked the reiserfs for unfixed errors?
If that raises an error 6 again, you could try to fix the fs by:Code:~# reiserfsck --check /dev/sdN
It would be a good idea to not throw away your original disk in case something gets messed up in the filesystem.Code:~# reiserfsck --fix-fixable /dev/sdN

