admin管理员组

文章数量:1318570

What is the path of physical_block_size file in QNX OS? Currently in my Linux OS, this is available at /sys/block/sda/queue/physical_block_size.

What is the path of physical_block_size file in QNX OS? Currently in my Linux OS, this is available at /sys/block/sda/queue/physical_block_size.

Share Improve this question asked Jan 21 at 11:08 HarryHarry 3,1601 gold badge24 silver badges46 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It's not exposed as a file. You can get the information by using the fstatvfs() call, as described here:

https://www.qnx/developers/docs/8.0/com.qnx.doc.neutrino.lib_ref/topic/f/fstatvfs.html

本文标签: linuxlocation of physicalblocksize file in QNXStack Overflow