# LVM 檔案系統處理

## `當多個卷組具有相同的名稱時，如何重命名邏輯卷`

`vgdisplay | egrep -i "uuid"`

```
VG UUID 1aedmB-7rSf-k2Vw-r7xW-gGYg-1Vo1-tXwFyZ
VG UUID 5Zwjq6-QAKV-E40F-QnUL-Vy3C-HQ26-dCipar
```

```
vgrename -v 5Zwjq6-QAKV-E40F-QnUL-Vy3C-HQ26-dCipar pvenew
vgchange -ay /dev/pvenew
mount /dev/mapper/pvenew-root /mnt
rsync -aAXv / --exclude={/boot/*,/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found} /mnt/

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/fu-lu/lvm-dang-an-xi-tong-chu-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
