首页 > 其他 > 详细

GPT格式化大于2TB分区

时间:2015-09-15 20:14:04      阅读:278      评论:0      收藏:0      [点我收藏+]

GPT格式化大于2TB分区

[root@BMCCF107 ~]# parted /dev/sdb

GNU Parted 2.1

Using /dev/sdb

Welcome to GNU Parted! Type ‘help‘ to view a list of commands.

mkpart GPT

(parted) print

Model: IBM ServeRAID M5110e (scsi)

Disk /dev/sdb: 3596GB

Sector size (logical/physical): 512B/4096B

Partition Table: gpt


Number  Start  End  Size  File system  Name  Flags


(parted) mkpart primary 0GB 3596GB

(parted) print

Model: IBM ServeRAID M5110e (scsi)

Disk /dev/sdb: 3596GB

Sector size (logical/physical): 512B/4096B

Partition Table: gpt


Number  Start   End     Size    File system  Name     Flags

 1      1049kB  3596GB  3596GB               primary


(parted) quit

Information: You may need to update /etc/fstab.




[root@BMCCF107 ~]# mkfs.ext4 /dev/sdb1

mke2fs 1.41.12 (17-May-2010)

Filesystem label=

OS type: Linux

Block size=4096 (log=2)

Fragment size=4096 (log=2)

Stride=1 blocks, Stripe width=0 blocks

219488256 inodes, 877928960 blocks

43896448 blocks (5.00%) reserved for the super user

First data block=0

Maximum filesystem blocks=4294967296

26793 block groups

32768 blocks per group, 32768 fragments per group

8192 inodes per group

Superblock backups stored on blocks:

        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,

        4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,

        102400000, 214990848, 512000000, 550731776, 644972544


Writing inode tables: done

Creating journal (32768 blocks): done

Writing superblocks and filesystem accounting information: done


This filesystem will be automatically checked every 35 mounts or

180 days, whichever comes first.  Use tune2fs -c or -i to override.



挂载后需要修改权限


本文出自 “rain” 博客,请务必保留此出处http://gushiren.blog.51cto.com/3392832/1695052

GPT格式化大于2TB分区

原文:http://gushiren.blog.51cto.com/3392832/1695052

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!