Add a /media to FreeBSD. /media is a directory designed to contain
subdirectories that will be used for removable media mount points (i.e. mount points for CDs, floppy disks, USB drives, etc.). While the primary purpose of /media is to provide a location for HAL (http://www.freedesktop.org/wiki/Software_2fhal) to mount volumes, it could be used by any application that needs to manage removable media volumes. Discussed on: arch@ Approved by: mux MFC after: 1 week
This commit is contained in:
parent
90e7413dff
commit
a585030ace
@ -69,6 +69,8 @@
|
||||
..
|
||||
libexec
|
||||
..
|
||||
media
|
||||
..
|
||||
mnt
|
||||
..
|
||||
proc mode=0555
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 12, 2006
|
||||
.Dd May 10, 2006
|
||||
.Dt HIER 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -165,6 +165,10 @@ critical system utilities needed for binaries in
|
||||
.Pa /bin
|
||||
and
|
||||
.Pa /sbin
|
||||
.It Pa /media/
|
||||
contains subdirectories to be used as mount points
|
||||
for removable media such as CDs, USB drives, and
|
||||
floppy disks
|
||||
.It Pa /mnt/
|
||||
empty directory commonly used by
|
||||
system administrators as a temporary mount point
|
||||
|
Loading…
x
Reference in New Issue
Block a user