LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mp3s (https://www.linuxquestions.org/questions/linux-general-1/mp3s-27169/)

killer_siller 08-04-2002 10:33 AM

mp3s
 
where in the filesystem would i put mp3's, documents, and things that all my users can share? (i use redhat 7.3)

trickykid 08-04-2002 10:54 AM

Anywhere you want, usually in the home directory somewhere, or create some sort of data directory everyone has access to.

Thymox 08-05-2002 05:35 PM

When you say 'all my users', will they all be running Linux? If not, then you might want to consider having a seperate 'Windows' partition that can be read by both Linux and Windows.

If, however, they will all be running Linux (locally - we're not talking networking, are we?), then /home/mp3 is a good idea, so long as you set the permissions so that all users can at least read the files.

killer_siller 08-06-2002 05:39 AM

mp3s
 
i'm trying to only keep home directories in home, heck i have even moved /root to /root/home. Yes we are talking about just linux users here. No networking. Again i'm using RedHat 7.3 if that helps at all with the directory structure.

zLinuxz 08-06-2002 08:21 AM

yeah, just put them in /home somewhere, and then they'll all be able to access them, ;)

fatgod 08-06-2002 08:38 AM

Do what tricky says and create /data and give everyone access to it.

killer_siller 08-06-2002 05:57 PM

mp3s
 
would that make complications with the FHS or not, could i throw it somewhere under /usr?

Thymox 08-06-2002 06:14 PM

You can put it anywhere you like, so long as you have the correct permissions when writing the files to disk. You really ought to put them in sensible places, though. I have my MP3 files under /mnt/win_e because they're on a shared fat partition.

trickykid 08-06-2002 06:25 PM

Re: mp3s
 
Quote:

Originally posted by killer_siller
would that make complications with the FHS or not, could i throw it somewhere under /usr?
You could put them in /usr but in sense, that is usually where programs and commands are stored.. and if you have that on its own partition, then you might want to reserve that for that purpose. the most logical place would be in a /home directory or create a new directory like /data or even /mp3 if you wanted.. it describes what the directory is used for and makes it easier for others.

fatgod 08-07-2002 04:01 AM

I added a couple of new disks to my server when I got the dcgui client. I mount them as /opt2 and /opt3 and share /opt3 to all users (read only) and stage everything in /opt2. I moved my ftp srver to /opt2 as well.

This setup works for me. I'm sure it will be fine for you, if the /data dir is on the partition with the / dir or not ;)

Happy listening ;)

killer_siller 08-08-2002 11:34 AM

thanks!
 
thanks! I think I'll put them in a /home/share directory. In this way i have a place for all of my items that my users can share. Thank you!


All times are GMT -5. The time now is 02:31 AM.