Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Geekworm x1009
#21
           
Reply
#22
Ok thanks.

Post output from each of the 4 commands below.

Code:
blkid /dev/sda1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

blkid /dev/sdb1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

This will help me understand why the device and file system type are not being show.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#23
(Yesterday, 01:19 PM)Tim Curtis Wrote: Ok thanks.

Post output from each of the 4 commands below.

Code:
blkid /dev/sda1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

blkid /dev/sdb1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

This will help me understand why the device and file system type are not being show.


Also, please report the contents of the cfg_source SQL table
Code:
moodeutl -q "select * from cfg_source"
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#24
   
Reply
#25
blkid /dev/sda1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

blkid /dev/sdb1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}'
blkid /dev/sdb1 | awk -F'LABEL=' '{print $2}' | awk -F'"' '{print $2}'

Did I understand correctly that you made a mistake in the second line and you need to change the letter b to a?
Reply
#26
That output looks perfect.

The bug is fixed for upcoming 9.2.1 but I'll release an installable patch that you can apply later today :-) It includes a fix for the SATA mount listing and the missing root icon in Folder view.

Code:
################################################################################
#
# 2024-MM-DD moOde 9.2.1 (Bookworm)
#
################################################################################

Bug fixes
- FIX: SATA mount listing missing device and format
- FIX: SATA root folder icon missing in Folder View
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: