From 9fad986d84056058fc4676c138d3f9a2bc130331 Mon Sep 17 00:00:00 2001 From: Ryan Syracuse Date: Tue, 30 Apr 2019 15:21:47 -0400 Subject: [PATCH 1/2] Added e2fsck -f step --- .../how-to-use-block-storage-with-your-linode/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md b/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md index cc3fbb4c7d0..62ddc5e4cb9 100644 --- a/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md +++ b/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md @@ -172,11 +172,15 @@ Storage Volumes **cannot** be sized down, only up. Keep this in mind when sizing umount /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 -1. Assuming you have an ext2, ext3, or ext4 partition, resize it to fill the new Volume size: +1. Assuming you have an ext2, ext3, or ext4 partition,first run a file system check: + + e2fsck -f /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 + +1. Then resize it to fill the new Volume size: resize2fs /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 -1. Mount it back onto the filesystem: +1. Mount your volume back onto the filesystem: mount /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 /mnt/BlockStorage1 From fcc11931f411ca3a27f75b616c79c111758ebffe Mon Sep 17 00:00:00 2001 From: Angel Date: Wed, 1 May 2019 15:54:39 -0400 Subject: [PATCH 2/2] whitespace --- .../how-to-use-block-storage-with-your-linode/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md b/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md index 62ddc5e4cb9..a8ac96881ab 100644 --- a/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md +++ b/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/index.md @@ -172,10 +172,10 @@ Storage Volumes **cannot** be sized down, only up. Keep this in mind when sizing umount /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 -1. Assuming you have an ext2, ext3, or ext4 partition,first run a file system check: +1. Assuming you have an ext2, ext3, or ext4 partition,first run a file system check: + + e2fsck -f /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 - e2fsck -f /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1 - 1. Then resize it to fill the new Volume size: resize2fs /dev/disk/by-id/scsi-0Linode_Volume_BlockStorage1