Volume Attaching Issue

Today i purchased a 20 GB Volume and attached to my existing Linode. But after attaching i realized that the storage is not enough for me. so i upgraded to 35 GB and now its enough for me. After upgrading from linode panel, i rebooted the linode. But still the filesystem is showing as 20 GB. its not really upgraded. i attached the volume to /mnt/Volume1

df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 897M 0 897M 0% /dev
tmpfs 909M 0 909M 0% /dev/shm
tmpfs 909M 8.6M 901M 1% /run
tmpfs 909M 0 909M 0% /sys/fs/cgroup
/dev/sda 49G 29G 18G 62% /
/dev/sdc 20G 16G 3.5G 82% /mnt/Volume1
/dev/loop0 2.1G 48M 1.9G 3% /tmp
tmpfs 182M 0 182M 0% /run/user/0

Please help me with correct command to fix this issue without loosing any data.

2 Replies

I'd try unmounting:

sudo umount /mnt/Volume1

and remounting:

sudo mount /dev/sxx /mnt/Volume1

-- sw

When resizing a Block Storage Volume, you’ll need to manually resize the Volume’s file system after resizing it from Cloud Manager.

You’ll want to run the commands found in Step 8 of our Resize a Block Storage Volume guide to complete the resize.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct