UUIDs
Brian O'Keefe <[email protected]> Sun, 4 Feb 2024 18:09:19 -0700
| Newsgroups | gmane.org.user-groups.linux.nmglug |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============4636944777585495046==
Content-Type: multipart/alternative;
boundary="------------7GcbMspSfYw4pm0JyDTf7M1X"
Content-Language: en-US
This is a multi-part message in MIME format.
--------------7GcbMspSfYw4pm0JyDTf7M1X
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Hello All
I think I've figured out why my newly cloned external SSD won't boot.
It's not mounted on my ubuntu 20.04 system though I can see it in
"Disks" or GParted. Since it is a clone the UUIDs are the same and that
confuses GRUB, or something. With GParted I can supposedly generate a
new UUID for it but that fails with an error and an invitation to visit
GParted to try and work that out.
So I found a help page at superusers.com and this about setting a new,
random UUID. I'm pretty sure that if the external drive didn't have the
same UUID as the internal SSD, it would boot and also be mounted when
running from my internal SSD. Here's their fix:
12
<https://superuser.com/posts/1159006/timeline>
UUIDs are not hardware-specific but stored in the partition's
filesystem. That means cloning a disk or partition with|dd|will result
in the same UUID.
You can assign a new UUID by using:
* |tune2fs -U random <device>|(ext2/ext3/ext4)
* |xfs_admin -U generate <device>|(xfs)
* |reiserfstune -u $(uuidgen) <device>|(reiserfs)
* |mkswap -U $(uuidgen) <device>|(swap)
Having duplicated UUIDs doesn't necessarily lead to errors. However
booting and mounting a device by UUID will become ambiguous and may lead
to the wrong device being used.
So I ran:
sudo tune2fs -U random /dev/sdb2
tune2fs 1.45.5 (07-Jan-2020)
This operation requires a freshly checked filesystem.
Please run e2fsck -f on the filesystem.
I'm reluctant to run the "Please" command as I know fsck can be a
powerful tool. Since I can't yet mount the cloned disk I can't see how I
can run the command to check it.
Any help is greatly appreciated!
Oh, I can also see that the cloned drive is a backup when I boot the
live thumb drive. Everything is in there. However, in case I need it to
restore data it would help if I could mount it.
--------------7GcbMspSfYw4pm0JyDTf7M1X
Content-Type: multipart/related;
boundary="------------c4G4ndaJozH65Ru6BVrtNU6W"
--------------c4G4ndaJozH65Ru6BVrtNU6W
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF=
-8">
</head>
<body>
<p>Hello All</p>
<p>I think I've figured out why my newly cloned external SSD won't
boot. It's not mounted on my ubuntu 20.04 system though I can see
it in "Disks" or GParted. Since it is a clone the UUIDs are the
same and that confuses GRUB, or something. With GParted I can
supposedly generate a new UUID for it but that fails with an error
and an invitation to visit GParted to try and work that out.</p>
<p>So I found a help page at superusers.com and this about setting a
new, random UUID. I'm pretty sure that if the external drive
didn't have the same UUID as the internal SSD, it would boot and
also be mounted when running from my internal SSD. Here's their
fix: <br>
</p>
<div class=3D"votecell post-layout--left"
style=3D"margin: 0px; padding-top: 0px; padding-right: var(--su16); paddi=
ng-bottom: 0px; padding-left: 0px; border: 0px; font-style: normal; font-=
variant-ligatures: normal; font-variant-caps: normal; font-variant-numeri=
c: inherit; font-variant-east-asian: inherit; font-variant-alternates: in=
herit; font-variant-position: inherit; font-weight: 400; font-stretch: in=
herit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFo=
nt, "Segoe UI Adjusted", "Segoe UI", "Liberation=
Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inhe=
rit; font-feature-settings: inherit; font-variation-settings: inherit; fo=
nt-size: 13px; vertical-align: top; box-sizing: inherit; grid-column: 1; =
width: auto; --theme-base-primary-color-h: 198; --theme-base-primary-colo=
r-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%; --theme-pr=
imary-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-base=
-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(=
--theme-base-primary-color-l)) * .9))); --theme-primary-custom-200: hsl(v=
ar(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc=
(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-co=
lor-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-primar=
y-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-prim=
ary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); --the=
me-primary-custom-400: hsl(var(--theme-base-primary-color-h), var(--theme=
-base-primary-color-s), var(--theme-base-primary-color-l)); --theme-prima=
ry-custom-500: hsl(var(--theme-base-primary-color-h), var(--theme-base-pr=
imary-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-bas=
e-primary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--theme-=
base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--them=
e-base-primary-color-l) + (var(--theme-base-primary-color-l) * -.6))); --=
theme-primary-custom: var(--theme-primary-custom-400); --theme-button-col=
or: var(--theme-primary); --theme-button-hover-color: var(--theme-primary=
-400); --theme-button-hover-background-color: var(--theme-primary-100); -=
-theme-button-active-background-color: var(--theme-primary-200); --theme-=
button-selected-color: var(--theme-primary-600); --theme-button-selected-=
background-color: var(--theme-primary-300); --theme-button-outlined-borde=
r-color: var(--theme-primary-400); --theme-button-outlined-selected-borde=
r-color: var(--theme-primary-500); --theme-button-primary-color: var(--wh=
ite); --theme-button-primary-active-color: var(--white); --theme-button-p=
rimary-hover-color: var(--white); --theme-button-primary-selected-color: =
var(--white); --theme-button-primary-background-color: var(--theme-primar=
y-400); --theme-button-primary-active-background-color: var(--theme-prima=
ry-600); --theme-button-primary-hover-background-color: var(--theme-prima=
ry-500); --theme-button-primary-selected-background-color: var(--theme-pr=
imary-600); --theme-background-color: var(--white); --theme-background-po=
sition: top left; --theme-background-repeat: repeat; --theme-background-s=
ize: auto; --theme-background-attachment: auto; --theme-content-backgroun=
d-color: var(--white); --theme-content-border-color: hsl(210,8%,90%); --t=
heme-header-background-color: transparent; --theme-header-background-posi=
tion: center left; --theme-header-background-repeat: repeat; --theme-head=
er-background-size: auto; --theme-header-background-border-bottom: 0; --t=
heme-header-link-color: var(--theme-primary); --theme-header-sponsored-co=
lor: hsl(210,8%,25%); --theme-header-foreground-color: transparent; --the=
me-header-foreground-position: bottom right; --theme-header-foreground-re=
peat: no-repeat; --theme-header-foreground-size: auto; --theme-footer-bac=
kground-color: transparent; --theme-footer-background-position: top left;=
--theme-footer-background-repeat: no-repeat; --theme-footer-background-s=
ize: auto; --theme-footer-background-border-top: 0; --theme-footer-title-=
color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-foote=
r-link-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(210,8=
%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --theme-footer-padd=
ing-top: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #38A1CE=
; --theme-link-color-hover: #61b4d8; --theme-link-color-visited: #50AEC6;=
--theme-tag-color: var(--theme-secondary-500); --theme-tag-background-co=
lor: var(--theme-secondary-100); --theme-tag-border-color: transparent; -=
-theme-tag-hover-color: var(--theme-secondary-600); --theme-tag-hover-bac=
kground-color: var(--theme-secondary-200); --theme-tag-hover-border-color=
: transparent; --theme-tag-required-color: var(--white); --theme-tag-requ=
ired-background-color: var(--theme-secondary-500); --theme-tag-required-b=
order-color: transparent; --theme-tag-required-hover-color: var(--white);=
--theme-tag-required-hover-background-color: var(--theme-secondary-400);=
--theme-tag-required-hover-border-color: transparent; --theme-body-font-=
family: var(--ff-sans); --theme-body-font-color: var(--black-600); --them=
e-post-title-font-family: var(--ff-sans); --theme-post-title-color: #38A1=
CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-post-ti=
tle-color-visited: #50AEC6; --theme-post-body-font-family: var(--ff-sans)=
; --theme-post-owner-background-color: var(--theme-primary-100); --theme-=
post-owner-new-background-color: var(--theme-primary-200); --theme-topbar=
-bottom-border: none; color: rgb(12, 13, 14); letter-spacing: normal; orp=
hans: 2; text-align: left; text-indent: 0px; text-transform: none; widows=
: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: norm=
al; background-color: rgb(255, 255, 255); text-decoration-thickness: init=
ial; text-decoration-style: initial; text-decoration-color: initial;">
<div
class=3D"js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc=
-black-300"
data-post-id=3D"1159006" data-referrer=3D"None"
style=3D"margin: calc(var(--su4) / 2 * -1); padding: 0px; border: 0px; fo=
nt-style: inherit; font-variant: inherit; font-weight: inherit; font-stre=
tch: inherit; line-height: inherit; font-family: inherit; font-optical-si=
zing: inherit; font-kerning: inherit; font-feature-settings: inherit; fon=
t-variation-settings: inherit; font-size: 13px; vertical-align: baseline;=
box-sizing: inherit; color: var(--black-300) !important; flex-direction:=
column !important; justify-content: center !important; align-items: stre=
tch !important; display: flex !important; --theme-base-primary-color-h: 1=
98; --theme-base-primary-color-s: 60.48387097%; --theme-base-primary-colo=
r-l: 51.37254902%; --theme-primary-custom-100: hsl(var(--theme-base-prima=
ry-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-pri=
mary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --th=
eme-primary-custom-200: hsl(var(--theme-base-primary-color-h), var(--them=
e-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% =
- var(--theme-base-primary-color-l)) * .75))); --theme-primary-custom-300=
: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s=
), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-pri=
mary-color-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-=
primary-color-h), var(--theme-base-primary-color-s), var(--theme-base-pri=
mary-color-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-=
color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primar=
y-color-l) + (var(--theme-base-primary-color-l) * -.3))); --theme-primary=
-custom-600: hsl(var(--theme-base-primary-color-h), var(--theme-base-prim=
ary-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-=
primary-color-l) * -.6))); --theme-primary-custom: var(--theme-primary-cu=
stom-400); --theme-button-color: var(--theme-primary); --theme-button-hov=
er-color: var(--theme-primary-400); --theme-button-hover-background-color=
: var(--theme-primary-100); --theme-button-active-background-color: var(-=
-theme-primary-200); --theme-button-selected-color: var(--theme-primary-6=
00); --theme-button-selected-background-color: var(--theme-primary-300); =
--theme-button-outlined-border-color: var(--theme-primary-400); --theme-b=
utton-outlined-selected-border-color: var(--theme-primary-500); --theme-b=
utton-primary-color: var(--white); --theme-button-primary-active-color: v=
ar(--white); --theme-button-primary-hover-color: var(--white); --theme-bu=
tton-primary-selected-color: var(--white); --theme-button-primary-backgro=
und-color: var(--theme-primary-400); --theme-button-primary-active-backgr=
ound-color: var(--theme-primary-600); --theme-button-primary-hover-backgr=
ound-color: var(--theme-primary-500); --theme-button-primary-selected-bac=
kground-color: var(--theme-primary-600); --theme-background-color: var(--=
white); --theme-background-position: top left; --theme-background-repeat:=
repeat; --theme-background-size: auto; --theme-background-attachment: au=
to; --theme-content-background-color: var(--white); --theme-content-borde=
r-color: hsl(210,8%,90%); --theme-header-background-color: transparent; -=
-theme-header-background-position: center left; --theme-header-background=
-repeat: repeat; --theme-header-background-size: auto; --theme-header-bac=
kground-border-bottom: 0; --theme-header-link-color: var(--theme-primary)=
; --theme-header-sponsored-color: hsl(210,8%,25%); --theme-header-foregro=
und-color: transparent; --theme-header-foreground-position: bottom right;=
--theme-header-foreground-repeat: no-repeat; --theme-header-foreground-s=
ize: auto; --theme-footer-background-color: transparent; --theme-footer-b=
ackground-position: top left; --theme-footer-background-repeat: no-repeat=
; --theme-footer-background-size: auto; --theme-footer-background-border-=
top: 0; --theme-footer-title-color: #0082A3; --theme-footer-text-color: h=
sl(210,8%,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-foote=
r-link-color-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210=
,8%,90%); --theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0=
; --theme-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme=
-link-color-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-50=
0); --theme-tag-background-color: var(--theme-secondary-100); --theme-tag=
-border-color: transparent; --theme-tag-hover-color: var(--theme-secondar=
y-600); --theme-tag-hover-background-color: var(--theme-secondary-200); -=
-theme-tag-hover-border-color: transparent; --theme-tag-required-color: v=
ar(--white); --theme-tag-required-background-color: var(--theme-secondary=
-500); --theme-tag-required-border-color: transparent; --theme-tag-requir=
ed-hover-color: var(--white); --theme-tag-required-hover-background-color=
: var(--theme-secondary-400); --theme-tag-required-hover-border-color: tr=
ansparent; --theme-body-font-family: var(--ff-sans); --theme-body-font-co=
lor: var(--black-600); --theme-post-title-font-family: var(--ff-sans); --=
theme-post-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,=
161,206,0.8); --theme-post-title-color-visited: #50AEC6; --theme-post-bod=
y-font-family: var(--ff-sans); --theme-post-owner-background-color: var(-=
-theme-primary-100); --theme-post-owner-new-background-color: var(--theme=
-primary-200); --theme-topbar-bottom-border: none;">
<div
class=3D"js-vote-count flex--item d-flex fd-column ai-center fc-theme-bod=
y-font fw-bold fs-subheading py4"
itemprop=3D"upvoteCount" data-value=3D"12"
style=3D"margin: calc(var(--su4) / 2); padding-top: var(--su4) !important=
; padding-right: 0px; padding-bottom: var(--su4) !important; padding-left=
: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weig=
ht: 700 !important; font-stretch: inherit; line-height: inherit; font-fam=
ily: inherit; font-optical-sizing: inherit; font-kerning: inherit; font-f=
eature-settings: inherit; font-variation-settings: inherit; font-size: va=
r(--fs-subheading) !important; vertical-align: baseline; box-sizing: inhe=
rit; flex-direction: column !important; align-items: center !important; d=
isplay: flex !important; color: var(--theme-body-font-color, var(--black-=
600)) !important; --theme-base-primary-color-h: 198; --theme-base-primary=
-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%; --the=
me-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme=
-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% -=
var(--theme-base-primary-color-l)) * .9))); --theme-primary-custom-200: =
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s),=
calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-prima=
ry-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-p=
rimary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base=
-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); =
--theme-primary-custom-400: hsl(var(--theme-base-primary-color-h), var(--=
theme-base-primary-color-s), var(--theme-base-primary-color-l)); --theme-=
primary-custom-500: hsl(var(--theme-base-primary-color-h), var(--theme-ba=
se-primary-color-s), calc(var(--theme-base-primary-color-l) + (var(--them=
e-base-primary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--t=
heme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(-=
-theme-base-primary-color-l) + (var(--theme-base-primary-color-l) * -.6))=
); --theme-primary-custom: var(--theme-primary-custom-400); --theme-butto=
n-color: var(--theme-primary); --theme-button-hover-color: var(--theme-pr=
imary-400); --theme-button-hover-background-color: var(--theme-primary-10=
0); --theme-button-active-background-color: var(--theme-primary-200); --t=
heme-button-selected-color: var(--theme-primary-600); --theme-button-sele=
cted-background-color: var(--theme-primary-300); --theme-button-outlined-=
border-color: var(--theme-primary-400); --theme-button-outlined-selected-=
border-color: var(--theme-primary-500); --theme-button-primary-color: var=
(--white); --theme-button-primary-active-color: var(--white); --theme-but=
ton-primary-hover-color: var(--white); --theme-button-primary-selected-co=
lor: var(--white); --theme-button-primary-background-color: var(--theme-p=
rimary-400); --theme-button-primary-active-background-color: var(--theme-=
primary-600); --theme-button-primary-hover-background-color: var(--theme-=
primary-500); --theme-button-primary-selected-background-color: var(--the=
me-primary-600); --theme-background-color: var(--white); --theme-backgrou=
nd-position: top left; --theme-background-repeat: repeat; --theme-backgro=
und-size: auto; --theme-background-attachment: auto; --theme-content-back=
ground-color: var(--white); --theme-content-border-color: hsl(210,8%,90%)=
; --theme-header-background-color: transparent; --theme-header-background=
-position: center left; --theme-header-background-repeat: repeat; --theme=
-header-background-size: auto; --theme-header-background-border-bottom: 0=
; --theme-header-link-color: var(--theme-primary); --theme-header-sponsor=
ed-color: hsl(210,8%,25%); --theme-header-foreground-color: transparent; =
--theme-header-foreground-position: bottom right; --theme-header-foregrou=
nd-repeat: no-repeat; --theme-header-foreground-size: auto; --theme-foote=
r-background-color: transparent; --theme-footer-background-position: top =
left; --theme-footer-background-repeat: no-repeat; --theme-footer-backgro=
und-size: auto; --theme-footer-background-border-top: 0; --theme-footer-t=
itle-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-=
footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(=
210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --theme-footer=
-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #3=
8A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-visited: #50=
AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag-backgrou=
nd-color: var(--theme-secondary-100); --theme-tag-border-color: transpare=
nt; --theme-tag-hover-color: var(--theme-secondary-600); --theme-tag-hove=
r-background-color: var(--theme-secondary-200); --theme-tag-hover-border-=
color: transparent; --theme-tag-required-color: var(--white); --theme-tag=
-required-background-color: var(--theme-secondary-500); --theme-tag-requi=
red-border-color: transparent; --theme-tag-required-hover-color: var(--wh=
ite); --theme-tag-required-hover-background-color: var(--theme-secondary-=
400); --theme-tag-required-hover-border-color: transparent; --theme-body-=
font-family: var(--ff-sans); --theme-body-font-color: var(--black-600); -=
-theme-post-title-font-family: var(--ff-sans); --theme-post-title-color: =
#38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-po=
st-title-color-visited: #50AEC6; --theme-post-body-font-family: var(--ff-=
sans); --theme-post-owner-background-color: var(--theme-primary-100); --t=
heme-post-owner-new-background-color: var(--theme-primary-200); --theme-t=
opbar-bottom-border: none;">12</div>
<button
class=3D"js-vote-down-btn flex--item mb8 s-btn ba bar-pill c-pointer as-c=
enter bc-black-225 fc-black-500 h:bg-theme-primary-200"
data-controller=3D"s-tooltip" data-s-tooltip-placement=3D"right=
"
aria-pressed=3D"false" aria-label=3D"Down vote"
data-selected-classes=3D"fc-theme-primary bc-theme-primary bg-theme-prima=
ry-100"
data-unselected-classes=3D"bc-black-225 fc-black-500 h:bg-theme-primary-2=
00"
aria-describedby=3D"--stacks-s-tooltip-x3vtq2jx"
style=3D"margin: calc(var(--su4) / 2); box-sizing: inherit; font-size: va=
r(--_bu-fs); --_bu-baw: var(--su-static1); --_bu-bc: transparent; --_bu-b=
r: var(--br-md); --_bu-fc: var(--theme-button-color, var(--theme-secondar=
y-400)); --_bu-focus-ring: 0 0 0 var(--su-static4) var(--focus-ring); --_=
bu-fs: var(--fs-body1); --_bu-p: .8em; --_bu-bc-selected: transparent; --=
_bu-bg-active: var(--theme-button-active-background-color, var(--theme-se=
condary-300)); --_bu-bg-hover: var(--theme-button-hover-background-color,=
var(--theme-secondary-200)); --_bu-bg-selected: var(--theme-button-selec=
ted-background-color, var(--theme-secondary-300)); --_bu-fc-active: var(-=
-theme-button-hover-color, var(--theme-secondary-500)); --_bu-fc-hover: v=
ar(--theme-button-hover-color, var(--theme-secondary-500)); --_bu-fc-sele=
cted: var(--theme-button-selected-color, var(--theme-secondary-600)); --_=
bu-filled-bc: transparent; --_bu-filled-bc-active: transparent; --_bu-fil=
led-bc-selected: transparent; --_bu-filled-bg: var(--theme-button-primary=
-background-color, var(--theme-secondary-400)); --_bu-filled-bg-active: v=
ar(--theme-button-primary-active-background-color, var(--theme-secondary-=
600)); --_bu-filled-bg-hover: var(--theme-button-primary-hover-background=
-color, var(--theme-secondary-500)); --_bu-filled-bg-selected: var(--them=
e-button-primary-selected-background-color, var(--theme-secondary-500)); =
--_bu-filled-fc: var(--theme-button-primary-color, var(--white)); --_bu-f=
illed-fc-active: var(--theme-button-primary-hover-color, var(--white)); -=
-_bu-filled-fc-hover: var(--theme-button-primary-hover-color, var(--white=
)); --_bu-filled-fc-selected: var(--theme-button-primary-selected-color, =
var(--white)); --_bu-outlined-bc: var(--theme-button-outlined-border-colo=
r, var(--theme-secondary-400)); --_bu-outlined-bg: var(--theme-button-out=
lined-background-color); --_bu-outlined-bc-selected: var(--theme-button-o=
utlined-selected-border-color, var(--theme-secondary-400)); --_bu-outline=
d-bg-selected: var(--theme-button-selected-background-color, var(--theme-=
secondary-300)); --_bu-outlined-fc-selected: var(--theme-button-selected-=
color, var(--theme-secondary-600)); --_bu-badge-o: .5; --_bu-dropdown-bw:=
var(--su-static4); --_bu-number-fc: var(--white); --_bu-number-fc-filled=
: var(--theme-button-primary-number-color, var(--theme-secondary-600)); -=
-_bu-number-fc-selected: var(--white); background-color: var(--_bu-bg, in=
herit); border-color: var(--black-225) !important; border-style: solid !i=
mportant; border-width: var(--su-static1) !important; border-image-source=
: ; border-image-slice: ; border-image-width: ; border-image-outset: ; bo=
rder-image-repeat: ; border-radius: 1000px !important; box-shadow: none; =
color: var(--black-500) !important; padding: var(--_bu-p); cursor: pointe=
r !important; display: inline-block; font-family: inherit; font-weight: n=
ormal; line-height: var(--lh-sm); position: relative; outline: none; text=
-align: center; text-decoration: none; user-select: none; align-self: cen=
ter !important; --theme-base-primary-color-h: 198; --theme-base-primary-c=
olor-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%; --theme=
-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-b=
ase-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - v=
ar(--theme-base-primary-color-l)) * .9))); --theme-primary-custom-200: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary=
-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-pri=
mary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-p=
rimary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); --=
theme-primary-custom-400: hsl(var(--theme-base-primary-color-h), var(--th=
eme-base-primary-color-s), var(--theme-base-primary-color-l)); --theme-pr=
imary-custom-500: hsl(var(--theme-base-primary-color-h), var(--theme-base=
-primary-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-=
base-primary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--the=
me-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--t=
heme-base-primary-color-l) + (var(--theme-base-primary-color-l) * -.6)));=
--theme-primary-custom: var(--theme-primary-custom-400); --theme-button-=
color: var(--theme-primary); --theme-button-hover-color: var(--theme-prim=
ary-400); --theme-button-hover-background-color: var(--theme-primary-100)=
; --theme-button-active-background-color: var(--theme-primary-200); --the=
me-button-selected-color: var(--theme-primary-600); --theme-button-select=
ed-background-color: var(--theme-primary-300); --theme-button-outlined-bo=
rder-color: var(--theme-primary-400); --theme-button-outlined-selected-bo=
rder-color: var(--theme-primary-500); --theme-button-primary-color: var(-=
-white); --theme-button-primary-active-color: var(--white); --theme-butto=
n-primary-hover-color: var(--white); --theme-button-primary-selected-colo=
r: var(--white); --theme-button-primary-background-color: var(--theme-pri=
mary-400); --theme-button-primary-active-background-color: var(--theme-pr=
imary-600); --theme-button-primary-hover-background-color: var(--theme-pr=
imary-500); --theme-button-primary-selected-background-color: var(--theme=
-primary-600); --theme-background-color: var(--white); --theme-background=
-position: top left; --theme-background-repeat: repeat; --theme-backgroun=
d-size: auto; --theme-background-attachment: auto; --theme-content-backgr=
ound-color: var(--white); --theme-content-border-color: hsl(210,8%,90%); =
--theme-header-background-color: transparent; --theme-header-background-p=
osition: center left; --theme-header-background-repeat: repeat; --theme-h=
eader-background-size: auto; --theme-header-background-border-bottom: 0; =
--theme-header-link-color: var(--theme-primary); --theme-header-sponsored=
-color: hsl(210,8%,25%); --theme-header-foreground-color: transparent; --=
theme-header-foreground-position: bottom right; --theme-header-foreground=
-repeat: no-repeat; --theme-header-foreground-size: auto; --theme-footer-=
background-color: transparent; --theme-footer-background-position: top le=
ft; --theme-footer-background-repeat: no-repeat; --theme-footer-backgroun=
d-size: auto; --theme-footer-background-border-top: 0; --theme-footer-tit=
le-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-fo=
oter-link-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(21=
0,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --theme-footer-p=
adding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #38A=
1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-visited: #50AE=
C6; --theme-tag-color: var(--theme-secondary-500); --theme-tag-background=
-color: var(--theme-secondary-100); --theme-tag-border-color: transparent=
; --theme-tag-hover-color: var(--theme-secondary-600); --theme-tag-hover-=
background-color: var(--theme-secondary-200); --theme-tag-hover-border-co=
lor: transparent; --theme-tag-required-color: var(--white); --theme-tag-r=
equired-background-color: var(--theme-secondary-500); --theme-tag-require=
d-border-color: transparent; --theme-tag-required-hover-color: var(--whit=
e); --theme-tag-required-hover-background-color: var(--theme-secondary-40=
0); --theme-tag-required-hover-border-color: transparent; --theme-body-fo=
nt-family: var(--ff-sans); --theme-body-font-color: var(--black-600); --t=
heme-post-title-font-family: var(--ff-sans); --theme-post-title-color: #3=
8A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-post=
-title-color-visited: #50AEC6; --theme-post-body-font-family: var(--ff-sa=
ns); --theme-post-owner-background-color: var(--theme-primary-100); --the=
me-post-owner-new-background-color: var(--theme-primary-200); --theme-top=
bar-bottom-border: none;"><svg
aria-hidden=3D"true" class=3D"svg-icon iconArrowDown" width=3D=
"18"
height=3D"18" viewBox=3D"0 0 18 18"><path d=3D"M1 6h16l-8 8-8=
-8Z"></path></svg></button><button
class=3D"js-saves-btn s-btn s-btn__unset c-pointer py4"
type=3D"button" id=3D"saves-btn-1159006"
data-controller=3D"s-tooltip" data-s-tooltip-placement=3D"right=
"
data-s-popover-placement=3D"" aria-pressed=3D"false"
data-post-id=3D"1159006" data-post-type-id=3D"2"
data-user-privilege-for-post-click=3D"0" aria-controls=3D""
data-s-popover-auto-show=3D"false"
aria-describedby=3D"--stacks-s-tooltip-qq1p6sy5"
style=3D"margin: 0px; box-sizing: inherit; font: unset; --_bu-baw: 0; --_=
bu-bc: transparent; --_bu-br: 0; --_bu-fc: unset; --_bu-focus-ring: none;=
--_bu-fs: var(--fs-body1); --_bu-p: 0; --_bu-bc-selected: transparent; -=
-_bu-bg-active: var(--theme-button-active-background-color, var(--theme-s=
econdary-300)); --_bu-bg-hover: var(--theme-button-hover-background-color=
, var(--theme-secondary-200)); --_bu-bg-selected: var(--theme-button-sele=
cted-background-color, var(--theme-secondary-300)); --_bu-fc-active: var(=
--theme-button-hover-color, var(--theme-secondary-500)); --_bu-fc-hover: =
var(--theme-button-hover-color, var(--theme-secondary-500)); --_bu-fc-sel=
ected: var(--theme-button-selected-color, var(--theme-secondary-600)); --=
_bu-filled-bc: transparent; --_bu-filled-bc-active: transparent; --_bu-fi=
lled-bc-selected: transparent; --_bu-filled-bg: var(--theme-button-primar=
y-background-color, var(--theme-secondary-400)); --_bu-filled-bg-active: =
var(--theme-button-primary-active-background-color, var(--theme-secondary=
-600)); --_bu-filled-bg-hover: var(--theme-button-primary-hover-backgroun=
d-color, var(--theme-secondary-500)); --_bu-filled-bg-selected: var(--the=
me-button-primary-selected-background-color, var(--theme-secondary-500));=
--_bu-filled-fc: var(--theme-button-primary-color, var(--white)); --_bu-=
filled-fc-active: var(--theme-button-primary-hover-color, var(--white)); =
--_bu-filled-fc-hover: var(--theme-button-primary-hover-color, var(--whit=
e)); --_bu-filled-fc-selected: var(--theme-button-primary-selected-color,=
var(--white)); --_bu-outlined-bc: var(--theme-button-outlined-border-col=
or, var(--theme-secondary-400)); --_bu-outlined-bg: var(--theme-button-ou=
tlined-background-color); --_bu-outlined-bc-selected: var(--theme-button-=
outlined-selected-border-color, var(--theme-secondary-400)); --_bu-outlin=
ed-bg-selected: var(--theme-button-selected-background-color, var(--theme=
-secondary-300)); --_bu-outlined-fc-selected: var(--theme-button-selected=
-color, var(--theme-secondary-600)); --_bu-badge-o: .5; --_bu-dropdown-bw=
: var(--su-static4); --_bu-number-fc: var(--white); --_bu-number-fc-fille=
d: var(--theme-button-primary-number-color, var(--theme-secondary-600)); =
--_bu-number-fc-selected: var(--white); background-color: var(--_bu-bg, i=
nherit); border: var(--_bu-baw) solid var(--_bu-bc); border-radius: var(-=
-_bu-br); box-shadow: none; color: var(--_bu-fc); padding-top: var(--su4)=
!important; padding-right: ; padding-bottom: var(--su4) !important; padd=
ing-left: ; cursor: default; display: inline-block; position: relative; o=
utline: initial; text-align: center; text-decoration: none; user-select: =
auto; --theme-base-primary-color-h: 198; --theme-base-primary-color-s: 60=
=2E48387097%; --theme-base-primary-color-l: 51.37254902%; --theme-primary=
-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-base-prim=
ary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--the=
me-base-primary-color-l)) * .9))); --theme-primary-custom-200: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-primary-col=
or-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-c=
olor-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); --theme-pr=
imary-custom-400: hsl(var(--theme-base-primary-color-h), var(--theme-base=
-primary-color-s), var(--theme-base-primary-color-l)); --theme-primary-cu=
stom-500: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary=
-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-pri=
mary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--theme-base-=
primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-bas=
e-primary-color-l) + (var(--theme-base-primary-color-l) * -.6))); --theme=
-primary-custom: var(--theme-primary-custom-400); --theme-button-color: v=
ar(--theme-primary); --theme-button-hover-color: var(--theme-primary-400)=
; --theme-button-hover-background-color: var(--theme-primary-100); --them=
e-button-active-background-color: var(--theme-primary-200); --theme-butto=
n-selected-color: var(--theme-primary-600); --theme-button-selected-backg=
round-color: var(--theme-primary-300); --theme-button-outlined-border-col=
or: var(--theme-primary-400); --theme-button-outlined-selected-border-col=
or: var(--theme-primary-500); --theme-button-primary-color: var(--white);=
--theme-button-primary-active-color: var(--white); --theme-button-primar=
y-hover-color: var(--white); --theme-button-primary-selected-color: var(-=
-white); --theme-button-primary-background-color: var(--theme-primary-400=
); --theme-button-primary-active-background-color: var(--theme-primary-60=
0); --theme-button-primary-hover-background-color: var(--theme-primary-50=
0); --theme-button-primary-selected-background-color: var(--theme-primary=
-600); --theme-background-color: var(--white); --theme-background-positio=
n: top left; --theme-background-repeat: repeat; --theme-background-size: =
auto; --theme-background-attachment: auto; --theme-content-background-col=
or: var(--white); --theme-content-border-color: hsl(210,8%,90%); --theme-=
header-background-color: transparent; --theme-header-background-position:=
center left; --theme-header-background-repeat: repeat; --theme-header-ba=
ckground-size: auto; --theme-header-background-border-bottom: 0; --theme-=
header-link-color: var(--theme-primary); --theme-header-sponsored-color: =
hsl(210,8%,25%); --theme-header-foreground-color: transparent; --theme-he=
ader-foreground-position: bottom right; --theme-header-foreground-repeat:=
no-repeat; --theme-header-foreground-size: auto; --theme-footer-backgrou=
nd-color: transparent; --theme-footer-background-position: top left; --th=
eme-footer-background-repeat: no-repeat; --theme-footer-background-size: =
auto; --theme-footer-background-border-top: 0; --theme-footer-title-color=
: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-footer-lin=
k-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(210,8%,5%)=
; --theme-footer-divider-color: hsl(210,8%,90%); --theme-footer-padding-t=
op: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #38A1CE; --t=
heme-link-color-hover: #61b4d8; --theme-link-color-visited: #50AEC6; --th=
eme-tag-color: var(--theme-secondary-500); --theme-tag-background-color: =
var(--theme-secondary-100); --theme-tag-border-color: transparent; --them=
e-tag-hover-color: var(--theme-secondary-600); --theme-tag-hover-backgrou=
nd-color: var(--theme-secondary-200); --theme-tag-hover-border-color: tra=
nsparent; --theme-tag-required-color: var(--white); --theme-tag-required-=
background-color: var(--theme-secondary-500); --theme-tag-required-border=
-color: transparent; --theme-tag-required-hover-color: var(--white); --th=
eme-tag-required-hover-background-color: var(--theme-secondary-400); --th=
eme-tag-required-hover-border-color: transparent; --theme-body-font-famil=
y: var(--ff-sans); --theme-body-font-color: var(--black-600); --theme-pos=
t-title-font-family: var(--ff-sans); --theme-post-title-color: #38A1CE; -=
-theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-post-title-c=
olor-visited: #50AEC6; --theme-post-body-font-family: var(--ff-sans); --t=
heme-post-owner-background-color: var(--theme-primary-100); --theme-post-=
owner-new-background-color: var(--theme-primary-200); --theme-topbar-bott=
om-border: none; --_bu-bg: none;"><svg
aria-hidden=3D"true"
class=3D"js-saves-btn-unselected svg-icon iconBookmarkAlt"
width=3D"18" height=3D"18" viewBox=3D"0 0 18 18"><path
d=3D"m9 10.6 4 2.66V3H5v10.26l4-2.66ZM3 17V3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 =
2v14l-6-4-6 4Z"></path></svg></button>
<div
class=3D"js-accepted-answer-indicator flex--item fc-green-400 py6 mtn8"
data-s-tooltip-placement=3D"right"
title=3D"Loading when this answer was accepted=E2=80=A6" tabind=
ex=3D"0"
role=3D"note" aria-label=3D"Accepted"
style=3D"margin: calc(var(--su4) / 2); padding-top: var(--su6) !important=
; padding-right: 0px; padding-bottom: var(--su6) !important; padding-left=
: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weig=
ht: inherit; font-stretch: inherit; line-height: inherit; font-family: in=
herit; font-optical-sizing: inherit; font-kerning: inherit; font-feature-=
settings: inherit; font-variation-settings: inherit; font-size: 13px; ver=
tical-align: baseline; box-sizing: inherit; color: var(--green-400) !impo=
rtant; --theme-base-primary-color-h: 198; --theme-base-primary-color-s: 6=
0.48387097%; --theme-base-primary-color-l: 51.37254902%; --theme-primary-=
custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .9))); --theme-primary-custom-200: hsl(var(--t=
heme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(-=
-theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)=
) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-co=
lor-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); --theme-pri=
mary-custom-400: hsl(var(--theme-base-primary-color-h), var(--theme-base-=
primary-color-s), var(--theme-base-primary-color-l)); --theme-primary-cus=
tom-500: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-=
color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-prim=
ary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--theme-base-p=
rimary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base=
-primary-color-l) + (var(--theme-base-primary-color-l) * -.6))); --theme-=
primary-custom: var(--theme-primary-custom-400); --theme-button-color: va=
r(--theme-primary); --theme-button-hover-color: var(--theme-primary-400);=
--theme-button-hover-background-color: var(--theme-primary-100); --theme=
-button-active-background-color: var(--theme-primary-200); --theme-button=
-selected-color: var(--theme-primary-600); --theme-button-selected-backgr=
ound-color: var(--theme-primary-300); --theme-button-outlined-border-colo=
r: var(--theme-primary-400); --theme-button-outlined-selected-border-colo=
r: var(--theme-primary-500); --theme-button-primary-color: var(--white); =
--theme-button-primary-active-color: var(--white); --theme-button-primary=
-hover-color: var(--white); --theme-button-primary-selected-color: var(--=
white); --theme-button-primary-background-color: var(--theme-primary-400)=
; --theme-button-primary-active-background-color: var(--theme-primary-600=
); --theme-button-primary-hover-background-color: var(--theme-primary-500=
); --theme-button-primary-selected-background-color: var(--theme-primary-=
600); --theme-background-color: var(--white); --theme-background-position=
: top left; --theme-background-repeat: repeat; --theme-background-size: a=
uto; --theme-background-attachment: auto; --theme-content-background-colo=
r: var(--white); --theme-content-border-color: hsl(210,8%,90%); --theme-h=
eader-background-color: transparent; --theme-header-background-position: =
center left; --theme-header-background-repeat: repeat; --theme-header-bac=
kground-size: auto; --theme-header-background-border-bottom: 0; --theme-h=
eader-link-color: var(--theme-primary); --theme-header-sponsored-color: h=
sl(210,8%,25%); --theme-header-foreground-color: transparent; --theme-hea=
der-foreground-position: bottom right; --theme-header-foreground-repeat: =
no-repeat; --theme-header-foreground-size: auto; --theme-footer-backgroun=
d-color: transparent; --theme-footer-background-position: top left; --the=
me-footer-background-repeat: no-repeat; --theme-footer-background-size: a=
uto; --theme-footer-background-border-top: 0; --theme-footer-title-color:=
#0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-footer-link=
-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(210,8%,5%);=
--theme-footer-divider-color: hsl(210,8%,90%); --theme-footer-padding-to=
p: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #38A1CE; --th=
eme-link-color-hover: #61b4d8; --theme-link-color-visited: #50AEC6; --the=
me-tag-color: var(--theme-secondary-500); --theme-tag-background-color: v=
ar(--theme-secondary-100); --theme-tag-border-color: transparent; --theme=
-tag-hover-color: var(--theme-secondary-600); --theme-tag-hover-backgroun=
d-color: var(--theme-secondary-200); --theme-tag-hover-border-color: tran=
sparent; --theme-tag-required-color: var(--white); --theme-tag-required-b=
ackground-color: var(--theme-secondary-500); --theme-tag-required-border-=
color: transparent; --theme-tag-required-hover-color: var(--white); --the=
me-tag-required-hover-background-color: var(--theme-secondary-400); --the=
me-tag-required-hover-border-color: transparent; --theme-body-font-family=
: var(--ff-sans); --theme-body-font-color: var(--black-600); --theme-post=
-title-font-family: var(--ff-sans); --theme-post-title-color: #38A1CE; --=
theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-post-title-co=
lor-visited: #50AEC6; --theme-post-body-font-family: var(--ff-sans); --th=
eme-post-owner-background-color: var(--theme-primary-100); --theme-post-o=
wner-new-background-color: var(--theme-primary-200); --theme-topbar-botto=
m-border: none;">
<div class=3D"ta-center"
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 13px; vertical-align: baseline; box-sizing: inherit; =
text-align: center !important; --theme-base-primary-color-h: 198; --theme=
-base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.372=
54902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h)=
, var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-=
l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary=
-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prim=
ary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--the=
me-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(-=
-theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var=
(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-=
l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-col=
or-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-=
l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), v=
ar(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) =
+ (var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600=
: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s=
), calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-col=
or-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); =
--theme-button-color: var(--theme-primary); --theme-button-hover-color: v=
ar(--theme-primary-400); --theme-button-hover-background-color: var(--the=
me-primary-100); --theme-button-active-background-color: var(--theme-prim=
ary-200); --theme-button-selected-color: var(--theme-primary-600); --them=
e-button-selected-background-color: var(--theme-primary-300); --theme-but=
ton-outlined-border-color: var(--theme-primary-400); --theme-button-outli=
ned-selected-border-color: var(--theme-primary-500); --theme-button-prima=
ry-color: var(--white); --theme-button-primary-active-color: var(--white)=
; --theme-button-primary-hover-color: var(--white); --theme-button-primar=
y-selected-color: var(--white); --theme-button-primary-background-color: =
var(--theme-primary-400); --theme-button-primary-active-background-color:=
var(--theme-primary-600); --theme-button-primary-hover-background-color:=
var(--theme-primary-500); --theme-button-primary-selected-background-col=
or: var(--theme-primary-600); --theme-background-color: var(--white); --t=
heme-background-position: top left; --theme-background-repeat: repeat; --=
theme-background-size: auto; --theme-background-attachment: auto; --theme=
-content-background-color: var(--white); --theme-content-border-color: hs=
l(210,8%,90%); --theme-header-background-color: transparent; --theme-head=
er-background-position: center left; --theme-header-background-repeat: re=
peat; --theme-header-background-size: auto; --theme-header-background-bor=
der-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-h=
eader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: =
transparent; --theme-header-foreground-position: bottom right; --theme-he=
ader-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; =
--theme-footer-background-color: transparent; --theme-footer-background-p=
osition: top left; --theme-footer-background-repeat: no-repeat; --theme-f=
ooter-background-size: auto; --theme-footer-background-border-top: 0; --t=
heme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,6=
8%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-colo=
r-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); -=
-theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-l=
ink-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color=
-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme=
-tag-background-color: var(--theme-secondary-100); --theme-tag-border-col=
or: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --t=
heme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-=
hover-border-color: transparent; --theme-tag-required-color: var(--white)=
; --theme-tag-required-background-color: var(--theme-secondary-500); --th=
eme-tag-required-border-color: transparent; --theme-tag-required-hover-co=
lor: var(--white); --theme-tag-required-hover-background-color: var(--the=
me-secondary-400); --theme-tag-required-hover-border-color: transparent; =
--theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--=
black-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-=
title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8=
); --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-fami=
ly: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prim=
ary-100); --theme-post-owner-new-background-color: var(--theme-primary-20=
0); --theme-topbar-bottom-border: none;"><svg
aria-hidden=3D"true" class=3D"svg-icon iconCheckmarkLg"
width=3D"36" height=3D"36" viewBox=3D"0 0 36 36"><path
d=3D"m6 14 8 8L30 6v8L14 30l-8-8v-8Z"></path></svg></div>=
</div>
<a
class=3D"js-post-issue flex--item s-btn s-btn__unset c-pointer py6 mx-aut=
o"
href=3D"https://superuser.com/posts/1159006/timeline"
data-shortcut=3D"T" data-ks-title=3D"timeline"
data-controller=3D"s-tooltip" data-s-tooltip-placement=3D"right=
"
aria-label=3D"Timeline"
aria-describedby=3D"--stacks-s-tooltip-1z4k8m8g"
style=3D"margin: calc(var(--su4) / 2); padding-top: var(--su6) !important=
; padding-right: ; padding-bottom: var(--su6) !important; padding-left: ;=
border: var(--_bu-baw) solid var(--_bu-bc); font: unset; vertical-align:=
baseline; --_li-fc: var(--theme-link-color, var(--theme-secondary-400));=
--_li-fc-hover: var(--theme-link-color-hover, var(--theme-secondary-500)=
); --_li-fc-visited: var(--theme-link-color-visited, var(--theme-secondar=
y-600)); color: var(--_bu-fc); cursor: default; text-decoration: none; us=
er-select: auto; box-sizing: inherit; --_bu-baw: 0; --_bu-bc: transparent=
; --_bu-br: 0; --_bu-fc: unset; --_bu-focus-ring: none; --_bu-fs: var(--f=
s-body1); --_bu-p: 0; --_bu-bc-selected: transparent; --_bu-bg-active: va=
r(--theme-button-active-background-color, var(--theme-secondary-300)); --=
_bu-bg-hover: var(--theme-button-hover-background-color, var(--theme-seco=
ndary-200)); --_bu-bg-selected: var(--theme-button-selected-background-co=
lor, var(--theme-secondary-300)); --_bu-fc-active: var(--theme-button-hov=
er-color, var(--theme-secondary-500)); --_bu-fc-hover: var(--theme-button=
-hover-color, var(--theme-secondary-500)); --_bu-fc-selected: var(--theme=
-button-selected-color, var(--theme-secondary-600)); --_bu-filled-bc: tra=
nsparent; --_bu-filled-bc-active: transparent; --_bu-filled-bc-selected: =
transparent; --_bu-filled-bg: var(--theme-button-primary-background-color=
, var(--theme-secondary-400)); --_bu-filled-bg-active: var(--theme-button=
-primary-active-background-color, var(--theme-secondary-600)); --_bu-fill=
ed-bg-hover: var(--theme-button-primary-hover-background-color, var(--the=
me-secondary-500)); --_bu-filled-bg-selected: var(--theme-button-primary-=
selected-background-color, var(--theme-secondary-500)); --_bu-filled-fc: =
var(--theme-button-primary-color, var(--white)); --_bu-filled-fc-active: =
var(--theme-button-primary-hover-color, var(--white)); --_bu-filled-fc-ho=
ver: var(--theme-button-primary-hover-color, var(--white)); --_bu-filled-=
fc-selected: var(--theme-button-primary-selected-color, var(--white)); --=
_bu-outlined-bc: var(--theme-button-outlined-border-color, var(--theme-se=
condary-400)); --_bu-outlined-bg: var(--theme-button-outlined-background-=
color); --_bu-outlined-bc-selected: var(--theme-button-outlined-selected-=
border-color, var(--theme-secondary-400)); --_bu-outlined-bg-selected: va=
r(--theme-button-selected-background-color, var(--theme-secondary-300)); =
--_bu-outlined-fc-selected: var(--theme-button-selected-color, var(--them=
e-secondary-600)); --_bu-badge-o: .5; --_bu-dropdown-bw: var(--su-static4=
); --_bu-number-fc: var(--white); --_bu-number-fc-filled: var(--theme-but=
ton-primary-number-color, var(--theme-secondary-600)); --_bu-number-fc-se=
lected: var(--white); background-color: var(--_bu-bg, inherit); border-ra=
dius: var(--_bu-br); box-shadow: none; display: inline-block; position: r=
elative; outline: initial; text-align: center; --theme-base-primary-color=
-h: 198; --theme-base-primary-color-s: 60.48387097%; --theme-base-primary=
-color-l: 51.37254902%; --theme-primary-custom-100: hsl(var(--theme-base-=
primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-bas=
e-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .9)));=
--theme-primary-custom-200: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((=
100% - var(--theme-base-primary-color-l)) * .75))); --theme-primary-custo=
m-300: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-=
base-primary-color-h), var(--theme-base-primary-color-s), var(--theme-bas=
e-primary-color-l)); --theme-primary-custom-500: hsl(var(--theme-base-pri=
mary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-p=
rimary-color-l) + (var(--theme-base-primary-color-l) * -.3))); --theme-pr=
imary-custom-600: hsl(var(--theme-base-primary-color-h), var(--theme-base=
-primary-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-=
base-primary-color-l) * -.6))); --theme-primary-custom: var(--theme-prima=
ry-custom-400); --theme-button-color: var(--theme-primary); --theme-butto=
n-hover-color: var(--theme-primary-400); --theme-button-hover-background-=
color: var(--theme-primary-100); --theme-button-active-background-color: =
var(--theme-primary-200); --theme-button-selected-color: var(--theme-prim=
ary-600); --theme-button-selected-background-color: var(--theme-primary-3=
00); --theme-button-outlined-border-color: var(--theme-primary-400); --th=
eme-button-outlined-selected-border-color: var(--theme-primary-500); --th=
eme-button-primary-color: var(--white); --theme-button-primary-active-col=
or: var(--white); --theme-button-primary-hover-color: var(--white); --the=
me-button-primary-selected-color: var(--white); --theme-button-primary-ba=
ckground-color: var(--theme-primary-400); --theme-button-primary-active-b=
ackground-color: var(--theme-primary-600); --theme-button-primary-hover-b=
ackground-color: var(--theme-primary-500); --theme-button-primary-selecte=
d-background-color: var(--theme-primary-600); --theme-background-color: v=
ar(--white); --theme-background-position: top left; --theme-background-re=
peat: repeat; --theme-background-size: auto; --theme-background-attachmen=
t: auto; --theme-content-background-color: var(--white); --theme-content-=
border-color: hsl(210,8%,90%); --theme-header-background-color: transpare=
nt; --theme-header-background-position: center left; --theme-header-backg=
round-repeat: repeat; --theme-header-background-size: auto; --theme-heade=
r-background-border-bottom: 0; --theme-header-link-color: var(--theme-pri=
mary); --theme-header-sponsored-color: hsl(210,8%,25%); --theme-header-fo=
reground-color: transparent; --theme-header-foreground-position: bottom r=
ight; --theme-header-foreground-repeat: no-repeat; --theme-header-foregro=
und-size: auto; --theme-footer-background-color: transparent; --theme-foo=
ter-background-position: top left; --theme-footer-background-repeat: no-r=
epeat; --theme-footer-background-size: auto; --theme-footer-background-bo=
rder-top: 0; --theme-footer-title-color: #0082A3; --theme-footer-text-col=
or: hsl(210,8%,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-=
footer-link-color-hover: hsl(210,8%,5%); --theme-footer-divider-color: hs=
l(210,8%,90%); --theme-footer-padding-top: 0; --theme-footer-padding-bott=
om: 0; --theme-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --=
theme-link-color-visited: #50AEC6; --theme-tag-color: var(--theme-seconda=
ry-500); --theme-tag-background-color: var(--theme-secondary-100); --them=
e-tag-border-color: transparent; --theme-tag-hover-color: var(--theme-sec=
ondary-600); --theme-tag-hover-background-color: var(--theme-secondary-20=
0); --theme-tag-hover-border-color: transparent; --theme-tag-required-col=
or: var(--white); --theme-tag-required-background-color: var(--theme-seco=
ndary-500); --theme-tag-required-border-color: transparent; --theme-tag-r=
equired-hover-color: var(--white); --theme-tag-required-hover-background-=
color: var(--theme-secondary-400); --theme-tag-required-hover-border-colo=
r: transparent; --theme-body-font-family: var(--ff-sans); --theme-body-fo=
nt-color: var(--black-600); --theme-post-title-font-family: var(--ff-sans=
); --theme-post-title-color: #38A1CE; --theme-post-title-color-hover: rgb=
a(56,161,206,0.8); --theme-post-title-color-visited: #50AEC6; --theme-pos=
t-body-font-family: var(--ff-sans); --theme-post-owner-background-color: =
var(--theme-primary-100); --theme-post-owner-new-background-color: var(--=
theme-primary-200); --theme-topbar-bottom-border: none; --_bu-bg: none;">=
<svg
aria-hidden=3D"true" class=3D"mln2 mr0 svg-icon iconHistory"
width=3D"19" height=3D"18" viewBox=3D"0 0 19 18"><path
d=3D"M3 9a8 8 0 1 1 3.73 6.77L8.2 14.3A6 6 0 1 0 5 9l3.01-.01-4 4-4-4h3L3=
9Zm7-4h1.01L11 9.36l3.22 2.1-.6.93L10 10V5Z"></path></svg></a></div>
</div>
<div class=3D"answercell post-layout--right"
style=3D"margin: 0px; padding-top: 0px; padding-right: var(--su16); paddi=
ng-bottom: 0px; padding-left: 0px; border: 0px; font-style: normal; font-=
variant-ligatures: normal; font-variant-caps: normal; font-variant-numeri=
c: inherit; font-variant-east-asian: inherit; font-variant-alternates: in=
herit; font-variant-position: inherit; font-weight: 400; font-stretch: in=
herit; line-height: inherit; font-family: -apple-system, BlinkMacSystemFo=
nt, "Segoe UI Adjusted", "Segoe UI", "Liberation=
Sans", sans-serif; font-optical-sizing: inherit; font-kerning: inhe=
rit; font-feature-settings: inherit; font-variation-settings: inherit; fo=
nt-size: 13px; vertical-align: baseline; box-sizing: inherit; grid-column=
: 2; width: auto; min-width: 0px; --theme-base-primary-color-h: 198; --th=
eme-base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.=
37254902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color=
-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-col=
or-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-prim=
ary-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-p=
rimary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--=
theme-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(va=
r(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(=
var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-col=
or-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-=
color-h), var(--theme-base-primary-color-s), var(--theme-base-primary-col=
or-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h)=
, var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-=
l) + (var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-=
600: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-colo=
r-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-=
color-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400=
); --theme-button-color: var(--theme-primary); --theme-button-hover-color=
: var(--theme-primary-400); --theme-button-hover-background-color: var(--=
theme-primary-100); --theme-button-active-background-color: var(--theme-p=
rimary-200); --theme-button-selected-color: var(--theme-primary-600); --t=
heme-button-selected-background-color: var(--theme-primary-300); --theme-=
button-outlined-border-color: var(--theme-primary-400); --theme-button-ou=
tlined-selected-border-color: var(--theme-primary-500); --theme-button-pr=
imary-color: var(--white); --theme-button-primary-active-color: var(--whi=
te); --theme-button-primary-hover-color: var(--white); --theme-button-pri=
mary-selected-color: var(--white); --theme-button-primary-background-colo=
r: var(--theme-primary-400); --theme-button-primary-active-background-col=
or: var(--theme-primary-600); --theme-button-primary-hover-background-col=
or: var(--theme-primary-500); --theme-button-primary-selected-background-=
color: var(--theme-primary-600); --theme-background-color: var(--white); =
--theme-background-position: top left; --theme-background-repeat: repeat;=
--theme-background-size: auto; --theme-background-attachment: auto; --th=
eme-content-background-color: var(--white); --theme-content-border-color:=
hsl(210,8%,90%); --theme-header-background-color: transparent; --theme-h=
eader-background-position: center left; --theme-header-background-repeat:=
repeat; --theme-header-background-size: auto; --theme-header-background-=
border-bottom: 0; --theme-header-link-color: var(--theme-primary); --them=
e-header-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-colo=
r: transparent; --theme-header-foreground-position: bottom right; --theme=
-header-foreground-repeat: no-repeat; --theme-header-foreground-size: aut=
o; --theme-footer-background-color: transparent; --theme-footer-backgroun=
d-position: top left; --theme-footer-background-repeat: no-repeat; --them=
e-footer-background-size: auto; --theme-footer-background-border-top: 0; =
--theme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8=
%,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-c=
olor-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%)=
; --theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --them=
e-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-co=
lor-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --th=
eme-tag-background-color: var(--theme-secondary-100); --theme-tag-border-=
color: transparent; --theme-tag-hover-color: var(--theme-secondary-600); =
--theme-tag-hover-background-color: var(--theme-secondary-200); --theme-t=
ag-hover-border-color: transparent; --theme-tag-required-color: var(--whi=
te); --theme-tag-required-background-color: var(--theme-secondary-500); -=
-theme-tag-required-border-color: transparent; --theme-tag-required-hover=
-color: var(--white); --theme-tag-required-hover-background-color: var(--=
theme-secondary-400); --theme-tag-required-hover-border-color: transparen=
t; --theme-body-font-family: var(--ff-sans); --theme-body-font-color: var=
(--black-600); --theme-post-title-font-family: var(--ff-sans); --theme-po=
st-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,=
0.8); --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-f=
amily: var(--ff-sans); --theme-post-owner-background-color: var(--theme-p=
rimary-100); --theme-post-owner-new-background-color: var(--theme-primary=
-200); --theme-topbar-bottom-border: none; color: rgb(12, 13, 14); letter=
-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-tr=
ansform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0=
px; white-space: normal; background-color: rgb(255, 255, 255); text-decor=
ation-thickness: initial; text-decoration-style: initial; text-decoration=
-color: initial;">
<div class=3D"s-prose js-post-body" itemprop=3D"text"
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: var(--_pr-lh); font-family: var(--theme-post-body-font-family, var(-=
-theme-body-font-family)); font-optical-sizing: inherit; font-kerning: in=
herit; font-feature-settings: inherit; font-variation-settings: inherit; =
font-size: var(--_pr-fs); vertical-align: baseline; box-sizing: inherit; =
--_pr-fs: calc(var(--su-static16) - var(--su-static1)); --_pr-lh: 1.5; --=
_pr-blockquote-ml: 1em; --_pr-blockquote-mt: 0; --_pr-blockquote-before-b=
g: var(--black-250); --_pr-code-fs: var(--fs-body1); --_pr-h1-fs: var(--f=
s-headline1); --_pr-h2-fs: var(--fs-title); --_pr-h3-fs: var(--fs-subhead=
ing); --_pr-h4-fs: var(--fs-body3); --_pr-h5-fs: var(--fs-body2); --_pr-h=
6-fs: var(--fs-body1); --_pr-hr-bg: var(--black-225); --_pr-img-mb: 1.1em=
; --_pr-kbd-bc: var(--black-300); --_pr-kbd-bs: 0 var(--su-static1) var(-=
-su-static1) hsla(210,8%,5%,0.15), inset 0 1px 0 0 var(--_white-static); =
--_pr-spoiler-cursor: pointer; --_pr-spoiler-after-t: 1em; --_pr-soiler-a=
fter-o: unset; --_pr-soiler-child-o: 0; --_pr-soiler-child-visibility: hi=
dden; --s-prose-spacing: 1.1em; --s-prose-spacing-condensed: calc(1.1em /=
2); overflow-wrap: break-word; --theme-base-primary-color-h: 198; --them=
e-base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37=
254902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color=
-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primar=
y-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-pri=
mary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--th=
eme-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(=
--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(va=
r(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color=
-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-co=
lor-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color=
-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), =
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l)=
+ (var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-60=
0: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-=
s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-co=
lor-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400);=
--theme-button-color: var(--theme-primary); --theme-button-hover-color: =
var(--theme-primary-400); --theme-button-hover-background-color: var(--th=
eme-primary-100); --theme-button-active-background-color: var(--theme-pri=
mary-200); --theme-button-selected-color: var(--theme-primary-600); --the=
me-button-selected-background-color: var(--theme-primary-300); --theme-bu=
tton-outlined-border-color: var(--theme-primary-400); --theme-button-outl=
ined-selected-border-color: var(--theme-primary-500); --theme-button-prim=
ary-color: var(--white); --theme-button-primary-active-color: var(--white=
); --theme-button-primary-hover-color: var(--white); --theme-button-prima=
ry-selected-color: var(--white); --theme-button-primary-background-color:=
var(--theme-primary-400); --theme-button-primary-active-background-color=
: var(--theme-primary-600); --theme-button-primary-hover-background-color=
: var(--theme-primary-500); --theme-button-primary-selected-background-co=
lor: var(--theme-primary-600); --theme-background-color: var(--white); --=
theme-background-position: top left; --theme-background-repeat: repeat; -=
-theme-background-size: auto; --theme-background-attachment: auto; --them=
e-content-background-color: var(--white); --theme-content-border-color: h=
sl(210,8%,90%); --theme-header-background-color: transparent; --theme-hea=
der-background-position: center left; --theme-header-background-repeat: r=
epeat; --theme-header-background-size: auto; --theme-header-background-bo=
rder-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-=
header-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color:=
transparent; --theme-header-foreground-position: bottom right; --theme-h=
eader-foreground-repeat: no-repeat; --theme-header-foreground-size: auto;=
--theme-footer-background-color: transparent; --theme-footer-background-=
position: top left; --theme-footer-background-repeat: no-repeat; --theme-=
footer-background-size: auto; --theme-footer-background-border-top: 0; --=
theme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,=
68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-col=
or-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); =
--theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-=
link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-colo=
r-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --them=
e-tag-background-color: var(--theme-secondary-100); --theme-tag-border-co=
lor: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --=
theme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag=
-hover-border-color: transparent; --theme-tag-required-color: var(--white=
); --theme-tag-required-background-color: var(--theme-secondary-500); --t=
heme-tag-required-border-color: transparent; --theme-tag-required-hover-c=
olor: var(--white); --theme-tag-required-hover-background-color: var(--th=
eme-secondary-400); --theme-tag-required-hover-border-color: transparent;=
--theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(-=
-black-600); --theme-post-title-font-family: var(--ff-sans); --theme-post=
-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.=
8); --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-fam=
ily: var(--ff-sans); --theme-post-owner-background-color: var(--theme-pri=
mary-100); --theme-post-owner-new-background-color: var(--theme-primary-2=
00); --theme-topbar-bottom-border: none; width: 628.892px;">
<p
style=3D"margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-style: in=
herit; font-variant: inherit; font-weight: inherit; font-stretch: inherit=
; line-height: inherit; font-family: inherit; font-optical-sizing: inheri=
t; font-kerning: inherit; font-feature-settings: inherit; font-variation-=
settings: inherit; font-size: 15px; vertical-align: baseline; box-sizing:=
inherit; clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198=
; --theme-base-primary-color-s: 60.48387097%; --theme-base-primary-color-=
l: 51.37254902%; --theme-primary-custom-100: hsl(var(--theme-base-primary=
-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-prima=
ry-color-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --them=
e-primary-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-=
base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - =
var(--theme-base-primary-color-l)) * .75))); --theme-primary-custom-300: =
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s),=
calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-prima=
ry-color-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-pr=
imary-color-h), var(--theme-base-primary-color-s), var(--theme-base-prima=
ry-color-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-co=
lor-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-=
color-l) + (var(--theme-base-primary-color-l) * -.3))); --theme-primary-c=
ustom-600: hsl(var(--theme-base-primary-color-h), var(--theme-base-primar=
y-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-pr=
imary-color-l) * -.6))); --theme-primary-custom: var(--theme-primary-cust=
om-400); --theme-button-color: var(--theme-primary); --theme-button-hover=
-color: var(--theme-primary-400); --theme-button-hover-background-color: =
var(--theme-primary-100); --theme-button-active-background-color: var(--t=
heme-primary-200); --theme-button-selected-color: var(--theme-primary-600=
); --theme-button-selected-background-color: var(--theme-primary-300); --=
theme-button-outlined-border-color: var(--theme-primary-400); --theme-but=
ton-outlined-selected-border-color: var(--theme-primary-500); --theme-but=
ton-primary-color: var(--white); --theme-button-primary-active-color: var=
(--white); --theme-button-primary-hover-color: var(--white); --theme-butt=
on-primary-selected-color: var(--white); --theme-button-primary-backgroun=
d-color: var(--theme-primary-400); --theme-button-primary-active-backgrou=
nd-color: var(--theme-primary-600); --theme-button-primary-hover-backgrou=
nd-color: var(--theme-primary-500); --theme-button-primary-selected-backg=
round-color: var(--theme-primary-600); --theme-background-color: var(--wh=
ite); --theme-background-position: top left; --theme-background-repeat: r=
epeat; --theme-background-size: auto; --theme-background-attachment: auto=
; --theme-content-background-color: var(--white); --theme-content-border-=
color: hsl(210,8%,90%); --theme-header-background-color: transparent; --t=
heme-header-background-position: center left; --theme-header-background-r=
epeat: repeat; --theme-header-background-size: auto; --theme-header-backg=
round-border-bottom: 0; --theme-header-link-color: var(--theme-primary); =
--theme-header-sponsored-color: hsl(210,8%,25%); --theme-header-foregroun=
d-color: transparent; --theme-header-foreground-position: bottom right; -=
-theme-header-foreground-repeat: no-repeat; --theme-header-foreground-siz=
e: auto; --theme-footer-background-color: transparent; --theme-footer-bac=
kground-position: top left; --theme-footer-background-repeat: no-repeat; =
--theme-footer-background-size: auto; --theme-footer-background-border-to=
p: 0; --theme-footer-title-color: #0082A3; --theme-footer-text-color: hsl=
(210,8%,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-=
link-color-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8=
%,90%); --theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; =
--theme-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-l=
ink-color-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500)=
; --theme-tag-background-color: var(--theme-secondary-100); --theme-tag-b=
order-color: transparent; --theme-tag-hover-color: var(--theme-secondary-=
600); --theme-tag-hover-background-color: var(--theme-secondary-200); --t=
heme-tag-hover-border-color: transparent; --theme-tag-required-color: var=
(--white); --theme-tag-required-background-color: var(--theme-secondary-5=
00); --theme-tag-required-border-color: transparent; --theme-tag-required=
-hover-color: var(--white); --theme-tag-required-hover-background-color: =
var(--theme-secondary-400); --theme-tag-required-hover-border-color: tran=
sparent; --theme-body-font-family: var(--ff-sans); --theme-body-font-colo=
r: var(--black-600); --theme-post-title-font-family: var(--ff-sans); --th=
eme-post-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,16=
1,206,0.8); --theme-post-title-color-visited: #50AEC6; --theme-post-body-=
font-family: var(--ff-sans); --theme-post-owner-background-color: var(--t=
heme-primary-100); --theme-post-owner-new-background-color: var(--theme-p=
rimary-200); --theme-topbar-bottom-border: none;">UUIDs
are not hardware-specific but stored in the partition's
filesystem. That means cloning a disk or partition with<span>=C2=
=A0</span><code
style=3D"margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-s=
tyle: inherit; font-variant: inherit; font-weight: inherit; font-stretch:=
inherit; line-height: inherit; font-family: var(--ff-mono); font-optical=
-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; =
font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical=
-align: baseline; box-sizing: inherit; background-color: var(--black-200)=
; white-space: pre-wrap; --theme-base-primary-color-h: 198; --theme-base-=
primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%=
; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(=
--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (=
(100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-custo=
m-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme=
-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--the=
me-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * =
=2E5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l));=
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (v=
ar(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l=
) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --th=
eme-button-color: var(--theme-primary); --theme-button-hover-color: var(-=
-theme-primary-400); --theme-button-hover-background-color: var(--theme-p=
rimary-100); --theme-button-active-background-color: var(--theme-primary-=
200); --theme-button-selected-color: var(--theme-primary-600); --theme-bu=
tton-selected-background-color: var(--theme-primary-300); --theme-button-=
outlined-border-color: var(--theme-primary-400); --theme-button-outlined-=
selected-border-color: var(--theme-primary-500); --theme-button-primary-c=
olor: var(--white); --theme-button-primary-active-color: var(--white); --=
theme-button-primary-hover-color: var(--white); --theme-button-primary-se=
lected-color: var(--white); --theme-button-primary-background-color: var(=
--theme-primary-400); --theme-button-primary-active-background-color: var=
(--theme-primary-600); --theme-button-primary-hover-background-color: var=
(--theme-primary-500); --theme-button-primary-selected-background-color: =
var(--theme-primary-600); --theme-background-color: var(--white); --theme=
-background-position: top left; --theme-background-repeat: repeat; --them=
e-background-size: auto; --theme-background-attachment: auto; --theme-con=
tent-background-color: var(--white); --theme-content-border-color: hsl(21=
0,8%,90%); --theme-header-background-color: transparent; --theme-header-b=
ackground-position: center left; --theme-header-background-repeat: repeat=
; --theme-header-background-size: auto; --theme-header-background-border-=
bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-heade=
r-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: tran=
sparent; --theme-header-foreground-position: bottom right; --theme-header=
-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --th=
eme-footer-background-color: transparent; --theme-footer-background-posit=
ion: top left; --theme-footer-background-repeat: no-repeat; --theme-foote=
r-background-size: auto; --theme-footer-background-border-top: 0; --theme=
-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%);=
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-ho=
ver: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --the=
me-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-=
color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-vis=
ited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag=
-background-color: var(--theme-secondary-100); --theme-tag-border-color: =
transparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme=
-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hove=
r-border-color: transparent; --theme-tag-required-color: var(--white); --=
theme-tag-required-background-color: var(--theme-secondary-500); --theme-=
tag-required-border-color: transparent; --theme-tag-required-hover-color:=
var(--white); --theme-tag-required-hover-background-color: var(--theme-s=
econdary-400); --theme-tag-required-hover-border-color: transparent; --th=
eme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--blac=
k-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-titl=
e-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); -=
-theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: =
var(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-=
100); --theme-post-owner-new-background-color: var(--theme-primary-200); =
--theme-topbar-bottom-border: none; color: var(--black-600); border-radiu=
s: var(--br-sm);">dd</code><span>=C2=A0</span>will
result in the same UUID.</p>
<p
style=3D"margin: 0px 0px 1.1em; padding: 0px; border: 0px; font-style: in=
herit; font-variant: inherit; font-weight: inherit; font-stretch: inherit=
; line-height: inherit; font-family: inherit; font-optical-sizing: inheri=
t; font-kerning: inherit; font-feature-settings: inherit; font-variation-=
settings: inherit; font-size: 15px; vertical-align: baseline; box-sizing:=
inherit; clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198=
; --theme-base-primary-color-s: 60.48387097%; --theme-base-primary-color-=
l: 51.37254902%; --theme-primary-custom-100: hsl(var(--theme-base-primary=
-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-prima=
ry-color-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --them=
e-primary-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-=
base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - =
var(--theme-base-primary-color-l)) * .75))); --theme-primary-custom-300: =
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s),=
calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-prima=
ry-color-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-pr=
imary-color-h), var(--theme-base-primary-color-s), var(--theme-base-prima=
ry-color-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-co=
lor-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-=
color-l) + (var(--theme-base-primary-color-l) * -.3))); --theme-primary-c=
ustom-600: hsl(var(--theme-base-primary-color-h), var(--theme-base-primar=
y-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-pr=
imary-color-l) * -.6))); --theme-primary-custom: var(--theme-primary-cust=
om-400); --theme-button-color: var(--theme-primary); --theme-button-hover=
-color: var(--theme-primary-400); --theme-button-hover-background-color: =
var(--theme-primary-100); --theme-button-active-background-color: var(--t=
heme-primary-200); --theme-button-selected-color: var(--theme-primary-600=
); --theme-button-selected-background-color: var(--theme-primary-300); --=
theme-button-outlined-border-color: var(--theme-primary-400); --theme-but=
ton-outlined-selected-border-color: var(--theme-primary-500); --theme-but=
ton-primary-color: var(--white); --theme-button-primary-active-color: var=
(--white); --theme-button-primary-hover-color: var(--white); --theme-butt=
on-primary-selected-color: var(--white); --theme-button-primary-backgroun=
d-color: var(--theme-primary-400); --theme-button-primary-active-backgrou=
nd-color: var(--theme-primary-600); --theme-button-primary-hover-backgrou=
nd-color: var(--theme-primary-500); --theme-button-primary-selected-backg=
round-color: var(--theme-primary-600); --theme-background-color: var(--wh=
ite); --theme-background-position: top left; --theme-background-repeat: r=
epeat; --theme-background-size: auto; --theme-background-attachment: auto=
; --theme-content-background-color: var(--white); --theme-content-border-=
color: hsl(210,8%,90%); --theme-header-background-color: transparent; --t=
heme-header-background-position: center left; --theme-header-background-r=
epeat: repeat; --theme-header-background-size: auto; --theme-header-backg=
round-border-bottom: 0; --theme-header-link-color: var(--theme-primary); =
--theme-header-sponsored-color: hsl(210,8%,25%); --theme-header-foregroun=
d-color: transparent; --theme-header-foreground-position: bottom right; -=
-theme-header-foreground-repeat: no-repeat; --theme-header-foreground-siz=
e: auto; --theme-footer-background-color: transparent; --theme-footer-bac=
kground-position: top left; --theme-footer-background-repeat: no-repeat; =
--theme-footer-background-size: auto; --theme-footer-background-border-to=
p: 0; --theme-footer-title-color: #0082A3; --theme-footer-text-color: hsl=
(210,8%,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-=
link-color-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8=
%,90%); --theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; =
--theme-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-l=
ink-color-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500)=
; --theme-tag-background-color: var(--theme-secondary-100); --theme-tag-b=
order-color: transparent; --theme-tag-hover-color: var(--theme-secondary-=
600); --theme-tag-hover-background-color: var(--theme-secondary-200); --t=
heme-tag-hover-border-color: transparent; --theme-tag-required-color: var=
(--white); --theme-tag-required-background-color: var(--theme-secondary-5=
00); --theme-tag-required-border-color: transparent; --theme-tag-required=
-hover-color: var(--white); --theme-tag-required-hover-background-color: =
var(--theme-secondary-400); --theme-tag-required-hover-border-color: tran=
sparent; --theme-body-font-family: var(--ff-sans); --theme-body-font-colo=
r: var(--black-600); --theme-post-title-font-family: var(--ff-sans); --th=
eme-post-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,16=
1,206,0.8); --theme-post-title-color-visited: #50AEC6; --theme-post-body-=
font-family: var(--ff-sans); --theme-post-owner-background-color: var(--t=
heme-primary-100); --theme-post-owner-new-background-color: var(--theme-p=
rimary-200); --theme-topbar-bottom-border: none;">You
can assign a new UUID by using:</p>
<ul
style=3D"margin: 0px 0px 1.1em 30px; padding: 0px; border: 0px; font-styl=
e: inherit; font-variant: inherit; font-weight: inherit; font-stretch: in=
herit; line-height: inherit; font-family: inherit; font-optical-sizing: i=
nherit; font-kerning: inherit; font-feature-settings: inherit; font-varia=
tion-settings: inherit; font-size: 15px; vertical-align: baseline; list-s=
tyle: disc; box-sizing: inherit; --theme-base-primary-color-h: 198; --the=
me-base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3=
7254902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-=
h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-colo=
r-l) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-prima=
ry-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-pr=
imary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--t=
heme-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var=
(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(v=
ar(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-colo=
r-l)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-c=
olor-h), var(--theme-base-primary-color-s), var(--theme-base-primary-colo=
r-l)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + (var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-6=
00: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color=
-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-c=
olor-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400)=
; --theme-button-color: var(--theme-primary); --theme-button-hover-color:=
var(--theme-primary-400); --theme-button-hover-background-color: var(--t=
heme-primary-100); --theme-button-active-background-color: var(--theme-pr=
imary-200); --theme-button-selected-color: var(--theme-primary-600); --th=
eme-button-selected-background-color: var(--theme-primary-300); --theme-b=
utton-outlined-border-color: var(--theme-primary-400); --theme-button-out=
lined-selected-border-color: var(--theme-primary-500); --theme-button-pri=
mary-color: var(--white); --theme-button-primary-active-color: var(--whit=
e); --theme-button-primary-hover-color: var(--white); --theme-button-prim=
ary-selected-color: var(--white); --theme-button-primary-background-color=
: var(--theme-primary-400); --theme-button-primary-active-background-colo=
r: var(--theme-primary-600); --theme-button-primary-hover-background-colo=
r: var(--theme-primary-500); --theme-button-primary-selected-background-c=
olor: var(--theme-primary-600); --theme-background-color: var(--white); -=
-theme-background-position: top left; --theme-background-repeat: repeat; =
--theme-background-size: auto; --theme-background-attachment: auto; --the=
me-content-background-color: var(--white); --theme-content-border-color: =
hsl(210,8%,90%); --theme-header-background-color: transparent; --theme-he=
ader-background-position: center left; --theme-header-background-repeat: =
repeat; --theme-header-background-size: auto; --theme-header-background-b=
order-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme=
-header-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color=
: transparent; --theme-header-foreground-position: bottom right; --theme-=
header-foreground-repeat: no-repeat; --theme-header-foreground-size: auto=
; --theme-footer-background-color: transparent; --theme-footer-background=
-position: top left; --theme-footer-background-repeat: no-repeat; --theme=
-footer-background-size: auto; --theme-footer-background-border-top: 0; -=
-theme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%=
,68%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-co=
lor-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%);=
--theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme=
-link-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-col=
or-visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --the=
me-tag-background-color: var(--theme-secondary-100); --theme-tag-border-c=
olor: transparent; --theme-tag-hover-color: var(--theme-secondary-600); -=
-theme-tag-hover-background-color: var(--theme-secondary-200); --theme-ta=
g-hover-border-color: transparent; --theme-tag-required-color: var(--whit=
e); --theme-tag-required-background-color: var(--theme-secondary-500); --=
theme-tag-required-border-color: transparent; --theme-tag-required-hover-=
color: var(--white); --theme-tag-required-hover-background-color: var(--t=
heme-secondary-400); --theme-tag-required-hover-border-color: transparent=
; --theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(=
--black-600); --theme-post-title-font-family: var(--ff-sans); --theme-pos=
t-title-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0=
=2E8); --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-=
family: var(--ff-sans); --theme-post-owner-background-color: var(--theme-=
primary-100); --theme-post-owner-new-background-color: var(--theme-primar=
y-200); --theme-topbar-bottom-border: none;">
<li
style=3D"margin: 0px 0px calc(0.55em); padding: 0px; border: 0px; font-st=
yle: inherit; font-variant: inherit; font-weight: inherit; font-stretch: =
inherit; line-height: inherit; font-family: inherit; font-optical-sizing:=
inherit; font-kerning: inherit; font-feature-settings: inherit; font-var=
iation-settings: inherit; font-size: 15px; vertical-align: baseline; box-=
sizing: inherit; --_pr-blockquote-mt: calc(1.1em / 2); --_pr-img-mb: 0; o=
verflow-wrap: break-word; --theme-base-primary-color-h: 198; --theme-base=
-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902=
%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var=
(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + =
((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-cust=
om-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-c=
olor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-ba=
se-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--them=
e-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--th=
eme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) *=
.5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h)=
, var(--theme-base-primary-color-s), var(--theme-base-primary-color-l)); =
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(--=
theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (va=
r(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hsl=
(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), ca=
lc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l)=
* -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --the=
me-button-color: var(--theme-primary); --theme-button-hover-color: var(--=
theme-primary-400); --theme-button-hover-background-color: var(--theme-pr=
imary-100); --theme-button-active-background-color: var(--theme-primary-2=
00); --theme-button-selected-color: var(--theme-primary-600); --theme-but=
ton-selected-background-color: var(--theme-primary-300); --theme-button-o=
utlined-border-color: var(--theme-primary-400); --theme-button-outlined-s=
elected-border-color: var(--theme-primary-500); --theme-button-primary-co=
lor: var(--white); --theme-button-primary-active-color: var(--white); --t=
heme-button-primary-hover-color: var(--white); --theme-button-primary-sel=
ected-color: var(--white); --theme-button-primary-background-color: var(-=
-theme-primary-400); --theme-button-primary-active-background-color: var(=
--theme-primary-600); --theme-button-primary-hover-background-color: var(=
--theme-primary-500); --theme-button-primary-selected-background-color: v=
ar(--theme-primary-600); --theme-background-color: var(--white); --theme-=
background-position: top left; --theme-background-repeat: repeat; --theme=
-background-size: auto; --theme-background-attachment: auto; --theme-cont=
ent-background-color: var(--white); --theme-content-border-color: hsl(210=
,8%,90%); --theme-header-background-color: transparent; --theme-header-ba=
ckground-position: center left; --theme-header-background-repeat: repeat;=
--theme-header-background-size: auto; --theme-header-background-border-b=
ottom: 0; --theme-header-link-color: var(--theme-primary); --theme-header=
-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: trans=
parent; --theme-header-foreground-position: bottom right; --theme-header-=
foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --the=
me-footer-background-color: transparent; --theme-footer-background-positi=
on: top left; --theme-footer-background-repeat: no-repeat; --theme-footer=
-background-size: auto; --theme-footer-background-border-top: 0; --theme-=
footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); =
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-hov=
er: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --them=
e-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-c=
olor: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-visi=
ted: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag-=
background-color: var(--theme-secondary-100); --theme-tag-border-color: t=
ransparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme-=
tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hover=
-border-color: transparent; --theme-tag-required-color: var(--white); --t=
heme-tag-required-background-color: var(--theme-secondary-500); --theme-t=
ag-required-border-color: transparent; --theme-tag-required-hover-color: =
var(--white); --theme-tag-required-hover-background-color: var(--theme-se=
condary-400); --theme-tag-required-hover-border-color: transparent; --the=
me-body-font-family: var(--ff-sans); --theme-body-font-color: var(--black=
-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-title=
-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --=
theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: v=
ar(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-1=
00); --theme-post-owner-new-background-color: var(--theme-primary-200); -=
-theme-topbar-bottom-border: none;"><code
style=3D"margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-s=
tyle: inherit; font-variant: inherit; font-weight: inherit; font-stretch:=
inherit; line-height: inherit; font-family: var(--ff-mono); font-optical=
-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; =
font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical=
-align: baseline; box-sizing: inherit; background-color: var(--black-200)=
; white-space: pre-wrap; --theme-base-primary-color-h: 198; --theme-base-=
primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%=
; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(=
--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (=
(100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-custo=
m-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme=
-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--the=
me-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * =
=2E5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l));=
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (v=
ar(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l=
) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --th=
eme-button-color: var(--theme-primary); --theme-button-hover-color: var(-=
-theme-primary-400); --theme-button-hover-background-color: var(--theme-p=
rimary-100); --theme-button-active-background-color: var(--theme-primary-=
200); --theme-button-selected-color: var(--theme-primary-600); --theme-bu=
tton-selected-background-color: var(--theme-primary-300); --theme-button-=
outlined-border-color: var(--theme-primary-400); --theme-button-outlined-=
selected-border-color: var(--theme-primary-500); --theme-button-primary-c=
olor: var(--white); --theme-button-primary-active-color: var(--white); --=
theme-button-primary-hover-color: var(--white); --theme-button-primary-se=
lected-color: var(--white); --theme-button-primary-background-color: var(=
--theme-primary-400); --theme-button-primary-active-background-color: var=
(--theme-primary-600); --theme-button-primary-hover-background-color: var=
(--theme-primary-500); --theme-button-primary-selected-background-color: =
var(--theme-primary-600); --theme-background-color: var(--white); --theme=
-background-position: top left; --theme-background-repeat: repeat; --them=
e-background-size: auto; --theme-background-attachment: auto; --theme-con=
tent-background-color: var(--white); --theme-content-border-color: hsl(21=
0,8%,90%); --theme-header-background-color: transparent; --theme-header-b=
ackground-position: center left; --theme-header-background-repeat: repeat=
; --theme-header-background-size: auto; --theme-header-background-border-=
bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-heade=
r-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: tran=
sparent; --theme-header-foreground-position: bottom right; --theme-header=
-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --th=
eme-footer-background-color: transparent; --theme-footer-background-posit=
ion: top left; --theme-footer-background-repeat: no-repeat; --theme-foote=
r-background-size: auto; --theme-footer-background-border-top: 0; --theme=
-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%);=
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-ho=
ver: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --the=
me-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-=
color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-vis=
ited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag=
-background-color: var(--theme-secondary-100); --theme-tag-border-color: =
transparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme=
-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hove=
r-border-color: transparent; --theme-tag-required-color: var(--white); --=
theme-tag-required-background-color: var(--theme-secondary-500); --theme-=
tag-required-border-color: transparent; --theme-tag-required-hover-color:=
var(--white); --theme-tag-required-hover-background-color: var(--theme-s=
econdary-400); --theme-tag-required-hover-border-color: transparent; --th=
eme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--blac=
k-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-titl=
e-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); -=
-theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: =
var(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-=
100); --theme-post-owner-new-background-color: var(--theme-primary-200); =
--theme-topbar-bottom-border: none; color: var(--black-600); border-radiu=
s: var(--br-sm);">tune2fs -U random <device></code><span>=C2=A0</sp=
an>(ext2/ext3/ext4)</li>
<li
style=3D"margin: 0px 0px calc(0.55em); padding: 0px; border: 0px; font-st=
yle: inherit; font-variant: inherit; font-weight: inherit; font-stretch: =
inherit; line-height: inherit; font-family: inherit; font-optical-sizing:=
inherit; font-kerning: inherit; font-feature-settings: inherit; font-var=
iation-settings: inherit; font-size: 15px; vertical-align: baseline; box-=
sizing: inherit; --_pr-blockquote-mt: calc(1.1em / 2); --_pr-img-mb: 0; o=
verflow-wrap: break-word; --theme-base-primary-color-h: 198; --theme-base=
-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902=
%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var=
(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + =
((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-cust=
om-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-c=
olor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-ba=
se-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--them=
e-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--th=
eme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) *=
.5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h)=
, var(--theme-base-primary-color-s), var(--theme-base-primary-color-l)); =
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(--=
theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (va=
r(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hsl=
(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), ca=
lc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l)=
* -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --the=
me-button-color: var(--theme-primary); --theme-button-hover-color: var(--=
theme-primary-400); --theme-button-hover-background-color: var(--theme-pr=
imary-100); --theme-button-active-background-color: var(--theme-primary-2=
00); --theme-button-selected-color: var(--theme-primary-600); --theme-but=
ton-selected-background-color: var(--theme-primary-300); --theme-button-o=
utlined-border-color: var(--theme-primary-400); --theme-button-outlined-s=
elected-border-color: var(--theme-primary-500); --theme-button-primary-co=
lor: var(--white); --theme-button-primary-active-color: var(--white); --t=
heme-button-primary-hover-color: var(--white); --theme-button-primary-sel=
ected-color: var(--white); --theme-button-primary-background-color: var(-=
-theme-primary-400); --theme-button-primary-active-background-color: var(=
--theme-primary-600); --theme-button-primary-hover-background-color: var(=
--theme-primary-500); --theme-button-primary-selected-background-color: v=
ar(--theme-primary-600); --theme-background-color: var(--white); --theme-=
background-position: top left; --theme-background-repeat: repeat; --theme=
-background-size: auto; --theme-background-attachment: auto; --theme-cont=
ent-background-color: var(--white); --theme-content-border-color: hsl(210=
,8%,90%); --theme-header-background-color: transparent; --theme-header-ba=
ckground-position: center left; --theme-header-background-repeat: repeat;=
--theme-header-background-size: auto; --theme-header-background-border-b=
ottom: 0; --theme-header-link-color: var(--theme-primary); --theme-header=
-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: trans=
parent; --theme-header-foreground-position: bottom right; --theme-header-=
foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --the=
me-footer-background-color: transparent; --theme-footer-background-positi=
on: top left; --theme-footer-background-repeat: no-repeat; --theme-footer=
-background-size: auto; --theme-footer-background-border-top: 0; --theme-=
footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); =
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-hov=
er: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --them=
e-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-c=
olor: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-visi=
ted: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag-=
background-color: var(--theme-secondary-100); --theme-tag-border-color: t=
ransparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme-=
tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hover=
-border-color: transparent; --theme-tag-required-color: var(--white); --t=
heme-tag-required-background-color: var(--theme-secondary-500); --theme-t=
ag-required-border-color: transparent; --theme-tag-required-hover-color: =
var(--white); --theme-tag-required-hover-background-color: var(--theme-se=
condary-400); --theme-tag-required-hover-border-color: transparent; --the=
me-body-font-family: var(--ff-sans); --theme-body-font-color: var(--black=
-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-title=
-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --=
theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: v=
ar(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-1=
00); --theme-post-owner-new-background-color: var(--theme-primary-200); -=
-theme-topbar-bottom-border: none;"><code
style=3D"margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-s=
tyle: inherit; font-variant: inherit; font-weight: inherit; font-stretch:=
inherit; line-height: inherit; font-family: var(--ff-mono); font-optical=
-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; =
font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical=
-align: baseline; box-sizing: inherit; background-color: var(--black-200)=
; white-space: pre-wrap; --theme-base-primary-color-h: 198; --theme-base-=
primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%=
; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(=
--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (=
(100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-custo=
m-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme=
-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--the=
me-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * =
=2E5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l));=
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (v=
ar(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l=
) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --th=
eme-button-color: var(--theme-primary); --theme-button-hover-color: var(-=
-theme-primary-400); --theme-button-hover-background-color: var(--theme-p=
rimary-100); --theme-button-active-background-color: var(--theme-primary-=
200); --theme-button-selected-color: var(--theme-primary-600); --theme-bu=
tton-selected-background-color: var(--theme-primary-300); --theme-button-=
outlined-border-color: var(--theme-primary-400); --theme-button-outlined-=
selected-border-color: var(--theme-primary-500); --theme-button-primary-c=
olor: var(--white); --theme-button-primary-active-color: var(--white); --=
theme-button-primary-hover-color: var(--white); --theme-button-primary-se=
lected-color: var(--white); --theme-button-primary-background-color: var(=
--theme-primary-400); --theme-button-primary-active-background-color: var=
(--theme-primary-600); --theme-button-primary-hover-background-color: var=
(--theme-primary-500); --theme-button-primary-selected-background-color: =
var(--theme-primary-600); --theme-background-color: var(--white); --theme=
-background-position: top left; --theme-background-repeat: repeat; --them=
e-background-size: auto; --theme-background-attachment: auto; --theme-con=
tent-background-color: var(--white); --theme-content-border-color: hsl(21=
0,8%,90%); --theme-header-background-color: transparent; --theme-header-b=
ackground-position: center left; --theme-header-background-repeat: repeat=
; --theme-header-background-size: auto; --theme-header-background-border-=
bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-heade=
r-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: tran=
sparent; --theme-header-foreground-position: bottom right; --theme-header=
-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --th=
eme-footer-background-color: transparent; --theme-footer-background-posit=
ion: top left; --theme-footer-background-repeat: no-repeat; --theme-foote=
r-background-size: auto; --theme-footer-background-border-top: 0; --theme=
-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%);=
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-ho=
ver: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --the=
me-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-=
color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-vis=
ited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag=
-background-color: var(--theme-secondary-100); --theme-tag-border-color: =
transparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme=
-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hove=
r-border-color: transparent; --theme-tag-required-color: var(--white); --=
theme-tag-required-background-color: var(--theme-secondary-500); --theme-=
tag-required-border-color: transparent; --theme-tag-required-hover-color:=
var(--white); --theme-tag-required-hover-background-color: var(--theme-s=
econdary-400); --theme-tag-required-hover-border-color: transparent; --th=
eme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--blac=
k-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-titl=
e-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); -=
-theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: =
var(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-=
100); --theme-post-owner-new-background-color: var(--theme-primary-200); =
--theme-topbar-bottom-border: none; color: var(--black-600); border-radiu=
s: var(--br-sm);">xfs_admin -U generate <device></code><span>=C2=A0=
</span>(xfs)</li>
<li
style=3D"margin: 0px 0px calc(0.55em); padding: 0px; border: 0px; font-st=
yle: inherit; font-variant: inherit; font-weight: inherit; font-stretch: =
inherit; line-height: inherit; font-family: inherit; font-optical-sizing:=
inherit; font-kerning: inherit; font-feature-settings: inherit; font-var=
iation-settings: inherit; font-size: 15px; vertical-align: baseline; box-=
sizing: inherit; --_pr-blockquote-mt: calc(1.1em / 2); --_pr-img-mb: 0; o=
verflow-wrap: break-word; --theme-base-primary-color-h: 198; --theme-base=
-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902=
%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var=
(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + =
((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-cust=
om-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-c=
olor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-ba=
se-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--them=
e-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--th=
eme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) *=
.5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h)=
, var(--theme-base-primary-color-s), var(--theme-base-primary-color-l)); =
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(--=
theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (va=
r(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hsl=
(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), ca=
lc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l)=
* -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --the=
me-button-color: var(--theme-primary); --theme-button-hover-color: var(--=
theme-primary-400); --theme-button-hover-background-color: var(--theme-pr=
imary-100); --theme-button-active-background-color: var(--theme-primary-2=
00); --theme-button-selected-color: var(--theme-primary-600); --theme-but=
ton-selected-background-color: var(--theme-primary-300); --theme-button-o=
utlined-border-color: var(--theme-primary-400); --theme-button-outlined-s=
elected-border-color: var(--theme-primary-500); --theme-button-primary-co=
lor: var(--white); --theme-button-primary-active-color: var(--white); --t=
heme-button-primary-hover-color: var(--white); --theme-button-primary-sel=
ected-color: var(--white); --theme-button-primary-background-color: var(-=
-theme-primary-400); --theme-button-primary-active-background-color: var(=
--theme-primary-600); --theme-button-primary-hover-background-color: var(=
--theme-primary-500); --theme-button-primary-selected-background-color: v=
ar(--theme-primary-600); --theme-background-color: var(--white); --theme-=
background-position: top left; --theme-background-repeat: repeat; --theme=
-background-size: auto; --theme-background-attachment: auto; --theme-cont=
ent-background-color: var(--white); --theme-content-border-color: hsl(210=
,8%,90%); --theme-header-background-color: transparent; --theme-header-ba=
ckground-position: center left; --theme-header-background-repeat: repeat;=
--theme-header-background-size: auto; --theme-header-background-border-b=
ottom: 0; --theme-header-link-color: var(--theme-primary); --theme-header=
-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: trans=
parent; --theme-header-foreground-position: bottom right; --theme-header-=
foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --the=
me-footer-background-color: transparent; --theme-footer-background-positi=
on: top left; --theme-footer-background-repeat: no-repeat; --theme-footer=
-background-size: auto; --theme-footer-background-border-top: 0; --theme-=
footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); =
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-hov=
er: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --them=
e-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-c=
olor: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-visi=
ted: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag-=
background-color: var(--theme-secondary-100); --theme-tag-border-color: t=
ransparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme-=
tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hover=
-border-color: transparent; --theme-tag-required-color: var(--white); --t=
heme-tag-required-background-color: var(--theme-secondary-500); --theme-t=
ag-required-border-color: transparent; --theme-tag-required-hover-color: =
var(--white); --theme-tag-required-hover-background-color: var(--theme-se=
condary-400); --theme-tag-required-hover-border-color: transparent; --the=
me-body-font-family: var(--ff-sans); --theme-body-font-color: var(--black=
-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-title=
-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); --=
theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: v=
ar(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-1=
00); --theme-post-owner-new-background-color: var(--theme-primary-200); -=
-theme-topbar-bottom-border: none;"><code
style=3D"margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-s=
tyle: inherit; font-variant: inherit; font-weight: inherit; font-stretch:=
inherit; line-height: inherit; font-family: var(--ff-mono); font-optical=
-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; =
font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical=
-align: baseline; box-sizing: inherit; background-color: var(--black-200)=
; white-space: pre-wrap; --theme-base-primary-color-h: 198; --theme-base-=
primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%=
; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(=
--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (=
(100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-custo=
m-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme=
-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--the=
me-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * =
=2E5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l));=
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (v=
ar(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l=
) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --th=
eme-button-color: var(--theme-primary); --theme-button-hover-color: var(-=
-theme-primary-400); --theme-button-hover-background-color: var(--theme-p=
rimary-100); --theme-button-active-background-color: var(--theme-primary-=
200); --theme-button-selected-color: var(--theme-primary-600); --theme-bu=
tton-selected-background-color: var(--theme-primary-300); --theme-button-=
outlined-border-color: var(--theme-primary-400); --theme-button-outlined-=
selected-border-color: var(--theme-primary-500); --theme-button-primary-c=
olor: var(--white); --theme-button-primary-active-color: var(--white); --=
theme-button-primary-hover-color: var(--white); --theme-button-primary-se=
lected-color: var(--white); --theme-button-primary-background-color: var(=
--theme-primary-400); --theme-button-primary-active-background-color: var=
(--theme-primary-600); --theme-button-primary-hover-background-color: var=
(--theme-primary-500); --theme-button-primary-selected-background-color: =
var(--theme-primary-600); --theme-background-color: var(--white); --theme=
-background-position: top left; --theme-background-repeat: repeat; --them=
e-background-size: auto; --theme-background-attachment: auto; --theme-con=
tent-background-color: var(--white); --theme-content-border-color: hsl(21=
0,8%,90%); --theme-header-background-color: transparent; --theme-header-b=
ackground-position: center left; --theme-header-background-repeat: repeat=
; --theme-header-background-size: auto; --theme-header-background-border-=
bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-heade=
r-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: tran=
sparent; --theme-header-foreground-position: bottom right; --theme-header=
-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --th=
eme-footer-background-color: transparent; --theme-footer-background-posit=
ion: top left; --theme-footer-background-repeat: no-repeat; --theme-foote=
r-background-size: auto; --theme-footer-background-border-top: 0; --theme=
-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%);=
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-ho=
ver: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --the=
me-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-=
color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-vis=
ited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag=
-background-color: var(--theme-secondary-100); --theme-tag-border-color: =
transparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme=
-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hove=
r-border-color: transparent; --theme-tag-required-color: var(--white); --=
theme-tag-required-background-color: var(--theme-secondary-500); --theme-=
tag-required-border-color: transparent; --theme-tag-required-hover-color:=
var(--white); --theme-tag-required-hover-background-color: var(--theme-s=
econdary-400); --theme-tag-required-hover-border-color: transparent; --th=
eme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--blac=
k-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-titl=
e-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); -=
-theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: =
var(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-=
100); --theme-post-owner-new-background-color: var(--theme-primary-200); =
--theme-topbar-bottom-border: none; color: var(--black-600); border-radiu=
s: var(--br-sm);">reiserfstune -u $(uuidgen) <device></code><span>=C2=
=A0</span>(reiserfs)</li>
<li
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
--_pr-blockquote-mt: calc(1.1em / 2); --_pr-img-mb: 0; overflow-wrap: bre=
ak-word; --theme-base-primary-color-h: 198; --theme-base-primary-color-s:=
60.48387097%; --theme-base-primary-color-l: 51.37254902%; --theme-primar=
y-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-base-pri=
mary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--th=
eme-base-primary-color-l)) * .9))); --theme-primary-custom-200: hsl(var(-=
-theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var=
(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-=
l)) * .75))); --theme-primary-custom-300: hsl(var(--theme-base-primary-co=
lor-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-=
color-l) + ((100% - var(--theme-base-primary-color-l)) * .5))); --theme-p=
rimary-custom-400: hsl(var(--theme-base-primary-color-h), var(--theme-bas=
e-primary-color-s), var(--theme-base-primary-color-l)); --theme-primary-c=
ustom-500: hsl(var(--theme-base-primary-color-h), var(--theme-base-primar=
y-color-s), calc(var(--theme-base-primary-color-l) + (var(--theme-base-pr=
imary-color-l) * -.3))); --theme-primary-custom-600: hsl(var(--theme-base=
-primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-ba=
se-primary-color-l) + (var(--theme-base-primary-color-l) * -.6))); --them=
e-primary-custom: var(--theme-primary-custom-400); --theme-button-color: =
var(--theme-primary); --theme-button-hover-color: var(--theme-primary-400=
); --theme-button-hover-background-color: var(--theme-primary-100); --the=
me-button-active-background-color: var(--theme-primary-200); --theme-butt=
on-selected-color: var(--theme-primary-600); --theme-button-selected-back=
ground-color: var(--theme-primary-300); --theme-button-outlined-border-co=
lor: var(--theme-primary-400); --theme-button-outlined-selected-border-co=
lor: var(--theme-primary-500); --theme-button-primary-color: var(--white)=
; --theme-button-primary-active-color: var(--white); --theme-button-prima=
ry-hover-color: var(--white); --theme-button-primary-selected-color: var(=
--white); --theme-button-primary-background-color: var(--theme-primary-40=
0); --theme-button-primary-active-background-color: var(--theme-primary-6=
00); --theme-button-primary-hover-background-color: var(--theme-primary-5=
00); --theme-button-primary-selected-background-color: var(--theme-primar=
y-600); --theme-background-color: var(--white); --theme-background-positi=
on: top left; --theme-background-repeat: repeat; --theme-background-size:=
auto; --theme-background-attachment: auto; --theme-content-background-co=
lor: var(--white); --theme-content-border-color: hsl(210,8%,90%); --theme=
-header-background-color: transparent; --theme-header-background-position=
: center left; --theme-header-background-repeat: repeat; --theme-header-b=
ackground-size: auto; --theme-header-background-border-bottom: 0; --theme=
-header-link-color: var(--theme-primary); --theme-header-sponsored-color:=
hsl(210,8%,25%); --theme-header-foreground-color: transparent; --theme-h=
eader-foreground-position: bottom right; --theme-header-foreground-repeat=
: no-repeat; --theme-header-foreground-size: auto; --theme-footer-backgro=
und-color: transparent; --theme-footer-background-position: top left; --t=
heme-footer-background-repeat: no-repeat; --theme-footer-background-size:=
auto; --theme-footer-background-border-top: 0; --theme-footer-title-colo=
r: #0082A3; --theme-footer-text-color: hsl(210,8%,68%); --theme-footer-li=
nk-color: hsl(210,8%,25%); --theme-footer-link-color-hover: hsl(210,8%,5%=
); --theme-footer-divider-color: hsl(210,8%,90%); --theme-footer-padding-=
top: 0; --theme-footer-padding-bottom: 0; --theme-link-color: #38A1CE; --=
theme-link-color-hover: #61b4d8; --theme-link-color-visited: #50AEC6; --t=
heme-tag-color: var(--theme-secondary-500); --theme-tag-background-color:=
var(--theme-secondary-100); --theme-tag-border-color: transparent; --the=
me-tag-hover-color: var(--theme-secondary-600); --theme-tag-hover-backgro=
und-color: var(--theme-secondary-200); --theme-tag-hover-border-color: tr=
ansparent; --theme-tag-required-color: var(--white); --theme-tag-required=
-background-color: var(--theme-secondary-500); --theme-tag-required-borde=
r-color: transparent; --theme-tag-required-hover-color: var(--white); --t=
heme-tag-required-hover-background-color: var(--theme-secondary-400); --t=
heme-tag-required-hover-border-color: transparent; --theme-body-font-fami=
ly: var(--ff-sans); --theme-body-font-color: var(--black-600); --theme-po=
st-title-font-family: var(--ff-sans); --theme-post-title-color: #38A1CE; =
--theme-post-title-color-hover: rgba(56,161,206,0.8); --theme-post-title-=
color-visited: #50AEC6; --theme-post-body-font-family: var(--ff-sans); --=
theme-post-owner-background-color: var(--theme-primary-100); --theme-post=
-owner-new-background-color: var(--theme-primary-200); --theme-topbar-bot=
tom-border: none;"><code
style=3D"margin: 0px; padding: var(--su2) var(--su4); border: 0px; font-s=
tyle: inherit; font-variant: inherit; font-weight: inherit; font-stretch:=
inherit; line-height: inherit; font-family: var(--ff-mono); font-optical=
-sizing: inherit; font-kerning: inherit; font-feature-settings: inherit; =
font-variation-settings: inherit; font-size: var(--_pr-code-fs); vertical=
-align: baseline; box-sizing: inherit; background-color: var(--black-200)=
; white-space: pre-wrap; --theme-base-primary-color-h: 198; --theme-base-=
primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.37254902%=
; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(=
--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (=
(100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-custo=
m-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-co=
lor-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-bas=
e-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--theme=
-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--the=
me-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * =
=2E5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-color-h=
), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l));=
--theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), var(-=
-theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + (v=
ar(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600: hs=
l(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), c=
alc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-color-l=
) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); --th=
eme-button-color: var(--theme-primary); --theme-button-hover-color: var(-=
-theme-primary-400); --theme-button-hover-background-color: var(--theme-p=
rimary-100); --theme-button-active-background-color: var(--theme-primary-=
200); --theme-button-selected-color: var(--theme-primary-600); --theme-bu=
tton-selected-background-color: var(--theme-primary-300); --theme-button-=
outlined-border-color: var(--theme-primary-400); --theme-button-outlined-=
selected-border-color: var(--theme-primary-500); --theme-button-primary-c=
olor: var(--white); --theme-button-primary-active-color: var(--white); --=
theme-button-primary-hover-color: var(--white); --theme-button-primary-se=
lected-color: var(--white); --theme-button-primary-background-color: var(=
--theme-primary-400); --theme-button-primary-active-background-color: var=
(--theme-primary-600); --theme-button-primary-hover-background-color: var=
(--theme-primary-500); --theme-button-primary-selected-background-color: =
var(--theme-primary-600); --theme-background-color: var(--white); --theme=
-background-position: top left; --theme-background-repeat: repeat; --them=
e-background-size: auto; --theme-background-attachment: auto; --theme-con=
tent-background-color: var(--white); --theme-content-border-color: hsl(21=
0,8%,90%); --theme-header-background-color: transparent; --theme-header-b=
ackground-position: center left; --theme-header-background-repeat: repeat=
; --theme-header-background-size: auto; --theme-header-background-border-=
bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-heade=
r-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: tran=
sparent; --theme-header-foreground-position: bottom right; --theme-header=
-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; --th=
eme-footer-background-color: transparent; --theme-footer-background-posit=
ion: top left; --theme-footer-background-repeat: no-repeat; --theme-foote=
r-background-size: auto; --theme-footer-background-border-top: 0; --theme=
-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68%);=
--theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color-ho=
ver: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --the=
me-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-link-=
color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-vis=
ited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-tag=
-background-color: var(--theme-secondary-100); --theme-tag-border-color: =
transparent; --theme-tag-hover-color: var(--theme-secondary-600); --theme=
-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-hove=
r-border-color: transparent; --theme-tag-required-color: var(--white); --=
theme-tag-required-background-color: var(--theme-secondary-500); --theme-=
tag-required-border-color: transparent; --theme-tag-required-hover-color:=
var(--white); --theme-tag-required-hover-background-color: var(--theme-s=
econdary-400); --theme-tag-required-hover-border-color: transparent; --th=
eme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--blac=
k-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-titl=
e-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8); -=
-theme-post-title-color-visited: #50AEC6; --theme-post-body-font-family: =
var(--ff-sans); --theme-post-owner-background-color: var(--theme-primary-=
100); --theme-post-owner-new-background-color: var(--theme-primary-200); =
--theme-topbar-bottom-border: none; color: var(--black-600); border-radiu=
s: var(--br-sm);">mkswap -U $(uuidgen) <device></code><span>=C2=A0<=
/span>(swap)</li>
</ul>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">Having
duplicated UUIDs doesn't necessarily lead to errors. However
booting and mounting a device by UUID will become ambiguous
and may lead to the wrong device being used.</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;"><br>
</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">So
I ran:</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">sudo
tune2fs -U random /dev/sdb2<br>
tune2fs 1.45.5 (07-Jan-2020)<br>
<br>
This operation requires a freshly checked filesystem.<br>
<br>
Please run e2fsck -f on the filesystem.</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;"><br>
</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">I'm
reluctant to run the "Please" command as I know fsck can be a
powerful tool. Since I can't yet mount the cloned disk I can't
see how I can run the command to check it.</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;"><br>
</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">Any
help is greatly appreciated!</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;"><br>
</p>
<p
style=3D"margin: 0px; padding: 0px; border: 0px; font-style: inherit; fon=
t-variant: inherit; font-weight: inherit; font-stretch: inherit; line-hei=
ght: inherit; font-family: inherit; font-optical-sizing: inherit; font-ke=
rning: inherit; font-feature-settings: inherit; font-variation-settings: =
inherit; font-size: 15px; vertical-align: baseline; box-sizing: inherit; =
clear: both; --_pr-img-mb: 0; --theme-base-primary-color-h: 198; --theme-=
base-primary-color-s: 60.48387097%; --theme-base-primary-color-l: 51.3725=
4902%; --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h),=
var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l=
) + ((100% - var(--theme-base-primary-color-l)) * .9))); --theme-primary-=
custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-prima=
ry-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--them=
e-base-primary-color-l)) * .75))); --theme-primary-custom-300: hsl(var(--=
theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(=
--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l=
)) * .5))); --theme-primary-custom-400: hsl(var(--theme-base-primary-colo=
r-h), var(--theme-base-primary-color-s), var(--theme-base-primary-color-l=
)); --theme-primary-custom-500: hsl(var(--theme-base-primary-color-h), va=
r(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) +=
(var(--theme-base-primary-color-l) * -.3))); --theme-primary-custom-600:=
hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s)=
, calc(var(--theme-base-primary-color-l) + (var(--theme-base-primary-colo=
r-l) * -.6))); --theme-primary-custom: var(--theme-primary-custom-400); -=
-theme-button-color: var(--theme-primary); --theme-button-hover-color: va=
r(--theme-primary-400); --theme-button-hover-background-color: var(--them=
e-primary-100); --theme-button-active-background-color: var(--theme-prima=
ry-200); --theme-button-selected-color: var(--theme-primary-600); --theme=
-button-selected-background-color: var(--theme-primary-300); --theme-butt=
on-outlined-border-color: var(--theme-primary-400); --theme-button-outlin=
ed-selected-border-color: var(--theme-primary-500); --theme-button-primar=
y-color: var(--white); --theme-button-primary-active-color: var(--white);=
--theme-button-primary-hover-color: var(--white); --theme-button-primary=
-selected-color: var(--white); --theme-button-primary-background-color: v=
ar(--theme-primary-400); --theme-button-primary-active-background-color: =
var(--theme-primary-600); --theme-button-primary-hover-background-color: =
var(--theme-primary-500); --theme-button-primary-selected-background-colo=
r: var(--theme-primary-600); --theme-background-color: var(--white); --th=
eme-background-position: top left; --theme-background-repeat: repeat; --t=
heme-background-size: auto; --theme-background-attachment: auto; --theme-=
content-background-color: var(--white); --theme-content-border-color: hsl=
(210,8%,90%); --theme-header-background-color: transparent; --theme-heade=
r-background-position: center left; --theme-header-background-repeat: rep=
eat; --theme-header-background-size: auto; --theme-header-background-bord=
er-bottom: 0; --theme-header-link-color: var(--theme-primary); --theme-he=
ader-sponsored-color: hsl(210,8%,25%); --theme-header-foreground-color: t=
ransparent; --theme-header-foreground-position: bottom right; --theme-hea=
der-foreground-repeat: no-repeat; --theme-header-foreground-size: auto; -=
-theme-footer-background-color: transparent; --theme-footer-background-po=
sition: top left; --theme-footer-background-repeat: no-repeat; --theme-fo=
oter-background-size: auto; --theme-footer-background-border-top: 0; --th=
eme-footer-title-color: #0082A3; --theme-footer-text-color: hsl(210,8%,68=
%); --theme-footer-link-color: hsl(210,8%,25%); --theme-footer-link-color=
-hover: hsl(210,8%,5%); --theme-footer-divider-color: hsl(210,8%,90%); --=
theme-footer-padding-top: 0; --theme-footer-padding-bottom: 0; --theme-li=
nk-color: #38A1CE; --theme-link-color-hover: #61b4d8; --theme-link-color-=
visited: #50AEC6; --theme-tag-color: var(--theme-secondary-500); --theme-=
tag-background-color: var(--theme-secondary-100); --theme-tag-border-colo=
r: transparent; --theme-tag-hover-color: var(--theme-secondary-600); --th=
eme-tag-hover-background-color: var(--theme-secondary-200); --theme-tag-h=
over-border-color: transparent; --theme-tag-required-color: var(--white);=
--theme-tag-required-background-color: var(--theme-secondary-500); --the=
me-tag-required-border-color: transparent; --theme-tag-required-hover-col=
or: var(--white); --theme-tag-required-hover-background-color: var(--them=
e-secondary-400); --theme-tag-required-hover-border-color: transparent; -=
-theme-body-font-family: var(--ff-sans); --theme-body-font-color: var(--b=
lack-600); --theme-post-title-font-family: var(--ff-sans); --theme-post-t=
itle-color: #38A1CE; --theme-post-title-color-hover: rgba(56,161,206,0.8)=
; --theme-post-title-color-visited: #50AEC6; --theme-post-body-font-famil=
y: var(--ff-sans); --theme-post-owner-background-color: var(--theme-prima=
ry-100); --theme-post-owner-new-background-color: var(--theme-primary-200=
); --theme-topbar-bottom-border: none;">Oh,
I can also see that the cloned drive is a backup when I boot
the live thumb drive. Everything is in there. However, in case
I need it to restore data it would help if I could mount it.<br=
>
</p>
</div>
</div>
<div class=3D"moz-signature"><img
src=3D"cid:[email protected]" border=3D"0"></=
div>
</body>
</html>
--------------c4G4ndaJozH65Ru6BVrtNU6W
Content-Type: image/png; name="signature.png"
Content-Disposition: inline; filename="signature.png"
Content-Id: <[email protected]>
Content-Transfer-Encoding: base64
iVBORw0KGgoAAAANSUhEUgAAANAAAACCCAIAAAC4gNHfAAAABmJLR0QA/wD/AP+gvaeTAAAA
CXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wUYEwIkERyo9gAAAB1pVFh0Q29tbWVudAAA
AAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAOrUlEQVR42u2de1CU5RfHzy67yHIXuQhKIkHA
QIpll0FD8II7hKExjFOUFEKmlqM2kJOCiP1heWsmLzUTNlqRF6SMAMlCCoboQgESICSjcVFg
L7CwC+yy+/7+OL/e2bise9VFzuev5d3nBs+X532fc85zXg7DMEAQ9wou/QkIEhxBgiMIEhxB
giMIEhxBgiNIcARBgiNIcARBgiNIcARBgiNIcAQJjiBIcAQJjiBIcAQJjiCmjODw1EVUVBTn
vwQEBBw4cEAikWg0GprIqQLHyg/RDA4OJiUlffPNNzrKPPnkk/Hx8YmJiYGBgQzDcDgcmlcS
nDE0NTWFh4crlUo7O7vIyMjY2Fh2tBwO5/r163l5eaOjo3K5HC+++uqrubm5JDhrv2FZJ2fP
nsURenp6NjQ0TFaso6Pj888/X7BgARb29va+ePEiQ1grViq4+vp6XKiEQqGeVVpbW/38/FB2
7733Hk0tCU5f5HK5QCAAgDVr1hhUcWRkZP/+/ai59PR0ml0SnF4sXboUAFxcXIyrnp6ejpo7
c+YMTbC1YV2bBoZhhoaGHBwcHB0d//jjj8DAQOPaOXToEMqOElmQHU7nnpnDiYuLA4CIiAij
1QYA27ZtmzdvHu5baY7JLDIpVVVVS5YsMcvKJJPJXFxc7O3tm5ubfX19aaZphZuAK1euAEB4
eLjpTTk5Oa1cuVKhULDmFYLscP9hdHQUzWkFBQVmabC0tNTKbY3TEK5VSf+ff/7h8XizZ882
S4MxMTEuLi4A8MILL9DKQrfUsajV6r6+Pj6f7+XlZa4209LSAOD333+nmSbBjeXjjz8GAIFA
4O/vb642s7KyAEAkEnV2dtJkk+D+Q09PD1pGzNimUqnENrlcivwjwREkuPvI8PAwANjZ2Zmx
TVwv/+/FI0hw2hw/fhwAXn/9dTO2+emnnwKAq6urj48PTTYJboIVztHR0Yxt4l6Bz+fTTJPg
7gUzZsxgpUyQ4CzOgQMHACAnJ4dmmgQ3Mba2tuZqqqqqCj+88sorNNMkuLG8++67AJCRkWGu
Br/++msAWLVqFU0zCW4ChoaGwHxmEbVanZuba2Njs3fvXppmEtwELFu2DABUKtXg4KDprWVl
ZUkkkkceeQQD7AgrwYoCMFUqla2trUAgaGhoMNGd2t3djSEntbW1CxcupGmmFW4i7XM4np6e
SqXSdEf7G2+8AQAxMTGkNhKcLsF5eXmp1WqJRGJKO6Wlpfn5+VwuF10XBAnOgohEoqSkJADI
yckJCAiwXEfknH0QVjg8/yyTyYzemW7ZskUsFgcEBOzevdsSIvvxxx99fX0xfROpZ2oLjsvl
Pv744wBw/vx541pIT0+/cOEC/GuBMztSqTQqKqqjo8O8Dt9pBc+qRjNz5kwAEIvFRtQ9derU
0aNHAaCxsTEkJAQvyuXy1tbW27dvnz592sbGBi9qNJq1a9c+88wzhoaQODo6xsXFdXZ2Xrly
hfKCGX+bsB4uX75s3KgwlBwAdu3axV6Mj4/38fGZLNbXxcUFdWMQKpVKqVTS4asHJNUDANja
2qpUqpycnMzMTP3Xto0bNwLAnj179u3b9+2335aWlp44cQK/9fDwcHd3Dw4OZhNlcjicxsbG
lpYWABgaGjJvyCcxlVY4hmE2b94MACEhIXqWZz1XL730kq+vr/bTVURERFFRkVwuHx4eHl8x
IiICANzc3AYGBmjhmb7Zk3799VcA8PLy6uvru2vhxsZGjHjTJjQ0NDExsby8XHfdzs7OOXPm
AMCJEydIB9NXcAqFAv1a1dXVd1XMGKlt27atubl5dHTUoCe/mJgY0sH0FZxGo1mxYgXozCh4
586dt99+m42cW7FixcmTJ2/dumVoX9XV1db5XEGCu6dggK6/v/+E3xYXF7u6urIbgt7eXpN+
fwAAOHz4MElh2uUWYdm6dSsAtLW11dfXa1/v6elJTk6OjY3t6+sDgKVLl3Z2drq7u5ve4/gH
QWIa+VLd3NzwA5sTZHh4uLy83MvL68yZM3hl48aNFRUVph/Hwtt3cXExSWGamkWQI0eOAEBY
WBh+Dg4O1h5zfn6+uTrCfcPMmTP1LH/x4sVLly5dvnxZKBTGxcUdPXqU7pJT/hmOYZhbt24B
gIODw5iAtgULFpi3I/Txz5o1S0eZ7u7u5uZmHX6wqqoqHXVb/kUsFuszpL6+PraKPrYhEpwZ
NqpqtXru3Llj5vXgwYMqlcq8fWVnZ8PkGdMPHjy4ZMkSdo+iTUpKyoYNG9ivtm7dOr76unXr
tOs6Ozs3NTXpGIxcLo+Ojtb+xWfPnp2VlUWCsyxisZh9jEP8/f2Li4st0RferFNTU7Uv1tTU
jDl64+Pjs3v37glTc+7ZswfLtLa2shdLSkrYLHc+Pj7e3t5oZNbxDLNz5062O+9/4fF4M2bM
6O7uJsFZisrKyjFHU7dv3z40NGSp3x8AAD744AP8saCgQDv/Jo/HS0lJ6erqkkqlOhpJTk4G
gE2bNuGPCQkJGJni5ubW29srlUqlUung4ODTTz8NE70lp7e3l/0He/HFF69evSqRSKRSqVgs
jo6OxqWdBGcRSkpKQCtFHGYfj4qK0mg0luhuZGQEO8rLyzt16hQGRwHAnDlzIiMjv/jiC/YW
f9edBIfD8fPzGxgYWL58OQDw+fyEhIQxdXFHnJ2drV23vb3dyckJvXlFRUVjWkbP8rPPPkuC
Mz9qtVp7YTty5MjNmzednZ0xBtgSPf78889sqBLb7/HjxxUKhVqt1r+duro6XNJwtABQUlIy
voXxguvt7cXyDz30kEQiGd/ypk2bACA+Pp4Mv+bn2rVrALBw4cL4+PiampodO3bMmzcPFwyc
KvMik8kwSz8A9Pf3L168GF+VtGXLFoFAYFDGzEcffRTLy2QyX1/fvr4+oVA4vgUUJRsl1dXV
hU+QYWFhLS0t7PpqKBKJJC0tzd3d3cbGJjc3l+xwBqBUKkdHR8fcwnCcd43+MIjvvvuONRrP
nTu3srLSlNb6+/t5PB5GyYtEosmKoWEFZc2ubV5eXjrio1577TUAWLt27WQFzp07x0YyA8DJ
kyfplmoq6FoVCoVmeZJrampi10sMnjM9WgRzpcPdXpuJZWpqaioqKvBzeHi47v3Q999/jyVH
Rka0r9fW1m7fvt3T01N7H3316lV6hjMDbW1teJrL9L0qniBEsrOzMZnXqlWrTGlzzZo1+liA
Mc4PAP766y/88Pzzz+vzbIqFk5KSGIa5ceNGZmbmww8/zIYu83g8Ho+3c+dO2jSYk8TERAAI
Dg42ZWF74okncJJSU1Pb2toYhlm8eDEAfPLJJ0Y3W1hYqP2spqPkoUOHsExkZCSubfr/v034
LLR+/frCwsKBgQHdJhsSnEkGs59++snQihqNpq6uDmVhZ2en7f1Ew9hHH31k9KjQuhscHKyd
vXpC8EQZYmdnZ9BqXVZWZm9vz+PxHB0dXV1d09LSyCxiceLj4wEgIyPDIKkxDLNjxw6c5qio
qJ6eHu0Ctra2XC7XuO3I6OhoVFQUWnfz8/PZUIPJKCoqwmF4enr+8ssvRvRYXV19584dssPd
I3744QcOh2Nvb2+QXXf9+vU4zRMqFU0VdXV1RoynsrISd6ZqtRo3DSkpKbqrvPzyy3R+YipF
V6N0Lly4oOfaFhoailXOnj07vszp06fRJWDESMRiMfrf0J2FvVjI20uCu29gGgd9bIfDw8N+
fn4Y6NbR0TFhmV27duEN0YiR4OsJPTw8GIYpKCgAAIFAIJfLSU8PlODYRQttpzrWNkz14ODg
oGMHh26ozMxMQ8fQ29vr7OzM5/P//vtvhmEwDGTC8CRiPFMsXdfq1asB4KuvvtLhOAkICGhq
anJxcamtrdV2kmqjUqkwpbARGQsPHz4sk8kiIiLmz59fX1/f09PD5XKPHTvGUAKvqRtiPhkd
HR047MkiGd955x0AcHJy0n2Du3btGnqEjH6UzM3NZVfc5ORkWroezFsqwzAJCQmTGU4rKytR
DZcuXdLdyJdffsnhcAIDAw3tHV/qikrNy8sDAHt7+/b2dlLSAys4vBUKBAL0FrAMDg5iPLc+
tjrUzVNPPWVo7+vWrUMrf3t7O2bBOX/+PMnoQRacRqMRCoUAkJOTo3193759ABAUFKRPI+i/
37t3r0Fdy+Vy3PzW1NTgOrds2TKDIueIKZnloLy8HOdb22ZrUBQTFjbU4q9QKFjHuSWOkJHg
rJcNGzYAQGBgIG4O0PEVERGhT91z586xMZjGCQ59Hi0tLSSg6SI4uVzu4eGBwdllZWVoDBt/
JmBCYmNjAWD58uWGdqpQKNjM6F1dXaSeaSQ4hmFu376Nx08wb6aHh4c+tn6RSGRvb49xaUZ0
un///qCgIFrbjMbqUq4aZEHkcDgZGRlDQ0PHjh0LCQn5888/75qWpqKiIjo6etasWZ2dneh9
J6Z7Mhs9wRC0999/H99cExwcrE8SpN9++02tVoeFhRl0TIYgwY2FPQ2lG4xLCw8PJ8GR4IwE
D7TqKaCysjLcMdDck+CMBI+x3Lx5U6lU3vUBDj9Y4qArMV0EFx4ezufz29raVCqV7pL4WsvU
1FR6NwMJznhCQ0M9PDz6+/s/++wzHcX6+/u7u7sBAE8XEyQ448GcWZj6ZTKuX7/e3d09f/78
sLAwmngSnEls3rwZT+x9+OGHk5XBBGwrV67EY9XEfWEKG37HUFhY+Nxzzzk7O4tEovHJppub
mzHuvKOjg80NSNAKZzxCodDGxkYmk8XFxUml0jHf4nn3N998k9RGK5zZaGlpCQoKws9vvfXW
6tWrH3vssfb29kWLFgGAn59fQ0ODg4MDzfr95AHzDbe2tmIM+hgWLVp048YN8p2T894itLW1
xcTEKBQKTOGRlpaGaXLpHc50S7Ugg4ODMpmMz+dj5BxBgiNol0oQJDiCBEcQJDiCBEcQJDiC
BEeQ4AiCBEeQ4AiCBEeQ4AiCBEeQ4AgSHEGQ4AgSHEGQ4AgSHEGCIwgSHEGCIwgSHEGCIwgS
HHG/+R87RpMZ3KibnwAAAABJRU5ErkJggg==
--------------c4G4ndaJozH65Ru6BVrtNU6W--
--------------7GcbMspSfYw4pm0JyDTf7M1X--
--===============4636944777585495046==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
nmglug mailing list
[email protected]
http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org
--===============4636944777585495046==--