Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2028369
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: LINUX

2011-11-04 12:39:19

  1. Samba
    Share files from Windows to Linux.
    input 'smb:/' on Location of File Explorer on Linux.
  2. NFS
  3. mount disk on network
    • In the same domain
      sudo mount /// -o username=myusername
    • In the different domain
      • mount direct
        a) Use mount
        sudo mount /// -o username=@

        b) Use smbmount
        smbmount :/ -o username=
      • make them in the same domain
        - Check & modify domian on Windows
          right click My Computer, and then switch to Computer Name tab,
        - Check & modify domain on Linux
          edit /etc/resolv.conf, and modify the line that contains 'domain'
      • xxx

  4. Copy files beteween Linux
    (The remote computer must run sshd)
    scp @:/
    scp @:/
  5. xxx
阅读(807) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~