Virtualization Flashcards

1
Q

What are LIS/BIS?

A

Linux Integration Services
BSD Integration Services
baked into kernel for latest images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the linux command to view drivers

A

lsmod

hv_ identifies hyper-v drivers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the DISM command to mount a specific image?

A

dism /mount-image /imagefile: /index: /mountdir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the DISM command to view images within a .wim?

A

dism /get-imageinfo /imagefile:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the PS command to mount a specific image?

A

Mount-WindowsImage -ImagePath

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the PS command to view images within a .wim?

A

Get-WindowsImage -ImagePath

How well did you know this?
1
Not at all
2
3
4
5
Perfectly