Having just added a SSD, I set up a large partition on it up as a Physical Volume (PV) for LVM.
This gives me more flexibility when adding and resizing swap or mountpoints.
But, I get this
root@turris:~# pvcreate /dev/sda1
/dev/mmcblk0rpmb: read failed after 0 of 4096 at 4128768: I/O error
/dev/mmcblk0rpmb: read failed after 0 of 4096 at 4186112: I/O error
/dev/mmcblk0rpmb: read failed after 0 of 4096 at 0: I/O error
/dev/mmcblk0rpmb: read failed after 0 of 4096 at 4096: I/O error
Physical volume “/dev/sda1” successfully created.
root@turris:~#
Before I start messing about LVM filters, I have a couple questions:
- AFAICT, mmcblk0rpmb is the eMMC, I suspect I am not allowed to read from it, correct?
- is it fine to blacklist /dev/mmcblk0rpmb or do you use LVM in any way for the as shipped OS?
PCFE