mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-02-11 04:52:44 +00:00
update
- Get UUID of a disk (e.g. sdb)
This commit is contained in:
parent
708ed78958
commit
e1a3a2a25d
@ -2263,7 +2263,10 @@ sg_map -i -x|grep SEAGATE|wc -l
|
||||
|
||||
##### Get UUID of a disk (e.g. sdb)
|
||||
```bash
|
||||
blkid /dev/sdb
|
||||
lsblk -f /dev/sdb
|
||||
|
||||
# or
|
||||
sudo blkid /dev/sdb
|
||||
```
|
||||
|
||||
##### Generate an UUID
|
||||
|
Loading…
x
Reference in New Issue
Block a user