Open5

visionfive2

pantheraleopantheraleo

パーティションを広げる
確認
df -h
/dev/nvme0n1p4

fdisk /dev/nvme0n1
Command (m for help): d
Partition number (1-4, default 4): 4
Command (m for help): n
Partition number (4-128, default 4): 4
First sector (34-1953525134, default 221184):
Last sector, +/-sectors or +/-size{K,M,G,T,P} (221184-1953525134, default 1953523711):
Do you want to remove the signature? [Y]es/[N]o: N
Command (m for help): w

resize2fs /dev/nvme0n1p4

pantheraleopantheraleo

ログイン方法の変更

CUI
sudo systemctl set-default multi-user.target
GUI
sudo systemctl set-default graphical.target