Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!rlgvax!vrdxhq!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.questions Subject: Re: Restoring to a smaller fs? Message-ID: <9090@mimsy.UUCP> Date: Sat, 24-Oct-87 18:32:17 EST Article-I.D.: mimsy.9090 Posted: Sat Oct 24 18:32:17 1987 Date-Received: Wed, 28-Oct-87 02:08:13 EST References: <482@cos.COM> <484@cos.COM> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 25 Keywords: dump/restore, smaller fs In article <484@cos.COM> asp@COS.COM (Andrew S. Partan) writes: >... Guy Harris [mentioned] ... "restore" has a symbol table that it keeps >around in the file system it's working on; ... this symbol table can be >very big ... [but] there is no way to say "put that thing somewhere >else!". Ah, but there is such a way. I had to do it once; I know it works: First mount the file system to be restored: # mount /dev/hp3a /a # cd /a Now mount something with enough room for "restoresymtable": # mount /dev/hp4a /tmp Finally, make a symlink from ./restoresymtable to a file in that second file system: # ln -s /tmp/restoresymtable restoresymtable # restore rf ... -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris