当前位置:网站首页>View partition table format
View partition table format
2022-07-29 04:04:00 【wy_ hhxx】
1. parted command
2. fdisk -l command
GPT
[[email protected] ~]# parted
...
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 2858GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: pmbr_boot
Number Start End Size File system Name Flags
1 1049kB 2097kB 1049kB bios_grub
2 2097kB 264MB 262MB ext4
3 264MB 2858GB 2858GB lvm
(parted)
-----------------------------
[[email protected] ~]# fdisk -l
...
Disk /dev/vda: 2858.3 GB, 2858300735488 bytes, 5582618624 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
...
MBR
[[email protected] ~]# parted
...
(parted) print all
Model: Virtio Block Device (virtblk)
Disk /dev/vda: 53.7GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
...
-------------------------------
[[email protected] ~]# fdisk -l
...
Disk /dev/loop0: 10.1 GB, 10130292736 bytes, 19785728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x426eea3b
...
边栏推荐
- Note: restframe work records many to one tables, how to serialize in that table (reverse query)
- Meeting notice of OA project (Query & whether to attend the meeting & feedback details)
- C declaration and initialization and assignment
- Typescript from getting started to mastering (XXIII) namespace namespace (Part 2)
- 数据挖掘——关联分析例题代码实现(下)
- Alibaba Font Icon Library Usage and update methods
- SQL语句 关于字段转换怎么写
- Some problems about pointers
- Typescript from entry to mastery (XVIII) joint type and type protection
- 3.解决Pycharm报错Unresolved reference ‘selenium‘ Unresolved reference ‘webdriver‘
猜你喜欢

EMD empirical mode decomposition

Function pointer and callback function

数据挖掘——关联分析基础介绍(上)

Basic configuration of BGP - establish peers and route announcements

Zhihuijun, a genius of Huawei, made a modular mechanical keyboard, which caused an earthquake in the geek circle. Netizens: This is the real customization
![[kvm] create virtual machine from kickstart file](/img/0e/292ccb6862e29d948ad6ece86b7945.png)
[kvm] create virtual machine from kickstart file

C language to achieve three chess game (detailed explanation)

LDP --- 标签分发协议

面试必备!TCP协议经典十五连问!

Problems encountered in vscode connection SSH
随机推荐
当我从数据库获取到了winfrom特定的控件ID之后我需要通过这个ID找到对应的控件,并对控件的TEXT文本进行赋值这该怎么做
Const char* and char*, string constants
Change the value of the argument by address through malloc and pointer
The list is not updated in real time when JS V-for data changes
Asp. Net MVC, how can the controller in the folder jump to the controller in the root directory?
A little understanding of pointer, secondary pointer, wild pointer, pointer as function return value
C语言实现三子棋游戏(详解)
Configmap配置与Secret加密
UCOS task switching process
The return value of the function is the attention of the pointer, the local variables inside the static limit sub function, and how the pointer to the array represents the array elements
Alibaba Font Icon Library Usage and update methods
Uni app internationalization
Problems encountered in vscode connection SSH
Data mining -- Introduction to the basis of association analysis (Part 1)
MySQL Part 3
Pat a1069/b1019 the black hole of numbers
Lvs+keepalived high availability deployment practical application
内连接和左连接简单案例
The const keyword of ES6 declares variables
Typescript from getting started to mastering (XX) function generics