blkid: invalid option -- -
blkid 1.0.0 (12-Feb-2003)
usage: blkid [-c <file>] [-hl] [-o format] [-s <tag>] [-t <token>]
[-v] [-w <file>] [dev ...]
-c cache file (default: /etc/blkid/blkid.tab, /dev/null = none)
-h print this usage message and exit
-s show specified tag(s) (default show all tags)
-t find device with a specific token (NAME=value pair)
-l lookup the the first device with arguments specified by -t
-v print version and exit
-w write cache to different file (/dev/null = no write)
dev specify device(s) to probe (default: all devices)
ex)
# blkid
/dev/sda7: UUID="8779266d-82a5-4c4e-92a8-7b0f630c6d3e" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda6: LABEL="/var1" UUID="32e2f095-45b2-47ce-9f17-6462fc0cd018" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: LABEL="/usr1" UUID="b1128e53-9368-4f70-9e78-10125ce01269" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda3: LABEL="/1" UUID="c27d1174-25d5-49a2-8e4c-af0073988292" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda1: LABEL="/boot1" UUID="7a09b614-882f-42eb-840a-f89f8bb01218" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda2: LABEL="SWAP-sda2" TYPE="swap"
Posted by 삐꾸강아쥐



