On Wed, Nov 13, 2024 at 05:34:31AM +0000, Richard Bostrom wrote: > Which folder is best practices keeping my music in, if building a music > server? > > Thanks.
One with enough space. More seriously, it's almost impossible to answer, without knowing what kind of software you are planning on running. With the exception of web-based stuff that runs chrooted, you probably can point your "music server" software to whichever directory(ies) you want. On a side note, if its a large partition, and if most files in it will also be large, I'd advise you to tune some of the newfs options, to reduce the density of inodes in the file system, which in turn makes fsck much much faster, in case it isn't cleanly unmounted (e.g. power failures). --