PDA

View Full Version : Trying to MFSRESTORE


cokekid
03-04-2007, 04:14 PM
I am trying to do an mfsrestore on my hr10-250 6.3a drive that is 320 gigs. I did a:

mfsbackup -f 9999 -1so /mnt/c/hd63a.mfs /dev/hdc

and I am trying to put it on my other hr10-250 that is only 250 gigs.

when I do:

mfsrestore -s 127 -xzpi /mnt/c/hd63a.mfs /dev/hdc

i get this error:

Restore done!
Not enough extra space to expand on A drive.


Is that ok? Or should I have backed up the 320 gig drive differently?

lenoxb
03-04-2007, 06:48 PM
I think it's the "x" in your mfsrestore command that's causing the problem. You're asking it to expand, and there's no room to do so.

cokekid
03-04-2007, 07:53 PM
Yes. After all that. I figured it out. Thanks for the help.. Its always something simple.