您好,登錄后才能下訂單哦!
這篇文章主要介紹“Linux的blkid命令命令怎么使用”,在日常操作中,相信很多人在Linux的blkid命令命令怎么使用問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Linux的blkid命令命令怎么使用”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
blkid命令 對查詢設備上所采用文件系統類型進行查詢。blkid主要用來對系統的塊設備(包括交換分區)所使用的文件系統類型、LABEL、UUID等信息進行查詢。要使用這個命令必須安裝e2fsprogs軟件包。
blkid -L | -U blkid [-c ] [-ghlLv] [-o] [-s ][-t ] -[w ] [ ...] blkid -p [-s ] [-O ] [-S ][-o] ... blkid -i [-s ] [-o] ...
-c 指定cache文件(default: /etc/blkid.tab, /dev/null = none) -d don't encode non-printing characters -h 顯示幫助信息 -g garbage collect the blkid cache -o指定輸出格式 -k list all known filesystems/RAIDs and exit -s 顯示指定信息,默認顯示所有信息 -t find device with a specific token (NAME=value pair) -l look up only first device with token specified by -t -L convert LABEL to device name -U convert UUID to device name -v 顯示版本信息 -w write cache to different file (/dev/null = no write) specify device(s) to probe (default: all devices) Low-level probing options: -p low-level superblocks probing (bypass cache) -i gather information about I/O limits -S overwrite device size -Oprobe at the given offset -u filter by "usage" (e.g. -u filesystem,raid) -n filter by filesystem type (e.g. -n vfat,ext3)
1、列出當前系統中所有已掛載文件系統的類型:
sudo blkid
2、顯示指定設備 UUID:
sudo blkid -s UUID /dev/sda5
3、顯示所有設備 UUID:
sudo blkid -s UUID
4、顯示指定設備 LABEL:
sudo blkid -s LABEL /dev/sda5
5、顯示所有設備 LABEL:
sudo blkid -s LABEL
6、顯示所有設備文件系統:
sudo blkid -s TYPE
7、顯示所有設備:
sudo blkid -o device
8、以列表方式查看詳細信息:
sudo blkid -o list
到此,關于“Linux的blkid命令命令怎么使用”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。