当前位置:  技术问答>linux和unix

如何用函数mount iso或者nfs?

    来源: 互联网  发布时间:2016-05-15

    本文导语:  在shell下,可以用mount -o nolock 192.168.018.4:/home  /mnt/nfs 来mount nfs服务器  但是用mount函数怎么把nolock这个参数表现出来  还有iso是用mount  -o loop path  /mnt/iso/  那函数怎么调用这个loop呢 简单的说,就是mount函数怎...

在shell下,可以用mount -o nolock 192.168.018.4:/home  /mnt/nfs 来mount nfs服务器 
但是用mount函数怎么把nolock这个参数表现出来 

还有iso是用mount  -o loop path  /mnt/iso/ 

那函数怎么调用这个loop呢

简单的说,就是mount函数怎么实现在shell中mount命令的功能

|
      int mount(const char *source, const char *target, const char *filesys-
      temtype, unsigned long mountflags, const void *data); 

source:源


target:目的

filesys-temtype:Values  for  the  filesystemtype  argument  supported by the kernel are
       listed in /proc/filesystems (like  "minix",  "ext2",  "msdos",  "proc",
       "nfs",  "iso9660"  etc.).   Further types may become available when the
       appropriate modules are loaded.
mountflags:....
data:命令中的 -0参数 ,我的理解是 nolock放在 data数据中吧。

只了解个皮毛,抛砖引线吧。

http://topic.csdn.net/u/20081230/19/5656fe29-9dd0-4174-8501-809facf433c2.html 好像和你问题挺象的

|
我也在那个帖子里答复过了:

man 2 mount和 man 8 mount 


filesystemtype: 
      Values  for  the  filesystemtype  argument  supported  by the kernel are listed in /proc/filesystems (like "minix", 
      "ext2", "msdos", "proc", "nfs", "iso9660" etc.).  Further types may become available when the  appropriate  modules 
      are loaded. 
内核必须要先支持的 

mountflags: 
        man 2 mount去看 

data: 
      The  data  argument  is  interpreted  by  the  different file systems.  Typically it is a string of comma-separated 
      options understood by this file system.  See mount(8) for details of the  options  available  for  each  filesystem 
      type. 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ Maps 成员 key_comp():返回比较元素key的函数
  • 请问:定义了2个函数,其中第一个函数要访问另外一个函数的变量,怎么处理阿?谢谢
  • C++ Maps 成员 value_comp():返回比较元素value的函数
  • 如果知道一个函数的地址或函数名,如何得到函数所在的文件名?
  • C++ MultiMaps 成员 key_comp():返回比较key的函数
  • java的数学函数在那个类中,如幂函数、指数、对数、双曲线函数等?
  • C++ MultiMaps 成员 value_comp():返回比较元素value的函数
  • 一个父类的构造函数的参数是(Applet applet),请问它的子类构造函数当中应怎样调用父类构造函数?
  • C++ STL Bitsets构造函数及成员函数解释及代码示例
  • 虚函数被类的构造析构函数和成员函数调用虚函数的执行过程
  • C++ Strings(字符串) 成员 Constructors:构造函数,用于字符串初始化
  • 在内核的某个函数中,如何能知道是哪个用户空间的函数调用了它,以及这个用户空间函数所在的文件?
  • linux c 生成随机数srand函数和rand函数介绍及代码示例
  • 在dos下访问内存的MK_FP函数在linux下对应什么函数?int86()函数呢?
  • Linux下gettimeofday()函数和clock()函数:精确到毫秒级的时间
  • 一个静态库包含多个函数,应用程序连接了库中的某个函数,应用程序目标代码中是否还包含了该静态库中的其他函数代码?
  • Linux c++虚函数(virtual function)简单用法示例代码
  • Oracle 函数大全[字符串函数,数学函数,日期函数]第1/4页
  • sharepoint 2010 使用STSNavigate函数实现文件下载举例
  • js的众多函数令小弟实在搞不清楚!哪有函数速查手册之类的软件或者书籍!谢了!比如,setInterval、clearInterval这两个函数是干什么的?
  • cityhash 32位,64位和128位介绍及函数列表
  • 虚函数与纯虚函数(C++与Java虚函数的区别)的深入分析


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3