df -h
또한 내 명령과 명령의 출력은 fdisk -l
. 나의 공간 /dev/sda4
과 분할된 공간을 어디서, 어떻게 활용할 수 있나요 /dev/sda5
? 내 LVM 파티션인 것 같은데 /dev/mapper/fedora-root
크기 측정이 GNOME 디스크 유틸리티 및 터미널 명령과 다른 이유는 무엇입니까? 내 시스템에 공간을 더 추가하려면 어떻게 해야 하나요? 이미 98%를 사용하고 있습니다. 듀얼 부팅 Windows OS를 축소하고 18GB의 여유 공간을 얻었습니다. 사용 가능한 공간이 어디인지 확인하려고 하기 때문에 사용할 필요조차 없습니다. 공간적 형태를 어떻게 활용할 수 있는지 /dev/sda4
,/dev/sda5
LVM 파티션에서 논리 파티션과 확장 파티션을 혼동하고 있습니까?
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.8G 436K 3.8G 1% /dev/shm
tmpfs 3.8G 1.7M 3.8G 1% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/fedora-root 27G 25G 559M 98% /
tmpfs 3.8G 76K 3.8G 1% /tmp
/dev/sda3 477M 163M 285M 37% /boot
tmpfs 779M 8.0K 779M 1% /run/user/42
tmpfs 779M 20K 779M 1% /run/user/1000
[root@localhost ~]# fdisk -l
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x0700565b
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 2459647 2457600 1.2G 7 HPFS/NTFS/exFAT
/dev/sda2 2459648 152004607 149544960 71.3G 7 HPFS/NTFS/exFAT
/dev/sda3 186820608 187844607 1024000 500M 83 Linux
/dev/sda4 187844608 250068991 62224384 29.7G 5 Extended
/dev/sda5 187846656 250068991 62222336 29.7G 8e Linux LVM
Disk /dev/mapper/fedora-root: 26.7 GiB, 28613541888 bytes, 55885824 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/fedora-swap: 3 GiB, 3242196992 bytes, 6332416 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
lvdisplay
--- Logical volume ---
LV Path /dev/fedora/swap
LV Name swap
VG Name fedora
LV UUID MvfHav-JZle-0R8m-aH8l-Rf70-n36N-yozEmW
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2015-12-27 19:21:28 -0500
LV Status available
# open 2
LV Size 3.02 GiB
Current LE 773
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
--- Logical volume ---
LV Path /dev/fedora/root
LV Name root
VG Name fedora
LV UUID DQ5ikG-0gNP-Mv2m-nthN-LxQr-XrXS-4g54b2
LV Write Access read/write
LV Creation host, time localhost.localdomain, 2015-12-27 19:21:28 -0500
LV Status available
# open 1
LV Size 26.65 GiB
Current LE 6822
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
[root@localhost ~]# vgdisplay
--- Volume group ---
VG Name fedora
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 3
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 29.67 GiB
PE Size 4.00 MiB
Total PE 7595
Alloc PE / Size 7595 / 29.67 GiB
Free PE / Size 0 / 0
VG UUID iXb2mB-6RVd-Cb20-j2Jd-w4Dk-k1WJ-BFTv1t
답변1
이 특정 시나리오에는 3개의 기본 파티션과 1개의 확장 파티션이 있습니다. 출력을 보고
fdisk -l
/dev/sda2 End 및 /dev/sda3 Start를 확인하면 거기에 약간의 공간이 있음을 알 수 있습니다.
내 생각에 유일한 옵션은 네트워크를 통해 /dev/sda3 (/boot) 파티션에서 데이터를 이동하거나 일부 외부 미디어(USB 등)를 사용하고, /boot 마운트를 해제하고, /dev/sda3을 삭제하고 새 것 (또는 삭제하지 않고 크기를 조정할 수 있는지 확인) 사용 가능한 모든 공간을 사용하고 run pvcreate /dev/sda3
, run 을 수행 vgextend fedora /dev/sda3
한 다음 마지막으로 다음을 사용하여 실행할 수 있습니다.lvextend -r -l 100%FREE /dev/mapper/fedora-root
마지막으로 파일을 다시 /boot 디렉토리로 가져올 수 있습니다. 이번에는 별도의 파일 시스템이 없습니다. 확장 / 파일 시스템에서 사용 가능한 공간을 모두 사용하지 않는 경우 lvm을 생성하여 /boot에 마운트할 수 있습니다.
궁금한 점이 있으면 알려주시기 바랍니다.