artix + arch + gentoo
This commit is contained in:
11
VMS.txt
Normal file
11
VMS.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
#Disk mount, s root(se sudo nefunguje)
|
||||
vboximg-mount --rw --image /home/warezjoe/VirtualBox\ VMs/Archie/Archie.vdi -o allow_other /mnt/vdi/expanded
|
||||
|
||||
#For crypted drive
|
||||
losetup -P /dev/loop0 /path/to/intermediate/mountpoint/vhdd
|
||||
|
||||
#For umount
|
||||
losetup -d /dev/loop0
|
||||
|
||||
#For lvm deativate
|
||||
lvchange -an /dev/vol_grp/log_grp1
|
||||
Reference in New Issue
Block a user