Yes, it is possible to allocate resources to users individually via the GCP console. First, you need to create a disk and attach it to the VM instance that you’ve created. Repeat this step and create the desired number of disks and attach it to the same VM instance. Members should be added to disk level but not at project / instance level and the relevant roles should be assigned.
There is another workaround to this via SSH, for that:
You need to create a disk and attach it to the VM instance that you’ve created.
Then you need to SSH the VM instance and start partitioning the disk by following this documentation.
Points to be noted :
1.Type of disk should be: Standard Persistent disk
2.In SSH documentation there is a small change in step 7 while partitioning the disk
“W” should be used for saving the changes made while partitioning instead of enter.
3.Members should be added to disk level but not at project / instance level