Add block device passthrough warning
This commit is contained in:
parent
ab292d72db
commit
9ccd820e71
2 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ diskutil list
|
|||
|
||||
Find your disk, and take note of the disk path that looks like `/dev/diskX` (where X is a number). We will need this in the next step.
|
||||
|
||||
**IMPORTANT NOTE:** Please ensure that the physical device you are trying to pass through is not mounted anywhere else on the host machine. Otherwise, you run serious risks. No further warnings will be issued.
|
||||
|
||||
## Step 2. Use `linsk ls` to see what partitions are available in the VM
|
||||
|
||||
Run `linsk ls` while specifying the block device path you obtained in the previous step:
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ wmic diskdrive list brief
|
|||
|
||||
Find your disk, and take note of the disk path that looks like `\\.\PhysicalDriveX` (where X is a number). We will need this in the next step.
|
||||
|
||||
**IMPORTANT NOTE:** Please ensure that the physical device you are trying to pass through is not mounted anywhere else on the host machine. Otherwise, you run serious risks. No further warnings will be issued.
|
||||
|
||||
## Step 2. Use `linsk ls` to see what partitions are available in the VM
|
||||
|
||||
Run `linsk ls` while specifying the block device path you obtained in the previous step:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue