Yesterday, 12:17 PM
Thank you for your donation!
Problem: Geekworm x1009
|
Yesterday, 01:19 PM
Ok thanks.
Post output from each of the 4 commands below. Code: blkid /dev/sda1 | awk -F'TYPE=' '{print $2}' | awk -F'"' '{print $2}' This will help me understand why the device and file system type are not being show.
Yesterday, 02:34 PM
(Yesterday, 01:19 PM)Tim Curtis Wrote: Ok thanks. Also, please report the contents of the cfg_source SQL table Code: moodeutl -q "select * from cfg_source"
Today, 07:54 AM
Today, 07:57 AM
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?
Today, 11:01 AM
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: ################################################################################
1 hour ago
Run the patch command below to install the following fixes and let me know how it goes. it only takes a few seconds to complete the install.
Code: Bug fixes Patch command Code: wget -q -O - https://moodeaudio.org/test/r920patch_multi.sh | sudo bash |
« Next Oldest | Next Newest »
|