I have moved all FreeBSD (on partition-1) directories and files into a slice on FreeBSD partition-2, by hand . After doing a clean-up of partition-1 and newfs’ng those slices, my next step is to move each directory and file individually back to the slices in which they belong, but in called order, according to the kernel. I’m hoping for a suggestion for moving files by hand, and not for dumping or tars.
My question is, which comes first, the chicken or the egg? Which should I start to move back first? Such as root, bin, sbin, libexec, lib (for each slice) such as root, tmp, var, then user-land. How about directories like rescue which may never be used or not that often? I would think rescue should be at the bottom.
How about the boot directory that contains the kernel, should it be at the top or the bottom of the stack? When doing a call to the kernel does it start it process from top to bottom, or from bottom to top?
My question is, which comes first, the chicken or the egg? Which should I start to move back first? Such as root, bin, sbin, libexec, lib (for each slice) such as root, tmp, var, then user-land. How about directories like rescue which may never be used or not that often? I would think rescue should be at the bottom.
How about the boot directory that contains the kernel, should it be at the top or the bottom of the stack? When doing a call to the kernel does it start it process from top to bottom, or from bottom to top?