Linux中的physical_block_size和logical_block_size
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
·
[root@rhel63single queue]# pwd
/sys/block/sdj/queue
[root@rhel63single queue]# ls -lrt | grep size
-r--r--r--. 1 root root 4096 Aug 24 21:58 physical_block_size
-r--r--r--. 1 root root 4096 Aug 24 21:58 optimal_io_size
-r--r--r--. 1 root root 4096 Aug 24 21:58 minimum_io_size
-r--r--r--. 1 root root 4096 Aug 24 21:58 max_segment_size
-r--r--r--. 1 root root 4096 Aug 24 21:58 logical_block_size
-r--r--r--. 1 root root 4096 Aug 24 21:58 hw_sector_size
[root@rhel63single queue]# lsblk -o NAME,PHY-SeC
NAME PHY-SEC
sr0 2048
sdb 512
└─sdb1 512
sdc 512
└─sdc1 512
sda 512
├─sda1 512
├─sda2 512
└─sda3 512
sdd 512
└─sdd1 512
sde 512
└─sde1 512
sdh 512
sdg 512
└─sdg1 512
sdi 512
sdj 512
└─sdj1 512
sdf 512
└─sdf1 512
[root@rhel63single queue]#
[root@rhel63single queue]# lsblk -o NAME,PHY-SeC,LOG-SEC
NAME PHY-SEC LOG-SEC
sr0 2048 2048
sdb 512 512
└─sdb1 512 512
sdc 512 512
└─sdc1 512 512
sda 512 512
├─sda1 512 512
├─sda2 512 512
└─sda3 512 512
sdd 512 512
└─sdd1 512 512
sde 512 512
└─sde1 512 512
sdh 512 512
sdg 512 512
└─sdg1 512 512
sdi 512 512
sdj 512 512
└─sdj1 512 512
sdf 512 512
└─sdf1 512 512
[root@rhel63single queue]#
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐


所有评论(0)