QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 771|回复: 1

挂载远程共享文件夹

[复制链接]
发表于 2004-4-24 20:18:37 | 显示全部楼层 |阅读模式
我们一般访问局域网的资源都是用smb的,其实是能把远程共享的文件夹mount到本地的
mount -t smbfs [-o options,...]
Options:
      uname=<arg>                  SMB uname
      password=<arg>                  SMB password
      credentials=<filename>          file with uname/password
      netbiosname=<arg>               source NetBIOS name
      uid=<arg>                       mount uid or uname
      gid=<arg>                       mount gid or groupname
      port=<arg>                      remote SMB port number
      fmask=<arg>                     file umask
      dmask=<arg>                     directory umask
      debug=<arg>                     debug level
      ip=<arg>                        destination host or IP address
      workgroup=<arg>                 workgroup on destination
      sockopt=<arg>                   TCP socket options
      scope=<arg>                     NetBIOS scope
      iocharset=<arg>                 Linux charset (iso8859-1, utf
      codepage=<arg>                  server codepage (cp850)
      ttl=<arg>                       dircache time to live
      guest                           don't prompt for a password
      ro                              mount read-only
      rw                              mount read-write

这是例子
[root@flasher flasher]# mount -t smbfs  -o uname=bird1,password=bird1 //192.168.127.177/share /mnt/smb
     
然后我们在/mnt/smb能看到//192.168.127.177/share上的文件
[root@flasher flasher]# ls -ll /mnt/smb
total 8
drwxr-xr-x    1 root     root         4096  3月 19 18:53 SUPER
drwxr-xr-x    1 root     root         4096  3月  4 22:05 win98

不知道这个对大家有没有用
 楼主| 发表于 2004-4-24 20:25:21 | 显示全部楼层
是不是公社的bbs过滤了某些字符?

怎么输入username变成了uname?

上面的uname是username
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 06:41 , Processed in 0.039853 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表