Skip to content

Instantly share code, notes, and snippets.

View JohnRTitor's full-sized avatar

Masum Reza JohnRTitor

View GitHub Profile
@JohnRTitor
JohnRTitor / lvm-bcachefs-tips.md
Last active August 13, 2025 19:58
Mount a LVM partition on an ISO and convert it to Bcachefs

Mount an existing LVM virtual partition/volume in an ISO

# Load the appropriate LVM modules
sudo modprobe dm-mod

# Scan the disk for LVM pools
sudo vgscan

# Found one! Now make it active