On 10/22/18 11:33 AM, Paul Groves wrote:
Hi All,
I have a single 1TB disk on a server at the moment mounted at root (/). I have run out of space so I have installed a 4TB hard disk along side the existing one. I will name this new disk media so it will be /mount-location/media
I am trying to work out the correct location to mount this disk. It will contain data to be server to the network e.g. music and videos. So data will not change often.
I though /mnt but that is apparently for temporarily mounted filesystems. perhaps either /var or /srv
Where would best practice indicate I should mount this disk?
Thanks
I use purposed partitions. The video partition mounts to /home/<user>/Videos, the music partition to /home/<user>/Music, and the data partition to /home/<user>/data. Of course this requires /home to be mounted first. Previously I used mount points in /mnt, which isn't an issue with SuSE. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org