diff options
author | Silvino Silva <silvino@bk.ru> | 2018-04-06 17:41:00 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-04-06 17:41:00 +0100 |
commit | 8ee63f12e337f97013cfa3cb3d3b27f15f88dfcd (patch) | |
tree | 0ce231727fdbe28bc1ed64546be93f1ee988d7b6 /tools/storage.html | |
parent | 6bf0c99f1320e117663e34221837c6fe22f75e6f (diff) | |
parent | 152177eeca633a26a1228cfded025b5a7d861c66 (diff) | |
download | doc-8ee63f12e337f97013cfa3cb3d3b27f15f88dfcd.tar.gz |
Release 0.3.3
Diffstat (limited to 'tools/storage.html')
-rw-r--r-- | tools/storage.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/tools/storage.html b/tools/storage.html index 109c6fa..2fc95d4 100644 --- a/tools/storage.html +++ b/tools/storage.html @@ -9,7 +9,7 @@ <h1>Storage</h1> - <h2 id="maint">1. Maintenance</h2> + <h2 id="fsck">1. Maintenance</h2> <p>SMART provides statistics of disk firmware, this system handle errors has their occur. Badblocks detect bad blocks @@ -30,14 +30,14 @@ <h2 id="mv">2. Moving data</h2> - <p>Temp partition with 20M-50M;</dd> + <p>Temp partition with 20M-50M;</p> <pre> (parted) mkpart primary ext4 4000MiB 4050MiB </pre> <p>Ports partition with 120G allows to host sources, package - backups and ports;</dd> + backups and ports;</p> <pre> (parted) mkpart primary ext4 192000MiB 312000MiB @@ -78,6 +78,17 @@ <p>Reboot in normal mode.</p> + <h2 id="resize">2. Resize filesystem</h2> + + <p>If partition is using lvm read + <a href="lvm.html#resize">lvm resize</a>, if you are using qemu + images read <a href="qemu.html#resize">resize images</a></p> + + <pre> + # resize2fs /dev/sda3 + # e2fsck /dev/sda3 + </pre> + <a href="index.html">Tools Index</a> <p> This is part of the c9-doc Manual. |