Skip to content
Gallery
Envision
Share
Explore
Docs

Vertex ai Workbench disk resize method

There was an issue that we faced when we tried to increase the disk size of our workbench notebooks. After increasing the disk size from console, new the size is not detected and you are stuck with previous disk size. The issue is that you have to manually resize the filesystem afterwards too, you can use the command **Resizing ext4 Filesystem:** ```bash sudo resize2fs /dev/<your-disk-name-here> ```

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.