Speeding along getting this new EndeavourOS installed and configured, and still want to reply to some previous threads I’ve started, but in the interim, here’s anew one.
I have mounted an external HDD to ~/Music (I believe this is the approach @thefrog adopts and it makes good sense) and Strawberry is playing music from that mounted HDD. The mounting has been committed to /etc/fstab (see below).
After about four minutes or so, Strawberry just crashes without any notice. This doesn’t appear to happen (at least, not during testing) when launched from a terminal.
the drive is mounted here as NTFS so those commands wont work since NTFS does not support UNIX Permissions. You would need to change the Filesystem to a Native Linux one. You shouldn’t need the permissions for just music files.
I don’t use NTFS and I think you need other permissions for that in your fstab. Hopefully someone that does can chime in on what you probably need to add to your fstab opitions.
@thefrog was quite correct - the drive wasn’t correctly mounted following a reboot, so I am now setting this up properly using the /etc/fstab and UUIDs.
Unfortunately, this has required that the drive with all of the music be formatted, so the directories are in the process of being copied over. I should be able to retest in a few days and then will update here.
Thanks for the support, guys. It appears that I have fixed this and although I started off down several wrong paths, this now appears to be resolved.
The solution for those who may want to know later is:
(1) Create a sub-directory in /home e.g., mkdir /home/user/sub-dir
(2) Find the UUID of the external drive, e.g. udo blkid /dev/sdb1
(3) Edit /etc/fstab