\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Pauli Hansen} \pdfinfo{ /Title (backup.pdf) /Creator (Cheatography) /Author (Pauli Hansen) /Subject (Backup Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{1F10A3} \definecolor{LightBackground}{HTML}{F1F0F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Backup Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Pauli Hansen} via \textcolor{DarkBackground}{\uline{cheatography.com/51153/cs/14046/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Pauli Hansen \\ \uline{cheatography.com/pauli-hansen} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 10th September, 2020.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Raid}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} {\bf{ 0 }} - Striping: ingen redundancy, køre parallelt mellem flere disks. Højere hastighed. \{\{nobreak\}\} \{\{nl\}\} \{\{fa-circle\}\} {\bf{ 1 }} - Mirroring: skriver ens til flere diske, som redundancy. \{\{nobreak\}\} \{\{nl\}\} \{\{fa-circle\}\} {\bf{ 10 }} - Kombination af raid 0 og 1 så man får hastighed med redundancy. \{\{nobreak\}\} \{\{nl\}\} \{\{fa-circle\}\} {\bf{ 4 }} - Striping: med crc/checksum som redundance. \{\{nobreak\}\} \{\{nl\}\} \{\{fa-circle\}\} {\bf{ 5 }} - Checksum lagt ud over flere diske, så man har redundancy. \{\{nobreak\}\} \{\{nl\}\} \{\{fa-circle\}\} {\bf{ 6 }} - Mirror, checksum og striping ud over flere disks.} \tn % Row Count 12 (+ 12) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Disks}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Basic disk:}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Op til 4 primære partitioner \{\{nl\}\} \{\{fa-circle\}\} En kan være extended \{\{nl\}\} \{\{fa-circle\}\} Op til 26 logiske partitioner \{\{nl\}\} \{\{fa-circle\}\} Basic disk er den mest brugte opbevarings type for windows maskiner. \{\{nl\}\} \{\{fa-circle\}\} Bruger ofte samme MBR som OS'en} \tn % Row Count 7 (+ 6) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Dynamic disk:}}} \tn % Row Count 8 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Volumes over flere diske. \{\{nl\}\} \{\{fa-circle\}\} Redundancy (raid/mirrors) \{\{nl\}\} \{\{fa-circle\}\} Op til 2,000 dynamiske volumes (anbefalet 32 eller mindre) \{\{nl\}\} \{\{fa-circle\}\} ledig plads på en harddisk (ikke fejltolerant) kan udvides til en spanned volume \{\{nl\}\} \{\{fa-circle\}\} Dynamic disks holder en database for de andre diske, hvis en skulle gå hen og blive corrupt} \tn % Row Count 16 (+ 8) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Primary:}}} \tn % Row Count 17 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Primære partitioner er steder der kan ses af bios. Hvis ens OS ikke ligger på sådan en, kan man ikke boote, partitionen skal også være sat til aktiv, for at virke.} \tn % Row Count 21 (+ 4) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Extended:}}} \tn % Row Count 22 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Extended er der hvor logiske volumes opbevares.} \tn % Row Count 24 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Logical:}}} \tn % Row Count 25 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} En form for virtuelle diske, de kan bruges til opbevaring og kan endda indeholde OS'er, men kan ikke ses af BIOs så man kan ikke starte op fra dem.} \tn % Row Count 29 (+ 4) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Volume:}}} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Disks (cont)}} \tn % Row 11 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} En mængde plads på et opbevarings media, styret af et opbevaringssystem.} \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Diskhåndterings værktøjer}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Disk Management:}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Nemt at bruge grafisk interface. \{\{nl\}\} Medfølger i windows.} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Diskpart.exe}}} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{CLI baseret interface for mere avanceret brugere.} \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Disk Quota}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{FSRM:}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} GUI basseret feature til administration af data resource \{\{nl\}\} \{\{fa-circle\}\} Gør det muligt at oprette policies for hvor meget data en bruger må anvende. \{\{nl\}\} \{\{fa-circle\}\} Eller policies for hvilke filer det er tilladt for brugeren at uploade.} \tn % Row Count 7 (+ 6) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Quota}}} \tn % Row Count 8 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Er den mængde data der bliver stillet tilgængelig for en bruger eller gruppe. \{\{nl\}\} \{\{fa-circle\}\} Der findes 2 typer af quotas: "Block Quota" som er mængden af diskplads der kan bruges. Og "File Quota" som begrænser ud fra antallet af filer og mapper. \{\{nl\}\} \{\{fa-circle\}\} Derudover deles Quota også i *HARD" som altså er en kvote der ikke kan blive overskreddet., og "SOFT" som som betyder at den egentlig kan blive overskreddet, men at der i såfald vil komme en notifikation til administratoren eller brugeren.} \tn % Row Count 19 (+ 11) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{File Screening Management:}}} \tn % Row Count 20 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Et snap-in hvor man bl.a. kan begrænse hvilke filtyper der ikke må gennem, fx billeder og video. \{\{nl\}\} \{\{fa-circle\}\} Generere notifikationer i tilfælde af at en bruger forsøger at gennem noget de ikke må.} \tn % Row Count 25 (+ 5) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{.dirquota}}} \tn % Row Count 26 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Værktøj til oprettelse og administration af quota via kommandoprompt.} \tn % Row Count 28 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Partitions Struktur}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{MBR (Master boot record):}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Kun en Bootloader \{\{nl\}\} \{\{fa-circle\}\} Max 4 partitioner} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{GPT (GUIP Partition table):}}} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Op til 128 partitioner} \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{System State Recovery:}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Authoritative restore:}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Gør det muligt for administratoren at genoprette en domænecontroller, genoprette den til et bestemt tidspunkt og markere objekter i Active Directory som værende autoritative med hensyn til deres replikations partnere.} \tn % Row Count 6 (+ 5) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{DSRM:}}} \tn % Row Count 7 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Når Active Directory er installeret, beder installationsguiden administratoren om at vælge en DSRM-adgangskode. Denne adgangskode giver administratoren en bagdør til databasen, hvis noget går galt senere, men det giver ikke adgang til domænet eller til nogen tjenester.} \tn % Row Count 13 (+ 6) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{WBadmin:}}} \tn % Row Count 14 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Gør det muligt at sikkerhedskopiere og gendanne dit operativsystem, volumes, filer, mapper og programmer fra en kommandoprompt.} \tn % Row Count 17 (+ 3) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Ntdsutil.exe:}}} \tn % Row Count 18 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{Et værktøj der tillader dig at konfigurere en ADDS og ryder op efter en er fjernet fra en server.} \tn % Row Count 20 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Tombstone:}}} \tn % Row Count 21 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{fil der er sat som slettet.} \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Raid}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/pauli-hansen_1513713727_storage_raid_10_desktop.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Startup}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Troubleshoot: }}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Også kendt som systemkonfigurations værktøjet. Det bruges til at konfigurere, hvordan en computer starter, og hvilke programmer og tjenester der indlæses, når Windows starter.} \tn % Row Count 5 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{BCDEdit:}}} \tn % Row Count 6 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Er det primære redskab til redigering af boot konfigurationen af Windows Vista og senere versioner af Windows. \{\{nl\}\} \{\{fa-circle\}\} BCDEdit er begrænset til standard datatyper og er primært designet til at udføre fælles ændringer til BCD.} \tn % Row Count 12 (+ 6) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{EasyBCD}}} \tn % Row Count 13 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Er et program udviklet af NeoSmart Technologies til at konfigurere og justere Boot Configuration Data (BCD) \{\{nl\}\} \{\{fa-circle\}\} EasyBCD kan bruges til at konfigurere multi-boot, hvor nogle versioner af Windows, Linux, BSD og Mac OS X kan installeres samtidigt; EasyBCD kan også bruges til at tilføje extra til bootable værktøjer og værktøjer, samt at ændre og styre hvordan Windows boot menuen fungere.} \tn % Row Count 22 (+ 9) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Chkdsk}}} \tn % Row Count 23 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Viser statussen på den disk partition der bliver skannet men retter ingen fejl} \tn % Row Count 25 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Bootsect.exe}}} \tn % Row Count 26 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Opdaterer master boot for hard disk partitioner for at skifte mellem BOOTMGR og NTLDR. Du kan bruge dette værktøj til at genoprette boot-sektoren på din computer. \{\{nl\}\} \{\{fa-circle\}\} Dette værktøj erstatter FixFAT and FixNTFS. \{\{nl\}\} \{\{fa-circle\}\} Bootsect kommandoer: /Help /nt52 /nt60 /sys /all /force.} \tn % Row Count 33 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Startup (cont)}} \tn % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Bootrec.exe}}} \tn % Row Count 1 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} /FixMbr = fixer Masterboot record \{\{nl\}\} \{\{fa-circle\}\} /FixBoot = Fixer boot sektoren \{\{nl\}\} \{\{fa-circle\}\} /ScanOs = scanner all diske for operative systemer.} \tn % Row Count 5 (+ 4) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{\{\{fa-circle\}\} Eller via en kommandoen: Wbadmin start systemstaterecovery når prompten kommer indtast: wbadmin start systemstate recovery -version:\textless{}VersionIdentifier\textgreater{} -showsummary {[}-backupTarget:\{\textless{}BackupDestinationVolume\textgreater{} | \textless{}NetworkSharePath\textgreater{}\}{]} {[}-machine:\textless{}BackupMachineName\textgreater{}{]} {[}-recoveryTarget:\textless{}TargetPathForRecovery\textgreater{}{]} {[}-authsysvol{]} {[}-autoReboot{]} {[}-quiet{]}} \tn % Row Count 13 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Filsystemer:}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{FAT}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} (File Allocation Table) \{\{nl\}\} \{\{fa-circle\}\} Mindste partitionstørrelse 2 MB} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{FAT32}}} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} 32-bit version af FAT} \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{NTFS}}} \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} (New Technology File System) \{\{nl\}\} \{\{fa-circle\}\} Mest anvendte \{\{nl\}\} \{\{fa-circle\}\} Drev på op til 16 Exabyte \{\{nl\}\} \{\{fa-circle\}\} Understøtter kryptering} \tn % Row Count 10 (+ 4) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{ReFS}}} \tn % Row Count 11 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Resilient File System \{\{nl\}\} \{\{fa-circle\}\} Max mulige volume-størrelse er 1 yobibyte \{\{nl\}\} \{\{fa-circle\}\} Automatiske \seqsplit{sikkerhedsforanstaltninger} \{\{nl\}\} \{\{fa-circle\}\} kontrol mod korrupte filer} \tn % Row Count 16 (+ 5) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{EXT}}} \tn % Row Count 17 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Erstatning for MINIX file system \{\{nl\}\} \{\{fa-circle\}\} Kan håndtere 2 gb fil systemer} \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{EXT2}}} \tn % Row Count 20 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Efterfølgeren til EXT \{\{nl\}\} \{\{fa-circle\}\} stadig brugt til flash baseret opbevaring} \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{EXT3}}} \tn % Row Count 23 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} journal baseret \{\{nl\}\} \{\{fa-circle\}\} kompatibel med ext2} \tn % Row Count 25 (+ 2) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{EXT4}}} \tn % Row Count 26 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{\{\{fa-circle\}\} Kan håndtere meget større fil systemer \{\{nl\}\} \{\{fa-circle\}\} Bagud kompatibel med både ext 2 og 3} \tn % Row Count 29 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}