Storage management: Difference between revisions
Jump to navigation
Jump to search
→Demo setup
imported>Sjwhitak |
imported>Sjwhitak |
||
=== Demo setup ===
Follow [https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks#Partitioning_the_disk_with_GPT_for_UEFI this] setup to test.
<syntaxhighlight lang="text">
Device Start End Sectors Size Type
/dev/sda3 2623488 19400703 16777216 8G Linux filesystem
</syntaxhighlight>
{{Tip|I'd recommend playing with this in [https://www.virtualbox.org/ VirtualBox] because it is very difficult to change these on your filesystem once you have data on it. In fact, you destroy all data when running these commands, so you'd just move everything off the drives before doing this. It's a big pain.}}
== Logical volume management (LVM) ==
|