您好,登錄后才能下訂單哦!
這篇文章將為大家詳細(xì)講解有關(guān)Linux中blkid命令怎么用,小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
blkid命令 對查詢設(shè)備上所采用文件系統(tǒng)類型進(jìn)行查詢。blkid主要用來對系統(tǒng)的塊設(shè)備(包括交換分區(qū))所使用的文件系統(tǒng)類型、LABEL、UUID等信息進(jìn)行查詢。要使用這個(gè)命令必須安裝e2fsprogs軟件包
查看塊設(shè)備的文件系統(tǒng)類型、LABEL、UUID等信息
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 # 顯示指定信息,默認(rèn)顯示所有信息 -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 -O # probe at the given offset -u # filter by "usage" (e.g. -u filesystem,raid) -n # filter by filesystem type (e.g. -n vfat,ext3)
1、列出當(dāng)前系統(tǒng)中所有已掛載文件系統(tǒng)的類型:
sudo blkid
2、顯示指定設(shè)備 UUID:
sudo blkid -s UUID /dev/sda5
3、顯示所有設(shè)備 UUID:
sudo blkid -s UUID
4、顯示指定設(shè)備 LABEL:
sudo blkid -s LABEL /dev/sda5
5、顯示所有設(shè)備 LABEL:
sudo blkid -s LABEL
6、顯示所有設(shè)備文件系統(tǒng):
sudo blkid -s TYPE
7、顯示所有設(shè)備:
sudo blkid -o device
8、以列表方式查看詳細(xì)信息:
sudo blkid -o list
關(guān)于“Linux中blkid命令怎么用”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),請把它分享出去讓更多的人看到。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。