hello
another problem
blkid which would give the CD/DVD information is only working as root
sudo chmod +x /usr/sbin/blkid
is not working
what would be the command to have everybody to read the name of the disk?
have a nice day
vinc
blkid runing for user not root
Re: blkid runing for user not root
Code: Select all
brian@nimon:~$ ls -l /usr/sbin/blkid
-rwxr-xr-x 1 root root 121096 Feb 7 08:33 /usr/sbin/blkid
Code: Select all
brian@nimon:~$ blkid
/dev/sdb1: UUID="766E-B2AE" TYPE="vfat" PARTUUID="e78d1718-57ec-4ddf-9ef5-d50f589bf293"
/dev/sdb2: UUID="2cbf85b9-d27c-48ae-b427-8de462ef22d0" UUID_SUB="40f28c85-bfa4-4b90-b007-5a0d2170380e" TYPE="btrfs" PARTUUID="6f74f31a-6f99-4a24-8fdd-c42e1be89cf8"
/dev/sr0: UUID="b4af35244150504c" LABEL="DIAGNOSIS_MURDER_S8D1" TYPE="udf"
You are probably best to take your issues to the support forums for the linux distro that you are using. I'd guess you have far more problems than just blkid not working.
-
- Posts: 19
- Joined: Tue Feb 01, 2022 3:38 pm
Re: blkid runing for user not root
Check and make sure you've got the 755 permissions. If so, something else may be going on.