zoukankan      html  css  js  c++  java
  • /cdrom /media /mnt

    /media : Mount point for removeable media

    Purpose

    This directory contains subdirectories which are used as mount points for removeable media such as floppy disks, cdroms and zip disks.

    Tip Rationale
     

    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.


    Specific Options

    The following directories, or symbolic links to directories, must be in /media, if the corresponding subsystem is installed:

    DirectoryDescription
    floppy Floppy drive (optional)
    cdrom CD-ROM drive (optional)
    cdrecorder CD writer (optional)
    zip Zip drive (optional)

    On systems where more than one device exists for mounting a certain type of media, mount directories can be created by appending a digit to the name of those available above starting with '0', but the unqualified name must also exist. [16]


    /mnt : Mount point for a temporarily mounted filesystem

    Purpose

    This directory is provided so that the system administrator may temporarily mount a filesystem as needed. The content of this directory is a local issue and should not affect the manner in which any program is run.

    This directory must not be used by installation programs: a suitable temporary directory not in use by the system must be used instead.

    [16]

    A compliant implementation with two CDROM drives might have /media/cdrom0 and /media/cdrom1 with /media/cdrom a symlink to either of these.

  • 相关阅读:
    针对.NET开发者的NuoDB 1.1发布
    用于.NET的可移植HTTP客户端
    Mono Libgdiplus库
    基于Bootstrap Metro 界面风格开发框架 MetroBootstrap
    对C# 程序员来说现在是到目前为止最好的时代
    Xamarin Evolve 2013
    Visual Studio 必备可视化插件推荐
    SQL Server 2008 R2 SP2官方下载地址
    ASP.NET Web API对OData的支持
    在CentOS 6.3下安装OpenPetra 的 Mono 3.0.6 部署包
  • 原文地址:https://www.cnblogs.com/frydsh/p/3724596.html
Copyright © 2011-2022 走看看