Comments on: How to Set Filesystem (Disk) Quotas on Ubuntu https://www.tecmint.com/set-filesystem-disk-quotas-on-ubuntu/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 24 Aug 2023 04:44:05 +0000 hourly 1 By: Jamie https://www.tecmint.com/set-filesystem-disk-quotas-on-ubuntu/comment-page-1/#comment-1652384 Wed, 17 Nov 2021 19:53:26 +0000 https://www.tecmint.com/?p=34118#comment-1652384 Hi! How are you?

I have a virtual machine with Ubuntu Server 20.04 in Azure. I followed the steps until I got to edit the /etc and /fstab file but I don’t know how it should be modified. Currently, my fstab file looks like this:

# CLOUD_IMG: This file was created/modified by the Cloud Image build process
UUID = b1983cef-43a3-46ac-a083-b5e06a61c9fd / ext4 usrquota, rw, grpquota, discard, quota, relatime 0 1
UUID = 0BC7-08EF / boot / efi vfat umask = 0077 0 1
/ dev / disk / cloud / azure_resource-part1 / mnt auto defaults, nofail, x-systemd.requires = cloud-init.service, comment = cloudconfig

As I understand the line UUID = b1983cef-43a3-46ac-a083-b5e06a61c9fd / ext4 usrquota, rw, grpquota, discard, quota, relatime 0 should leave the following: LABEL = cloudimg-rootfs / ext4 usrquota, grpquota 0 0 ??

Thank you very much for your help.

]]>