# | Name | Category | Reference | Description |
---|---|---|---|---|
1 | modify source.list | tutorial | enable apt-get update, other hacks like delete original lvm-thin | |
2 | 'lvextend -l 100%FREE' resizing to the number of free extents rather than adding them to the current size in RHEL | tutorial | lvm fully occupy vg | |
3 | Proxmox ve(proxmox)にディスクを追加する(LVM) | tutorial | lvcreate vgcreate lvremove vgremove | |
4 | How i can remove directory-entry from gui? | tutorial | remove directory entry after delete in datacenter while in webgui still there in storage list | |
5 | No internet in host, internet in VMs. | tutorial | NIC problem of video card removing, this tutorial is used for differ the NIC (eno1) and change | |
6 | smartctl | tutorial | Disk Health Monitoring | |
7 | Remove virtual machine options with qm | tutorial | remove unused disk in vm |
vgcreate win-wb /dev/nvme0n1p1
add lvm win-wb in datacenter/storage, attached to node pve
lvextend -l +100%FREE /dev/win-wb/vm-100-disk-0
Note: win-wb is VG(Volumn Group) and LVM(Logical Volumn Manager), vm-100-disk-0 is LV(Logical Volumn), PV is Physical Volumn
systemctl disable mnt-pve-wb.mnt
rm /etc/systemd/system/mnt-pve-wb.mount
ip addr
check all network adaptors instead of ifconfig