A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tricks:mount-lvm [2016/06/08 18:56]
admin [Activating the Volume Group]
tricks:mount-lvm [2016/06/08 18:56]
admin [Renaming a Volume Group]
Line 54: Line 54:
 </​Code>​ </​Code>​
  
-It is now possible to mount the mount the LVM partitions as any other partition:+It is now possible to mount the LVM partitions as any other partition:
 <​Code:​bash>​ <​Code:​bash>​
 > sudo mount /​dev/​vg00/​home /​mnt/​mountpoint > sudo mount /​dev/​vg00/​home /​mnt/​mountpoint
 </​Code>​ </​Code>​
 ===== Renaming a Volume Group ====== ===== Renaming a Volume Group ======
-In case the volume group standing on the external ​disk has the same name as your internal one, you won't be able to access both at the same time. In this situation first eject the external device, then rename your internal volume group (here vg00):+In case the volume group standing on the external ​device ​has the same name as your internal one, you won't be able to access both at the same time. In this situation first eject the external device, then rename your internal volume group (here vg00):
  
 <​Code:​bash>​ <​Code:​bash>​