Scully, William P wrote:
Does anyone know of a document which describes a well-accepted technique for migrating a server's file systems from one format to another?
The classic one is to boot off cd and move stuff. If you are booted to a ramdisk and have one file system (e.g., the real hardddrive root file system) mounted as /old and the new filesystem mounted as /new then in the Bourne shell or bash you can do something like: $ cd /old; tar cf - . | (cd /new; tar xf -) -- Jack J. Woehr # I run for public office from time to time. It's like http://www.well.com/~jax # working out at the gym, you sweat a lot, don't get http://www.softwoehr.com # anywhere, and you fall asleep easily afterwards. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
