Gilbo
Storage is cool
I have a rather simple question regarding the standard way to organize shared directories on a Linux fileserver. It's really nothing more than a question of good form.
I've got a pair of home fileservers that store my music, DVDs, and my photographs. So far, everything is in subdirectories of my home directory on the servers. I want to set up a configuration where other users can recieve varying levels of access to some of these media files (music for example) via NFS exports. I'm going to move these subdirectories out of my home directory, but I've never really figured out where they should be moved to.
I was thinking something like /home/music, but 'music' isn't an actual real user, so that seems wrong to me. But then I have no idea where else it should go. Of course, putting this data anywhere other than in the home directory seems like even worse form... So, is /home/music, or /home/photos the correct way to do this? And then, for example, have it mounted to the various users as /jane/music, or /joe/music via NFS exports on the servers?
I've got a pair of home fileservers that store my music, DVDs, and my photographs. So far, everything is in subdirectories of my home directory on the servers. I want to set up a configuration where other users can recieve varying levels of access to some of these media files (music for example) via NFS exports. I'm going to move these subdirectories out of my home directory, but I've never really figured out where they should be moved to.
I was thinking something like /home/music, but 'music' isn't an actual real user, so that seems wrong to me. But then I have no idea where else it should go. Of course, putting this data anywhere other than in the home directory seems like even worse form... So, is /home/music, or /home/photos the correct way to do this? And then, for example, have it mounted to the various users as /jane/music, or /joe/music via NFS exports on the servers?