文件系统入门知识(4)

实例:

[root@bash ~]# e2label /dev/sdb "YOUNG" [root@bash ~]# e2label /dev/sdb YOUNG [root@bash ~]# blkid /dev/sdb /dev/sdb: LABEL="YOUNG" UUID="5272519a-039a-4bf0-817a-6014daec5e15" SEC_TYPE="ext2" TYPE="ext3"  [root@bash ~]# findfs UUID="5272519a-039a-4bf0-817a-6014daec5e15" /dev/sdb [root@bash ~]# findfs LABEL="YOUNG" /dev/sdb

更多详情见请继续阅读下一页的精彩内容

linux

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/14360.html