On Fri, Jun 19, 2020 at 2:19 PM Gary Mills <[email protected]> wrote:
> On Fri, Jun 19, 2020 at 01:23:35PM -0500, Judah Richardson wrote: > > > > I currently run OpenIndiana Hipster on a 32 GB SSD. I'd like move that > > installation to a 128 GB SSD. What's the easiest way to do this? > > The easiest way is to use zpool commands. First, add the large SSD as > half a mirror to the smaller one. Tried that. Apparently the 2 SSDs' optimal sector size don't match: $ # zpool attach -f rpool c8d0s0 c4t0d0s0 cannot attach c4t0d0s0 to c8d0s0: new device has a different optimal sector size; use the option '-o ashift=N' to override the optimal size Any ideas? I thought ashift/sector size was irrelevant on SSDs anyway? > Then, detach the smaller one. > These options are all described in the zpool man page. > > You will likely need to use the installboot command on the large SSD > to make it bootable before you do the detach. This operation is > described in the installboot man page. > > > I was thinking of using Clonezilla, but I'm not sure if that's the way to > > go here. > > I'd recommend using native illumos commands instead. > > > -- > -Gary Mills- -refurb- -Winnipeg, Manitoba, > Canada- > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > https://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
