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

mount函数如何实现 -o,codepage=936,iocharset=cp936

    来源: 互联网  发布时间:2015-09-10

    本文导语:  已经知道 命令 mount 可以这样 mount -o,codepage=936,iocharset=cp936 但是通过mount函数,即  int mount(const char *source, const char *target , const char *filesystem- type, unsigned long mountflags , const void *data); 如何弄呢。 我man 2 m...

已经知道 命令 mount
可以这样 mount -o,codepage=936,iocharset=cp936
但是通过mount函数,即
 int mount(const char *source, const char *target , const char *filesystem-
type, unsigned long mountflags , const void *data);
如何弄呢。
我man 2 mount没有发现mount函数有可以的用的参数啊。
请指教

谢谢

|
mount()的最后一个参数data是传给文件系统解释的,有兴趣可以跟踪一下系统调用mount的流程(以vfat为例):

  sys_mount()-->do_mount()-->do_add_mount()-->do_kern_mount()-->do_kern_mount()-->get_sb_bdev()-->vfat_read_super()-->fat_read_super()-->parse_options()(此时会解释iocharset,codepage等options)
  参考文件:fs/namespace.c,fs/super.c,fs/vfat/namei.c,fs/fat/inode.c

|
你去看看mount的源代码吧,那个里面应该可以找到的……

不过我比较怀疑在data里面可以找到这方面的东西……

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












  • 相关文章推荐
  • mount命令(linux操作系统)挂载卸载文件系统(cifs,光驱,nfs等)方法介绍
  • hpunix:请问mount 与 pfs_mount的区别?
  • nfs mount出现 mount: RPC: Timed out错误
  • 为什么用MOUNT的时候会mount point not exist?
  • 急!!!mount命令的问题,请问怎么有些文件mount不上去?大家有没有遇到阿?
  • 设备提示not mounted与is mounted的矛盾
  • 为什么用mount不能将WIN98 FAT32格式的盘 MOUNT 到LINUX下?
  • nfs出错,配置好后,本地能mount,其他机器不能mount,这里有搞集群的吗?
  • 在mount成功后,如何判断mount是否有效?
  • 怎样mount initrd.img文件?mount: you must specify the filesystem type
  • Redhat使用mount指定mount /home 之后不能用su 切换到别的用户,这是为什么?
  • rh9下可以mount上u盘,ws4下却不可以mount上
  • Redhat 9, 为什么能mount同一块硬盘上的NTFS分区,而不能mount第二块硬盘上的NTFS分区呢?
  • 运行mount -t nfs等了N久,输出mount.nfs: Connection timed out 怎么回事?
  • 救救救!!为什么我用mount命令把我的hda1挂到我/mnt/winc之后重新启动之后,winc里面为空??还要重新mount过!!大家说为什么啊?
  • 频繁mount umount
  • 为什么mount不上
  • 虚拟机的linux的mount问题
  • 询问 mount --bind 问题
  • 普通用户不能用mount吗?
  • 初级问题,普通用户如何mount


  • 站内导航:


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

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

    浙ICP备11055608号-3