I have created a standard persistent disk on google cloud but I am not able to mount it, if fails with
mount: you must specify the filesystem type
I have check that the disk was created correctly with "gcloud compute disks describe mydisk":
kind: compute#disk
sizeGb: '500'
status: READY
type: https://www.googleapis.com/compute/v1/projects/micro-spanner-xxx/zones/us-central1-c/diskTypes/pd-standard
zone: https://www.googleapis.com/compute/v1/projects/micro-spanner-xxx/zones/us-central1-c
A previous disk that I created in the same way can be mounted ok. What am I missing?