仮想のUbuntuにSDカードをストレージとして読み込ませよとしていたところエラーがおきました.
【実行環境】
MacOS 10.15.2
Vagrant 2.2.6
VirtualBox 6.0.14 r133895 (Qt5.6.3)
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
拡張機能
Oracle VM Virtual Box Extension Pack 6.0.14r133895
【参考にして実行していた記事】
https://cipepser.hatenablog.com/entry/raspberry-pi-fstab
を実行中にエラーがおきました.
この記事では「SDカードが再マウントしてしまうことがエラーの原因」だと言われていました。
しかし自分のエラー文はよくみると違いました.
[error VERR_NOT_SUPPORTED]の部分が違いです.
error文
1$ vagrant up 2Bringing machine 'default' up with 'virtualbox' provider... 3==> default: Checking if box 'bento/ubuntu-18.04' version '201906.18.0' is up to date... 4==> default: A newer version of the box 'bento/ubuntu-18.04' for provider 'virtualbox' is 5==> default: available! You currently have version '201906.18.0'. The latest is version 6==> default: '201912.14.0'. Run `vagrant box update` to update. 7==> default: Clearing any previously set forwarded ports... 8==> default: Clearing any previously set network interfaces... 9==> default: Preparing network interfaces based on configuration... 10 default: Adapter 1: nat 11 default: Adapter 2: hostonly 12==> default: Forwarding ports... 13 default: 22 (guest) => 2222 (host) (adapter 1) 14==> default: Booting VM... 15There was an error while executing `VBoxManage`, a CLI used by Vagrant 16for controlling VirtualBox. The command and stderr is shown below. 17 18Command: ["startvm", "1ccac6f9-8a55-465f-817e-cdb53b9b592a", "--type", "headless"] 19 20Stderr: VBoxManage: error: VD: error VERR_NOT_SUPPORTED opening image file '/Users/***/Vagrantfiles/MyVagrant/MyUbuntu/sd-card.vmdk' (VERR_NOT_SUPPORTED). 21VBoxManage: error: VD: error VERR_NOT_SUPPORTED opening image file '/Users/***/Vagrantfiles/MyVagrant/MyUbuntu/sd-card.vmdk' (VERR_NOT_SUPPORTED). 22VBoxManage: error: Failed to open image '/Users/***/Vagrantfiles/MyVagrant/MyUbuntu/sd-card.vmdk' in read-write mode (VERR_NOT_SUPPORTED). 23VBoxManage: error: AHCI: Failed to attach drive to Port1 (VERR_NOT_SUPPORTED) 24VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole 25
sd-card.vmdkは認識されていました.
試したこと
-
vagrant destory 後、再度同じことを行いました →解決ならず
-
マウント解除の確認(既に解除済みでした.)
-
sd-card.vmdk をストレージから外すとうまく起動しました.しかしこれでは目的が達成されません.
.
お手数おかけしますがどなたかご教授お願いします.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。