'Mount'에 해당하는 글 1건

1. scan system for LVM volumes and identify in the output the volume group name (mine proved to be vg_amd)

$ sudo vgscan    


2. Activate the volume

$ sudo vgchange -ay vg_amd


3. Find the logical volume that has root filesystem (mine proved to be lv_home)

$ sudo lvs


4. Mount it

$ sudo mount /dev/vg_amd/lv_home /media -o ro,user




WRITTEN BY
RootFriend
개인적으로... 나쁜 기억력에 도움되라고 만들게되었습니다.

,