博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux命令——blkid
阅读量:7067 次
发布时间:2019-06-28

本文共 1045 字,大约阅读时间需要 3 分钟。

简介

blkid用于查看块设备UUID、Label、挂载、文件系统类型等信息

选项参数

无参数——显示所有已挂载分区信息

查看特定分区

-s:指定输出信息(UUID、TYPE、LABEL、PTTYPE等)

-o:指定输出格式(full、value、list、device、udev、export)

full print all tags (the default)

value print the value of the tags

list print the devices in a user-friendly format; this output format is unsupported for low-level probing (-p or -i).This output format is DEPRECATED in favour of the lsblk(8) command.

device print the device name only; this output format is always enabled for the -L and -U options

udev print key="value" pairs for easy import into the udev environment; the keys are prefixed by ID_FS_ or ID_PART_ prefixes.The udev output returns the ID_FS_AMBIVALENT tag if more superblocks are detected, and ID_PART_ENTRY_* tags are always returned for all partitions including empty partitions. This output format is DEPRECATED.

export print key=value pairs for easy import into the environment; this output format is automatically enabled when I/O Limits (-i option) are

requested

 

转载于:https://www.cnblogs.com/kelamoyujuzhen/p/10127195.html

你可能感兴趣的文章
Linux链接脚本学习--lds
查看>>
Android将list数据通过LitePal保存到本地(集合保存到本地)
查看>>
hdu 1285 确定比赛名次
查看>>
Eureka微服务实战-服务提供者
查看>>
简单的原生ajax
查看>>
h5开发坑点小总结
查看>>
几分钟内提升技能的8个 JavaScript 方法!
查看>>
mac显示隐藏文件
查看>>
Android 插件化原理-好文收集(陆续中。。。)
查看>>
双亲委派模型与Tomcat类加载架构
查看>>
Highcharts tooltip显示数量和百分比
查看>>
小程序兼容iphoneX(齐刘海)代码,mpvue的写法
查看>>
小米设备怎么不ROOT激活Xposed框架的步骤
查看>>
Vue Router
查看>>
你所听到的技术原理、技术本质到底是什么?
查看>>
决战燕京城-10 前往天寿山
查看>>
WebMvcTest与SpringBootTest
查看>>
面试官:你接受免费加班吗?程序员这样怼回去,网友:老铁没毛病
查看>>
分享我的个人项目:Wildfire 野火评论系统
查看>>
【机器视觉与图像处理】基于MATLAB的角度计算
查看>>