位置: 编程技术 - 正文
推荐整理分享linux下使用fdisk结合partprobe命令不重启系统添加一块新的磁盘分区(linux fdisk -l),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux fdisk lvm,linuxfdisk命令,linux fdisk -l命令,linux fdisk分区步骤,linuxfdisk命令,linux中fdisk,linux fdisk -l命令,linux_fdisk命令详解,内容如对您有帮助,希望把文章链接给更多的朋友!
主机自带硬盘超过GB,目前只划分使用了3个主分区,不到GB,如 下:[root@db2 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 G 3.7G G % / /dev/sda2 G G 5.2G % /oracle tmpfs 2.0G 0 2.0G 0% /dev/shm [root@db2 ~]# cat /proc/partitionsmajor minor #blocks name 8 0 sda sda1 8 2 sda2 8 3 sda3 8 sdb 8 sdc现在需要给系统添加1个GB的空间存放数据文件,而又不影响现有系统上业务的运行,使用fdisk结合partprobe命令不重启系统添加 一块新的磁盘分区。操作步骤如下:
第1步,添加新的磁盘分区 [root@db2 ~]# fdisk /dev/sdaThe number of cylinders for this disk is set to .There is nothing wrong with that, but this is larger than ,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): pDisk /dev/sda: .9 GB, bytes heads, sectors/track, cylindersUnits = cylinders of * = bytes Device Boot Start End Blocks Id System/dev/sda1 * 1 + Linux/dev/sda2 Linux/dev/sda3 Linux swap / SolarisCommand (m for help): nCommand action e extended p primary partition (1-4)pSelected partition 4First cylinder (-, default ):Using default value Last cylinder or +size or +sizeM or +sizeK (-, default ): +G Command (m for help): wThe partition table has been altered!Calling ioctl() to re-read partition table.WARNING: Re-reading the partition table failed with error : Device or resource busy.The kernel still uses the old table.The new table will be used at the next reboot.Syncing disks.[root@db2 ~]#第2步,使用工具partprobe让kernel读取分区信息 [root@db2 ~]# partprobe使用fdisk工具只是将分区信息写到磁盘,如果需要mkfs磁盘分区则需要重启系统,而使用partprobe则可以使kernel重新读取分区 信息,从而避免重启系统。第3步,格式化文件系统 [root@db2 ~]# mkfs.ext3 /dev/sda4mke2fs 1. (-May-)Filesystem label=OS type: LinuxBlock size= (log=2)Fragment size= (log=2) inodes, blocks blocks (5.%) reserved for the super userFirst data block=0Maximum filesystem blocks= block groups blocks per group, fragments per group inodes per groupSuperblock backups stored on blocks: , , , , , , , , , , , , , Writing inode tables: doneCreating journal ( blocks): doneWriting superblocks and filesystem accounting information:doneThis filesystem will be automatically checked every mounts or days, whichever comes first. Use tune2fs -c or -i to override.[root@db2 ~]#第4步,mount新的分区/dev/sda4 [root@db2 ~]# e2label /dev/sda4 /data[root@db2 ~]# mkdir /data[root@db2 ~]# mount /dev/sda4 /data[root@db2 ~]# dfFilesystem 1K-blocks Used Available Use% Mounted on/dev/sda1 % //dev/sda2 % /oracletmpfs 0 0% /dev/shm/dev/sda4 1% /data[root@db2 ~]#总结:使用partprobe可以不用重启系统即可配合fdisk工具创建新的分区。
linux搭建gfs系统 iscsi+GFS 实现网络存储 虚拟机搭建gfs系统系统环境:CentOSrelease5..6.-.el5gfs节点1:..1.gfs1gfs节点2:..1.gfs2gfs节点3:..1.gfs3iscsi-target存储设备:..1.i
Linux hostname主机名配置文件/etc/hosts详解 1、什么是Linux主机名无论在局域网还是INTERNET上,每台主机都有一个IP地址,是为了区分此台主机和彼台主机,也就是说IP地址就是主机的门牌号。但IP地
SecureCRT中文显示乱码问题的解决方法 1.修改远程linux机器的配置vim/etc/sysconfig/in把LANG改成支持UTF-8的字符集如:LANG=zh_CN.UTF-8或者是LANG=en_US.UTF-.改SecureCRT的设置选项-会话选项-外观-字符编
标签: linux fdisk -l
本文链接地址:https://www.jiuchutong.com/biancheng/360585.html 转载请保留说明!友情链接: 武汉网站建设