반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 랜카드인식불량
- chatGPT
- docker network
- permission
- yum
- docker image
- vagrant kubernetes
- swapon
- firewalld
- tar
- MSBing
- 엑셀파일명변경
- 프로세스
- newbingai
- nmcli
- journalctl
- docker
- mount
- lvcreate
- ansible
- chmod
- 날짜변경
- M365필터
- 같은폴더
- pvcreate
- ssh
- Kubernetes
- vgcreate
- 리다이렉션
- HTTPD
Archives
- Today
- Total
목록graphical.target (1)
becool
20210420 (화)
9:31 review # vgextend VGNAME PV # lvextend LVSIZE LV_DEVICE (-r옵션 추가) # resize2fs LV_DEVICE : ext4 # xfs_growfs LV_DEVICE : xfs # vgreduce VGNAME PV_DEVICE # vpremove PV_DEVICE [fdisk 통한 LVM 변환 후] [root@localhost ~]# pvcreate /dev/sdd1 Physical volume "/dev/sdd1" successfully created. [root@localhost ~]# pvcreate /dev/sdd2 Physical volume "/dev/sdd2" successfully created. [root@localhost ~]# pv..
linux
2021. 4. 20. 16:21