If I open a console and type
- Code: Select all
blkid
nothing happend.
Maybe I have no permission?
Why this is not stated?
regards
Spinnifex
blkid
sudo blkid
su -
blkid
It is recommended to use lsblk(8) command to get information
about block devices, or lsblk --fs to get an overview of
filesystems, or findmnt(8) to search in already mounted
filesystems.
lsblk(8) provides more information, better control on
output formatting, easy to use in scripts and it does not
require root permissions to get actual information. blkid
reads information directly from devices and for non-root
users it returns cached unverified information. blkid is
mostly designed for system services and to test libblkid
functionality.
root only command
man blkid wrote:DESCRIPTION
[...]blkid reads information directly from devices and for non-root users it returns cached unverified information
Users browsing this forum: Google [Bot] and 1 guest