|
|
Moving FileSystemTable of contents
From WwwThis page has no content. Enrich the Www workspace by contributing. Moving a complete filesystem can be tricky. Here are the steps I use to move a file system. find {location] -depth -print | cpio -padmv {new_location} Example find /home -depth -print | cpio -padmv /new_home |
| |