文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

Linux下parted对磁盘进行分区

2023-06-06 03:24

关注
  今天为了挂载文件系统,对磁盘进行分区,磁盘大小3.6TB。
  使用fdisk对磁盘分区完成之后,查看如下:
Disk /dev/sdb: 3598.9 GB, 3598914158592 bytes
255 heads, 63 sectors/track, 437543 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1           234976  1887444688+  83  Linux
/dev/sdb2          234977      267349   260036122+   5  Extended

   发现最大只能识别260036122Blocks,3.6TB的磁盘没有完全分完,经查阅资料,使用fdisk进行分区最大只能识别2TB,于是采用parted进行分区。
[root@localhost /]# parted /dev/sdb
GNU Parted 2.1
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
corrupted -- possibly by a program that doesn't understand GPT partition tables.  Or perhaps you deleted the GPT table, and are now using an msdos partition table.  Is this
a GPT partition table?
parted: invalid token: tes
Model: DELL PERC H730P Adp (scsi)
Disk /dev/sdb: 3599GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number  Start  End  Size  File system  Name  Flags
(parted) mkpart
Partition name?  []? 
File system type?  [ext2]? 
Start? 
Start? 0
End? 1800GB
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel? Ignore
(parted) 
(parted) mkpart
Partition name?  []? 
File system type?  [ext2]? 
Start? 
Start? 1800GB
End? 3599GB
(parted)                                   
(parted) print                                                                       
Warning: /dev/sdb contains GPT signatures, indicating that it has a GPT table.  However, it does not have a valid fake msdos partition table, as it should.  Perhaps it was
corrupted -- possibly by a program that doesn't understand GPT partition tables.  Or perhaps you deleted the GPT table, and are now using an msdos partition table.  Is this
a GPT partition table?                                                                        
Yes/No? yes
Model: DELL PERC H730P Adp (scsi)
Disk /dev/sdb: 3599GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number  Start   End     Size    File system  Name  Flags
 1      17.4kB  1800GB  1800GB
 2      1800GB  3599GB  1799GB
      
[root@localhost dev]$cd /dev
[root@localhost dev]$ ls |grep sdb
sdb
sdb1
sdb2
  分区已经完成,下一步可以进行格式化并挂载文件系统
mkfs -t ext4 /dev/sdb1
mkfs -t ext4 /dev/sdb2
阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     801人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     348人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     311人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     432人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     220人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-人工智能
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯