My question is, After prefixing another device
to /, how can I change the prefix the t77 partition
back to /.
I have a task that requires me to disassociate the
hard drive and work from a ramdisk as root. When I’m
done I need to prefix root back to the hard drive -
but it doesn’t work.
What I am doing is essentially:
/ramdisk/bin/prefix -R /=/ramdisk/ #prefix the ramdisk
mount /dev/hd0.0t77 /hd #make a mount point to reference
the hd
#Do a bunch of stuff . . .
prefix -R /=/hd/ #re-prefix the hd (!doesn’t really
work!)
After this last command I am left in limbo with a
severely crippled directory structure. I have tried
several other points to prefix to (/ramdisk/hd, /dev/hd0.0t77,
etc.), but none restore the prefix correctly.
I have had some success with prefix -R /=/ramdisk/hd/
but later, when I clean out the ramdisk I loose the prefix
point.
How can I get / back from this condition
/=/ramdisk/
to an original condition
/=4,f
?
Thanks