From: Ken G. <ke...@pe...> - 2004-06-29 15:07:01
|
Ok, I'm doing (trying) some strange things using a bootable diaster recovery disk and using dump/restore with a remote tape device. Working well, but on one system..... Dump went well, but trying to verify dump with restore -C gave me the following... unlisted file system Label =/boot restore-cannot stat directory on an unlisted file system: no such file system or directory. Although an actual test restoring files seemed to work fine. I guess I just don't understand the porcess here? restore -C is pulling an inode/file name and trying to stat the file/directory on the device that was backed up to compare, but since it's "unlisted" it doesn't know what device to check? I don't know, wild guess. Where does restore get its filesystem info, is it trying to match /boot to a partition and doesn't have that info? |