From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from asquith.prosimetrum.com ([125.236.209.157]) by ur; Tue Dec 5 13:13:06 EST 2017 Message-ID: Subject: cwfs disk replacement From: Travis Moore Date: Wed, 6 Dec 2017 07:13:33 +1300 To: 9front@9front.org MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing flexible dependency framework When I set up my fileserver a couple of years ago I tried a pseudo-raid configuration with a ssd cache and two 1TB mirrored worms: filsys main c(/dev/sdE0/fscache){(/dev/sdE1/fsworm)(/dev/sdE2/fsworm)} This paid off when one of the hard drives died (naturally this occured while I was overseas for a month…) and I pulled it, recovered main, and kept on trucking. This is my current config: config /dev/sdE0/fscache service cwfs filsys main c(/dev/sdE0/fscache)(/dev/sdE1/fsworm) filsys dump o filsys other /dev/sdE0/other newcache blocksize 16384 daddrbits 64 indirblks 4 dirblks 6 namelen 144 end Now I've got a new 1TB drive and just want to make sure I go about installing it correctly to get back to my original set-up. What I intend to do is: • install new disk, fdisk & prep • in config mode: filsys output /dev/sdE2/fsworm copyworm • then set up filsys main as before This should work? Anything I am missing? Thanks, Travis