Liunx 不用LVM 83分区 扩展根目录

[[email protected] ~]# df -h
文件系统              容量  已用 可用 已用% 挂载点
/dev/sda3             863G  405G  413G  50% /
/dev/sda1              99M   12M   83M  13% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm

[[email protected] ~]# fdisk -l

Disk /dev/sda: 1429.3 GB, 1429365115904 bytes
255 heads, 63 sectors/track, 173777 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14        1033     8193150   82  Linux swap / Solaris
/dev/sda3            1034      173777  1387566180   83  Linux

[[email protected] ~]# fdisk /dev/sda

The number of cylinders for this disk is set to 173777.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): p

Disk /dev/sda: 1429.3 GB, 1429365115904 bytes
255 heads, 63 sectors/track, 173777 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14        1033     8193150   82  Linux swap / Solaris
/dev/sda3            1034      173777  1387566180   83  Linux

Command (m for help): d

Selected partition 3

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 3
First cylinder (1-652, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-652, default 652): +4G

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.

[[email protected] ~]# resize2fs /dev/sda3 1300G
resize2fs 1.39 (29-May-2006)
Filesystem at /dev/sda3 is mounted on /; on-line resizing required
Performing an on-line resize of /dev/sda3 to 340787200 (4k) blocks.
The filesystem on /dev/sda3 is now 340787200 blocks long.

[[email protected] ~]# df -h
文件系统              容量  已用 可用 已用% 挂载点
/dev/sda3             1.3T  405G  790G  34% /
/dev/sda1              99M   12M   83M  13% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm

时间: 2024-12-24 10:50:14

Liunx 不用LVM 83分区 扩展根目录的相关文章

LINUX扩展根目录磁盘空间(LINUX LVM )

linux扩展根目录磁盘空间(linux lvm ) 扩展目标分区前提: 扩展的分区必须要是linux lvm卷如下截图(分区/dev/sda1不可以扩展,分区/dev/sda2可以扩展) 提示:决定linux lvm的因素是磁盘第一次分区时候选择的分区格式决定的.如下图列出了linux下支持的分区格式 SSH Secure Shell 3.2.9 (Build 283) Copyright (c) 2000-2003 SSH Communications Security Corp - htt

Shell脚本一键扩展LVM新分区

最近接到经理要求对RHEL7的LVM新分区扩容自动化,因为使用的是虚拟化平台,故采用添加新磁盘的方式来做: #!/bin/bash ##在线扫描新磁盘##Step1: Recognize New Hard Disk##Logdir=~/disk_log if [ ! -d $Logdir ];then mkdir -p $Logdirfi SCSIHost=`ls -l /sys/class/scsi_host/ | grep "host" | tr -s " "

Linux LVM创建及扩展和减小

LVM逻辑卷 1. LVM逻辑卷机制 LVM逻辑卷(Logical volumes manager)是将多个分区或者物理硬盘从逻辑上作为一个整体,从这个整体上划分出不同的逻辑分区:逻辑分区可以根据需要进行扩大和缩小 整个创建逻辑分区过程依次创建pv.vg.lv: pv为分区或者物理硬盘,又PE为基本单元组成: vg 为一个或多个pv组成的整体 lv为从vg卷组中分割出分区,该分区可以格式化建立文件系统: 2. LVM创建及管理 由于Linux支持LVM机制,那么就离不开LVM的创建和管理,LVM

ubuntu 空间不足,扩展根目录的方法

1.香蕉派BPI-M3 sd系统卡 在电脑ubuntu端,使用gparted直接扩展 2.vmware ubuntu 扩展 a.在vmware管理处,扩展硬盘 参考:https://blog.csdn.net/ldzm_edu/article/details/78893721 b.解决启动自检 a start job is running for dev-disk-by 问题 参考 https://blog.csdn.net/qq_33528164/article/details/7672543

LVM逻辑分区的优缺点与步骤

一.LVM简介 1. 什么是LVM? LVM是 Logical Volume Manager(逻辑卷管理)的简写 2. 为什么使用LVM? LVM通常用于装备大量磁盘的系统,但它同样适于仅有一.两块硬盘的小系统.-----小系统使用LVM的益处:传统的文件系统:一个文件系统对应一个分区,直观,但不易改变,不同的分区相对独立,无相互联系,各分区空间常常利用不平衡,空间不能充分利用.当一个文件系统/分区已满时,无法对其扩充,只能采用重新分区/建立文件系统,非常麻烦,或把分区中的数据移到另一个更大的分

linux 磁盘分区,主分区,扩展分区,逻辑分区以sata接口为例

?? 以sata接口(依据linux内核检測其顺序 sda,sdb...)为例, 1, 硬盘的限制,最多仅仅能设置4个分区(主分区+扩展分区),路径例如以下, /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4 2, 操作系统限制,扩展分区最多仅仅能有1个,能够是3个(或下面)主分区+1个扩展分区, 3, 扩展分区使用额外的扇区记录逻辑分区信息,本身不能被格式化, 4, 由扩展分区切割而来的分区叫逻辑分区,可被格式化 5, 分区的序号1,2,3,4是保留给主分区,扩展

Asp.net模块化开发之Mvc分区扩展框架

对于一个企业级项目开发,模块化是非常重要的. 默认Mvc框架的AreaRegistration对模块化开发已经支持比较好了,还有必要扩展吗?还能扩展吗? 本文中的栗子是使用.net4.0.Mvc4.0及Unity2.0(企业库4.0)的,提供完整源码. 本分区扩展集成了IoC和分区DI(依赖注入)及分区过滤器的支持. 本分区扩展框架(Fang.Mvc)在演示栗子源码中包含完整源码,拿到自己的项目直接引用即可使用了. 感兴趣的同学请继续,用AreaRegistration有不爽的看官请拭目以待..

LVM之动态扩展及缩减,快照(二)

上章已经介绍了LVM 的基本使用方法,现在说一下LVM 的动态扩展,缩减,快照功能. LVM 动态扩展 上次mylv1创建的为4G ,扩展前 首先查看myvg1是否还有剩余空间,如果有就可以直接使用,木有就要再次创建物理卷,并添加到卷组: 查看myvg1 myvg1还有足够的剩余空间,接下来就可以进行mylv1的扩展了,把mylv1扩展到5G 扩展逻辑边界 查看mylv1是否扩展到了5G 缩减LVM 首先查看要缩减的mylv1 是否挂载,如果挂载必须先卸载 首先进行磁盘检查 下面将mylv1缩减

树莓派根分区扩展至整张sd卡

第一步,安装raspi-config sudo apt-get install raspi-config 第二步,运行raspi-config sudo raspi-config 界面选择,Expand Filesystem (也有版本为expand_rootfs), 选择并确定后 第三步:查看空间 df -h 是不是树莓派上的根分区扩展至整张sd卡了 原文地址:https://www.cnblogs.com/white-the-Alan/p/10960746.html