Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!jato!granite!dundas From: dundas@granite.jpl.nasa.gov (John Dundas) Newsgroups: comp.unix.aux Subject: Copying A/UX to another disk Message-ID: <1991Apr17.173127.15460@jato.jpl.nasa.gov> Date: 17 Apr 91 17:31:27 GMT Sender: news@jato.jpl.nasa.gov Reply-To: dundas@granite.Jpl.Nasa.Gov (John Dundas) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 16 Nntp-Posting-Host: granite.jpl.nasa.gov Please help! I did this once but can't seem to remember how now! I want to copy my entire root file system onto another (larger) disk. I seem to remember using a pipe like: find / -print | cpio -pdl /something but this isn't working. The actual command I am using is: find / -depth -print | cpio -pdl /dev/rdsk/c1d0s0 but when issued, this command complains that it "cannot write in " (I am root when trying). Any suggestions? John Dundas dundas@salt.jpl.nasa.gov