I am running Wordpress on GCloud Compute. I am fine with Wordpress but Linux is beyond me!
I have tried to add a new SSD disk in GCloud Compute to speed up server response time, following these instructions https://cloud.google.com/compute/docs/disks/local-ssd. The first part works fine and I can see the disk sitting there in Gcloud (screenshot1):
www[dot]financialtrainingassociates[dot]com/images/screenshot1.JPG
But then in my SSH terminal I follow the instructions (step #4 under "Format and mount..." in the instructions) and run this command:
ls /dev/disk/by-id/
But I can't see the new SSD disk listed (screenshot2):
www[dot]financialtrainingassociates[dot]com/images/screenshot2.JPG
google-disk-1 google-fta-boot-disk scsi-0Google_PersistentDisk_disk-1 scsi-0Google_PersistentDisk_fta-boot-disk
google-disk-1-part1 google-fta-boot-disk-part1 scsi-0Google_PersistentDisk_disk-1-part1 scsi-0Google_PersistentDisk_fta-boot-disk-part1
What command do I need to run to get the new SSD showing in the list above?
Thanks a lot for your patience - I am brand new to Linux.