Linux调整磁盘分区大小

本文介绍了如何在Linux系统中调整磁盘分区大小,包括使用parted列出分区、使用fdisk查看磁盘信息、扩展第二分区以利用全部磁盘空间、重启加载更新的分区表、以root权限扩展文件系统等步骤。对于可能出现的问题,如resize2fs权限被拒绝,提供了手动在Linux PC上调整大小的链接。此外,还提到了针对Raspberry Pi等嵌入式系统的SD卡手动调整方法和计算分区大小的公式。
摘要由CSDN通过智能技术生成

Resize the disk (Linux调整磁盘分区大小)

Resize the partition. Run parted: $ parted

Show the partition list: (parted) print

There should be two partitions; 1 should be a boot partition, about 64MB; the second should be the main partition, about 3.6G

Some Disk Commands of Linux, that you should know:

  • sudo df -h          Display the FileSystem that you mounted
  • sudo fdisk -l    Show your disk information that is unmounted or un-parted

Sonictl: Here I didn't see two partitions by print command. but fdisk -l showed me that.

Resize the second partition to use the whole disk: (parted) resizepart 2 32GB

Sonictl: Here you may meet error: "Unrecognized disk label

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值