InterLockingZ
New Member
Hello all,
we have two old Alpha based Workstation DEC DMCC 5/500 in use. The System was setup by a industrial company in 1998 and we do not have root privileges to the system.
To prevent hard disk errors in the future, we wanted to create disk images of the old SCSI hard drives (Seagate ST32151N / RZ28M).
Several times in the past I had success wich such tasks for x86-architecture and I thought I have a little experience in this.
But after creating the image on a linux machine, the Alpha does not boot ("can't open osf_boot").
What I was doing:
- Installing the disk in the Linux machine (Adaptec SCSI Card)
- booting arch linux (Dist is up to date)
- ls /dev/sd* (Found /dev/sdb without any partitions)
- fdisk /dev/sdb (Because i wasn't sure, if it is the right drive)
- show partition table and disk size, exit with 'q' (no write to disk)
- dd if=/dev/sdb conv=sync,noerror bs=64K | gzip -c > ~/240705_alpha1.image.gz
- shutdown and remove drive
I think, it was a mistake to run fdisk this way. Fdisk informed to create a new DOS-partition table. I am not sure, if the table was already created, since I left fdisk using 'q' and nothing else touched. But I can't figure out, what else can cause the error.
I wrote the image back to another (empty) disk, but running it within the Alpha occours the same error.
We have annother identical Alpha machine with nearly the same setup. Maybe it is possible to copy the area of the "Master Boot Record" from the intact disk to the other, but I have to know, which sectors fdisk could have changed. In future, I can also set a Jumper to write-protect the drive. But before doing anything, I have politely ask for your help for not ending in an even bigger disaster.
we have two old Alpha based Workstation DEC DMCC 5/500 in use. The System was setup by a industrial company in 1998 and we do not have root privileges to the system.
To prevent hard disk errors in the future, we wanted to create disk images of the old SCSI hard drives (Seagate ST32151N / RZ28M).
Several times in the past I had success wich such tasks for x86-architecture and I thought I have a little experience in this.
But after creating the image on a linux machine, the Alpha does not boot ("can't open osf_boot").
What I was doing:
- Installing the disk in the Linux machine (Adaptec SCSI Card)
- booting arch linux (Dist is up to date)
- ls /dev/sd* (Found /dev/sdb without any partitions)
- fdisk /dev/sdb (Because i wasn't sure, if it is the right drive)
- show partition table and disk size, exit with 'q' (no write to disk)
- dd if=/dev/sdb conv=sync,noerror bs=64K | gzip -c > ~/240705_alpha1.image.gz
- shutdown and remove drive
I think, it was a mistake to run fdisk this way. Fdisk informed to create a new DOS-partition table. I am not sure, if the table was already created, since I left fdisk using 'q' and nothing else touched. But I can't figure out, what else can cause the error.
I wrote the image back to another (empty) disk, but running it within the Alpha occours the same error.
We have annother identical Alpha machine with nearly the same setup. Maybe it is possible to copy the area of the "Master Boot Record" from the intact disk to the other, but I have to know, which sectors fdisk could have changed. In future, I can also set a Jumper to write-protect the drive. But before doing anything, I have politely ask for your help for not ending in an even bigger disaster.