zoukankan      html  css  js  c++  java
  • haneWIN NFS Server

    haneWIN NFS Server

    The following options are supported:

    -name:<sharename>assigns a name to the exported path as an alternate name for mounting.
    -alldirsallows the host(s) to mount at any point within the filesystem.
    -umask:<mask>set the umask for group and world permissions on the filesystem, default 022
    -readonlylimits access to reading
    -publicEnables WebNFS access.
    -lowercasemaps all file names to lowercase, otherwise case is preserved.
    -mapall:<uid>[:<gid>]all Unix user-ids and group-ids are mapped to the specified user-id and group-id.
    -maproot:<uid>[:<gid>]the Unix super user root is mapped to the specified user-id, group-id. Without a mapping entry root will be mapped to user and group nobody.
    -rangeIP adresses are interpreted in pairs as from-to ranges enabling client access from all addresses in a range (more flexible than the unix -net -mask options).

    On the client side use standard Unix notation for mounting drives and directories:
    C: --> /c
    D:\nfs --> /d/nfs
    e.g.: Directory D:\nfs is mounted on /mnt/nfs.
    mount -t nfs 192.168.1.4:/d/nfs /mnt/nfs

    ================================
      /\_/\                        
     (=^o^=)  Wu.Country@侠缘      
     (~)@(~)  一辈子,用心做一件事!
    --------------------------------
      学而不思则罔,思而不学则怠!  
    ================================
  • 相关阅读:
    浏览器的跨域请求 与 CORS(跨域资源共享)
    HTML 占位符
    C# 中的 base和this
    推荐一个pdf引擎
    整理wifi相关的知识点
    交叉编译(ISC)DHCP:dhcp-4.3.0b1
    (转载)子网掩码,网关的概念
    海思-VB被占用导致vb无法去初始化
    c++创建文件时重命名同名文件
    iw创建虚拟网卡wlan1,ap_sta共存
  • 原文地址:https://www.cnblogs.com/WuCountry/p/2479539.html
Copyright © 2011-2022 走看看