3v0
05-04-2003, 03:02 AM
I had a small problem and made it worse. This is a bit long but
the details on how I got to where I am at may be useful (or not).
I created a backup image using mfsbackup.
I restored the Image to a new 120Gig Maxtor.
Image booted SA Phillips tivo OK.
Installed turbonet card and set prefix.
Test call went OK
Used mfsadd to add rest of drive space.
When I tried to do the /floppy/script thing to copy the
turbonet stuff to partitions 4 and 7. It ran into a problem.
Mount failed because it could not mount hdb4. I attempted
to do so via
/# mount /dev/hdb4 /mnt
mount: you must specify the filesystem type
I checked via pdisk and foud that partitions 4 and 7 were
both Ext2 system.
/# mount -t ext2 /dev/hdb4 /mnt
mount: you must specify the filesystem type
Note that at this point I could mount partition hdb7.
After messing with various partition table tools thing got
worse in that
/# pdisk -l /dev/hdb
pdisk: No valid block 1 on '/dev/hdb'
So I decieded to start from scratch and did a "low level"
format on the drive. It worked and there were no errors.
(The low level format was from Maxtor, powermax maybe)
I then did the
/# mfsrestore -s 127 -zpi /mnt/dos/tivo.bak /dev/hdb
which worked. It resulted in an image which boots the tivo,
and expanded to use the full disk using mfsadd as above.
But pdisk still says "No valid block 1 on '/dev/hdb'"
and I can not mount any partitions.
Does anyone know what is wrong ?
Howard
the details on how I got to where I am at may be useful (or not).
I created a backup image using mfsbackup.
I restored the Image to a new 120Gig Maxtor.
Image booted SA Phillips tivo OK.
Installed turbonet card and set prefix.
Test call went OK
Used mfsadd to add rest of drive space.
When I tried to do the /floppy/script thing to copy the
turbonet stuff to partitions 4 and 7. It ran into a problem.
Mount failed because it could not mount hdb4. I attempted
to do so via
/# mount /dev/hdb4 /mnt
mount: you must specify the filesystem type
I checked via pdisk and foud that partitions 4 and 7 were
both Ext2 system.
/# mount -t ext2 /dev/hdb4 /mnt
mount: you must specify the filesystem type
Note that at this point I could mount partition hdb7.
After messing with various partition table tools thing got
worse in that
/# pdisk -l /dev/hdb
pdisk: No valid block 1 on '/dev/hdb'
So I decieded to start from scratch and did a "low level"
format on the drive. It worked and there were no errors.
(The low level format was from Maxtor, powermax maybe)
I then did the
/# mfsrestore -s 127 -zpi /mnt/dos/tivo.bak /dev/hdb
which worked. It resulted in an image which boots the tivo,
and expanded to use the full disk using mfsadd as above.
But pdisk still says "No valid block 1 on '/dev/hdb'"
and I can not mount any partitions.
Does anyone know what is wrong ?
Howard