Unix Technical Forum

/media and /svc directory -- From the ChangeLog

This is a discussion on /media and /svc directory -- From the ChangeLog within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> >From the ChageLog dated Sun Mar 26 20:42:28 CST 2006, for the package a/aaa_base-10.2.0-noarch-4.tgz. It talked about the /media ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 03:31 PM
MikeDawg
 
Posts: n/a
Default /media and /svc directory -- From the ChangeLog

>From the ChageLog dated Sun Mar 26 20:42:28 CST 2006, for the package
a/aaa_base-10.2.0-noarch-4.tgz. It talked about the /media and /svc
directory not being used.

My question, is where, is this standard originating from? Is it coming
from the LSB to specify the heirarchy (sp?) of the file system? I
searched around in the LSB, and I couldn't find it talking about
directory structure in this particular instance.

Where is the "standard" for the /media and /svc directory coming from?

Thanks

Mike

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 03:31 PM
Grant
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

On 30 Mar 2006 10:22:08 -0800, "MikeDawg" <mikedawg@gmail.com> wrote:

>Where is the "standard" for the /media and /svc directory coming from?


The biggie distros?

/media is SUSE, I think -- along with a stupid auto-mounter, dunno
about /svc

I agree with the comment about not polluting /, and end-user may
always install symlinks.

Grant.
--
Memory fault -- brain fried
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 03:31 PM
Daniel de Kok
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

On 2006-03-30, MikeDawg <mikedawg@gmail.com> wrote:
> My question, is where, is this standard originating from?


The Filesystem Hierarchy Standard (FHS) 2.3:
http://www.pathname.com/fhs/pub/fhs-2.3.html

> Where is the "standard" for the /media and /svc directory coming from?


I guess that "/svc" is a typo, it should be "/svr". Anyway, both "/media"
and "/svr" seem completely useless to me. But some distributions use
"/media" for automounting. The rationale, according to the FHS is:

"Historically there have been a number of other different places used to
mount removeable media such as /cdrom, /mnt or /mnt/cdrom. Placing the
mount points for all removeable media directly in the root directory
would potentially result in a large number of extra directories in /.
Although the use of subdirectories in /mnt as a mount point has recently
been common, it conflicts with a much older tradition of using /mnt
directly as a temporary mount point."

-- Daniel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 03:31 PM
Grant
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

On Thu, 30 Mar 2006 22:56:09 +0000 (UTC), Daniel de Kok <daniel@daffy.nowhere> wrote:

>"...
>Although the use of subdirectories in /mnt as a mount point has recently
>been common, it conflicts with a much older tradition of using /mnt
>directly as a temporary mount point."


I been happy with /mnt/hd for casual partitions (including external HDD),
/mnt/cdrom, /mnt/zip for years, at least its optional change proposed for
Slackware. Nothing stops me using /mnt as casual mountpoint either, so
what if the subdirectories under /mnt are 'hidden' for a little while?

Using /media for casual mounts could be argued to have the same problem,
say one wants to mount their camera and download / write images direct
to cdrom / USB stick / CompactFlash? Same issue, different mountpoint
names.

Grant.
--
Memory fault -- brain fried
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 03:31 PM
Manuel Reimer
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

MikeDawg wrote:
> My question, is where, is this standard originating from? Is it coming
> from the LSB to specify the heirarchy (sp?) of the file system? I
> searched around in the LSB, and I couldn't find it talking about
> directory structure in this particular instance.


http://www.ask.com/web?q=site%3Alinuxbase.org+media+srv

So I think they decided this "standard". But they also decided RPM as
standard package management system *LOL*.

CU

Manuel

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 03:31 PM
Daniel de Kok
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

On 2006-03-31, Grant <bugsplatter@gmail.com> wrote:
> I been happy with /mnt/hd for casual partitions (including external HDD),
> /mnt/cdrom, /mnt/zip for years, at least its optional change proposed for
> Slackware.


Same thing here.

> Using /media for casual mounts could be argued to have the same problem,
> say one wants to mount their camera and download / write images direct
> to cdrom / USB stick / CompactFlash? Same issue, different mountpoint
> names.


They automatically create entries in /media (e.g. /media/usbdisk3,
/media/cdrom2). HAL (with fstab-sync) or the desktop environment takes
over the role of the system administrator. It is probably ok for users
who don't want to know about mounting. I personally find it kind of
frightening to have a program altering fstab, or allowing unprivileged
users to mount devices.

-- Daniel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 03:32 PM
Mark South
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

On Fri, 31 Mar 2006 11:42:01 +1100, Grant wrote:

>>Although the use of subdirectories in /mnt as a mount point has recently
>>been common, it conflicts with a much older tradition of using /mnt
>>directly as a temporary mount point."

>
> I been happy with /mnt/hd for casual partitions (including external HDD),
> /mnt/cdrom, /mnt/zip for years, at least its optional change proposed for
> Slackware. Nothing stops me using /mnt as casual mountpoint either, so
> what if the subdirectories under /mnt are 'hidden' for a little while?
>
> Using /media for casual mounts could be argued to have the same problem,
> say one wants to mount their camera and download / write images direct
> to cdrom / USB stick / CompactFlash? Same issue, different mountpoint
> names.


The (Slackware-based) STX distro uses the belt-and-braces approach. It
mounts USB keys under /media/sda1 (say) as well as /media/pendrive
simultaneously.

--
mark south; echo znexfbhgu2000@lnubb.pb.hx|tr a-z n-za-m
"I can trace my ancestry back to a protoplasmal primordial atomic
globule. Consequently, my family pride is something inconceivable."
-- Gilbert & Sullivan, The Mikado

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 03:32 PM
Wild Wizard
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

Manuel Reimer wrote:

> MikeDawg wrote:
>> My question, is where, is this standard originating from? Is it coming
>> from the LSB to specify the heirarchy (sp?) of the file system? I
>> searched around in the LSB, and I couldn't find it talking about
>> directory structure in this particular instance.

>
> http://www.ask.com/web?q=site%3Alinuxbase.org+media+srv
>
> So I think they decided this "standard". But they also decided RPM as
> standard package management system *LOL*.


LSB is not the source of this

FHS is http://www.pathname.com/fhs/pub/fhs-2.3.html

Pat has tried to keep within the confines of the FHS in the past but he
seems to be ignoring it these days.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 03:35 PM
Manuel Reimer
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

Wild Wizard wrote:
> FHS is http://www.pathname.com/fhs/pub/fhs-2.3.html


> Pat has tried to keep within the confines of the FHS in the past but he
> seems to be ignoring it these days.


I think Pat is right at this point.

If he adds the symlinks he is also compatible with the FHS standards.

CU

Manuel

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-20-2008, 03:38 PM
Manimoto
 
Posts: n/a
Default Re: /media and /svc directory -- From the ChangeLog

I too agree with Pat regarding not polluting /, but how would having
symlinks be any different?
Instead of a /media you have a ~media->(to where ever)
Isn't this still polutting the root?
Please explain this...
thx

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:15 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com