我在Google Compute Engine中运行了120Gb启动驱动器的实例。
但我无法使用它。
1. sudo df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 9.9G 1.1G 8.3G 12% / tmpfs 3.6G 0 3.6G 0% /dev/shm 2. sudo ls -l /dev/disk/by-id/* lrwxrwxrwx. 1 root root 9 Nov 3 09:00 /dev/disk/by-id/google-instance-3 -> ../../sda lrwxrwxrwx. 1 root root 10 Nov 3 09:00 /dev/disk/by-id/google-instance-3-part1 -> ../../sda1 lrwxrwxrwx. 1 root root 9 Nov 3 09:00 /dev/disk/by-id/scsi-0Google_PersistentDisk_instance-3 -> ../../sda lrwxrwxrwx. 1 root root 10 Nov 3 09:00 /dev/disk/by-id/scsi-0Google_PersistentDisk_instance-3-part1 -> ../../sda1 3. sudo fdisk -l Disk /dev/sda: 134.2 GB, 134217728000 bytes 4 heads, 32 sectors/track, 2048000 cylinders Units = cylinders of 128 * 512 = 65536 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x0003b4b9 Device Boot Start End Blocks Id System /dev/sda1 17 163825 10483712+ 83 Linux
我已经花了几个小时,尝试以不同的方式安装它,甚至更改了实例但未成功。
UPD:如果有人遇到此问题,请按照以下说明操作: https : //cloud.google.com/compute/docs/disks#repartitionrootpd
当您发出mount命令时,请检查您是不是装入整个驱动器而不是单个分区,或尝试将正确的分区添加到mount命令。
(例如:mount / dev / disk / by-id / scsi-0Google_PersistentDisk_instance-3-part1 / your / mount / location)
你有没有错误信息?
你还试过gsutil – Google云端存储工具吗?