Add block device passthrough warning

This commit is contained in:
AlexSSD7 2023-09-06 12:46:44 +01:00
commit 9ccd820e71
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View file

@ -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: