Mount disk with data (ext4) to the Virtual Machine

Pavlo

New Member
Oct 26, 2018
2
0
1
45
Hello,

Is it possible to mount a disk (with a data in ext4) to the Virtual Machine?
The disk has added as Directory to the Storage already.

Many thanks!
 
Is it possible to mount a disk (with a data in ext4) to the Virtual Machine?

Yes, if you want to use e.g. /dev/sde at VM 101's scsi1 add simply into /etc/pve/qemu-server/101.conf the following line

Code:
scsi1: /dev/sde

The disk has added as Directory to the Storage already.


Not necessary, IMHO it's clearer to do just as described above.