![]() |
Snakeoil 1.4.0 (High End) - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Resource (https://forums.snakeoil-os.net/Forum-Snakeoil-Resource) +--- Forum: Releases (https://forums.snakeoil-os.net/Forum-Releases) +--- Thread: Snakeoil 1.4.0 (High End) (/Thread-Snakeoil-1-4-0-High-End) |
RE: Snakeoil 1.4.0 (High End) - aabman - 20-May-2025 (19-May-2025, 10:01 AM)agent_kith Wrote:(16-May-2025, 03:08 PM)Snoopy8 Wrote: @hkphantomgtr using USB C, not GPIO. And the change was set_max_current_enable=1 in config.txt so that it would boot with 3A power supply.Technically this will just disable some of the software checks on the Pi and allow operations to continue. There are pros and cons of doing so I guess, if you try to run more things and the PSU cannot supply enough current then things will not work (would components be damaged? Possibly but unlikely). Hi AK, thanks for your reply and kind advice. First of all, the music title of unreachable \dev\sda3 was not scanned by LMS if \dev\sda3 mounted, so the music of \dev\sda3 couldn't play anymore. The interest thing I would let you know is that, when I unmount \dev\sda3, LMS's music folder can display the folder "sda3" with the same permission as other demountable disks but empty in content. That's very strange. Just let you know the case and not sure if this might be solved in the coming version. Moreover, when using OS 1.4 with Ubuntu 22.XX, all songs can sing properly. Thanks for your patient and kindness. P.S. I thought it didn't caused by the music player but the system itself. When I use WinSCP to countercheck the property/permission of the partitions, WinSCP shown the same result. Thanks again! ![]() ![]() RE: Snakeoil 1.4.0 (High End) - agent_kith - 21-May-2025 (20-May-2025, 05:50 PM)aabman Wrote: Hi AK, thanks for your reply and kind advice.The folder will still exist when the share is umounted, but will take on to whatever setting you setup your share so that is normal. Can you try and add this entry "rw" to the mount options, and try to remount it and see if it works now? What file system are you using again? Avoid NTFS and use something like ext4 (or xfs) if you can. RE: Snakeoil 1.4.0 (High End) - aabman - 21-May-2025 You‘re definitely right and helpful, thanks again. The said partition was formated as NTFS. It appeared that was the cause of the issue. I will try to format to ext4 and report the founding. RE: Snakeoil 1.4.0 (High End) - aabman - 25-May-2025 First of all, thanks for AK's hints. Yes, the latest Ubuntu version had faults on mounting ntfs system, it needs to refine as follows. 1. Login as root and install ntfs-3g package first, as Ubuntu use "ntfs-3g" instead of "ntfs". Code: sudo apt-get install ntfs-3g 2. Then fix the Ubuntu system on mounting of ntfs system. sudo ntfsfix /dev/[DRIVE_MACHINE_NAME] After the operation, everything comes as normal and worked fine in my system. Reference: https://askubuntu.com/questions/512461/how-do-i-install-ntfs-3g-ntfsprogs-manually-on-ubuntu https://gist.github.com/iamstoick/0355d660fa58f6351a45 Thanks a lot, AK. Cheers. |