登录 注册
当前位置:主页 > 资源下载 > 31 > RHCE认证用户需掌握硬盘分区的基础知识

RHCE认证用户需掌握硬盘分区的基础知识

  • 更新:2024-05-20 17:18:56
  • 大小:522KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux/Unix认证 - 考试认证
  • 格式:PPT

资源介绍

为硬盘分区 硬盘分区工具 disk druid:方便的分区工具,只能在安装时使用 fdisk:运用广泛的字符界面下硬盘分区工具 分区改变后需重启系统才会生效。 使用fdisk –l /dev/hda可以查询硬盘的分区状况。例如: [root @stationxx root]# fdisk –l /dev/had Disk /dev/had :20.4 GB 20490559488 bytes heads , 63 sectors/track , 39703 cylinders Units = cylinders of 1008 * 512 = 516096 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 10159 5120104+ 83 Linux /dev/hda2 10160 10679 262080 82 Linux swap /dev/hda3 10680 39703 14628096 5 Extended /dev/hda5 10680 10781 51376+ 83 Linux 其中的82、83代表分区类型。 5:扩展分区 82: swap分区 83:Linux native分区 8e:Linux LVM fd:Linux Raid auto