`

Gentoo, Mounting a remote Shared Folder

阅读更多

http://en.gentoo-wiki.com/wiki/Mounting_a_remote_Shared_Folder

 

In order to mount a remote filesystem, you must configure your kernel accordingly.

 

 

cd /usr/src/linux
make menuconfig

 

Linux Kernel Configuration: CIFS File system support
File Systems  --->
     [*] Network File Systems  --->
          <*>   CIFS support (advanced network filesystem, SMBFS successor)
          [*]     CIFS Statistics
          [*]     CIFS Extended attributes

 

 

make clean && make bzImage && make modules && make modules_install && make install

cp arch/x86_64/boot/bzImage /boot/kernel-2.6.32-gentoo-r7

reboot 

更详细参考:http://jiajun.iteye.com/blog/538820

 

After that, you have to emerge the package mount-cifs.

emerge mount-cifs


Refer to the official kernel configuration article to compile and install your fresh kernel.

Usage

Use the following terminal command to mount a remote folder, replacing IP_OR_NAME with the IP or the computer name, SharedFolderName with the the Shared folder name and /mnt/sharedfolder with the local folder you want to link with.

[edit ] CIFS (Windows)

Make a target directory:

mkdir /mnt/sharedfolder

Mount the remote share:

mount -t cifs //IP_OR_NAME/SharedFolderName /mnt/sharedfolder

If you need credentials to access the remote folder, use the following :

mount -t cifs //IP_OR_NAME/SharedFolderName /mnt/sharedfolder -o "username=X,passwd=Y"

You can also specify if the share is read/write (rw), read only (ro) or write only (wo) with the -o parameter. Here is a complete working example :

mount -t cifs //192.168.1.101/SharedDocs /mnt/sharedfolder -o "rw,username=admin,passwd=password"
分享到:
评论

相关推荐

    Gentoo手册

    ### Gentoo手册知识点详解 #### 一、Gentoo概述 **Gentoo**是一个基于Linux的自由操作系统,它的设计理念围绕着高度定制化与优化展开。对于那些希望深入理解其系统内部运作机制,并且愿意投入时间和精力进行自定义...

    Gentoo Linux 安装手册

    ### Gentoo Linux 安装手册知识点详述 #### 一、引言 - **Gentoo Linux**:Gentoo Linux 是一款高度可定制的 Linux 发行版,它以其灵活性和性能著称。用户可以根据自己的需求调整每一个细节,从内核配置到软件包的...

    Gentoo Linux nVidia指南

    Gentoo Linux nVidia指南

    gentoo手册(学习gentoo的参考手册)

    ### Gentoo Linux x86 手册知识点概览 #### 安装Gentoo Linux - **安装方式介绍**: - **理解安装流程**:本手册的第一部分着重于指导用户如何在自己的计算机上安装Gentoo Linux。这部分内容不仅为初学者提供了...

    Gentoo Linux 安装文档

    Gentoo Linux 是一款专为开发人员和网络专业人士设计的开源操作系统,它的核心特性在于其独特的包管理系统Portage。Portage借鉴了BSD ports系统,但使用Python编写,具备丰富的功能,如文件依赖、精细包管理、虚拟...

    Gentoo手册pdf

    ### Gentoo安装指南 Gentoo是一个为不同需求提供多种选择的Linux发行版,它允许用户根据自己的需求来编译系统,定制安装软件包,以达到性能最优化。Gentoo安装过程通常分为多个步骤,包括设置网络、准备磁盘分区、...

    gentoo 图解安装手册

    Gentoo Linux 是一个高度自定制的Linux发行版,它的安装过程相对复杂但灵活,允许用户根据自己的需求选择编译和配置软件包。以下是对Gentoo图解安装手册中涉及的知识点的详细说明: 1. **LiveCD启动**:Gentoo提供...

    Gentoo Linux AMD64 手册

    《Gentoo Linux AMD64 手册》是针对AMD64架构的Gentoo Linux系统的一份详尽指南,涵盖了从安装到日常使用的各个环节。Gentoo Linux是一款基于源代码的Linux发行版,强调高度的自定义性和优化,允许用户根据自身需求...

    gentoo安装文档.doc.rar

    Gentoo Linux是一款基于源代码的Linux发行版,以其高度的可定制性和高效的性能而闻名。这个名为"gentoo安装文档.doc.rar"的压缩包文件包含了一份详细的Gentoo安装指南,旨在帮助用户,尤其是新手,顺利地完成Gentoo...

    gentoo的bash配置文件

    Gentoo是一个基于Linux的自由操作系统,它以其高度的可定制性和源代码编译方式而闻名。在Gentoo系统中,用户的个性化体验很大程度上依赖于配置文件,特别是对于交互式命令行界面,如bash shell。本文将深入探讨...

    vmware中安装gentoo详解

    在本文中,我们将深入探讨如何在VMware中安装Gentoo Linux,这是一个高度可定制的Linux发行版,因其独特的Portage包管理系统而受到许多高级用户的青睐。以下是对安装过程的详细解析: 首先,选择Gentoo的原因有多个...

    Gentoo安装手册

    《Gentoo安装手册》是针对Gentoo Linux操作系统的一份详尽指南,旨在帮助用户完成从下载到安装,再到配置的全过程。这份手册由Gentoo官方提供,经过整理,适合打印以便线下查阅。 在Gentoo Handbook中,首先介绍了...

    Gentoo linux的安装和使用手册

    **Gentoo Linux** 是一个基于源代码的Linux发行版,以其高度的可定制性和灵活性而闻名。与其他预编译二进制包的发行版不同,Gentoo 的安装和软件管理过程涉及到编译和配置源代码,这使得用户能够根据自己的需求精确...

    gentoo-history

    ### Gentoo Linux 分布式的前世今生 #### 一、Gentoo Linux 的诞生与起源 在深入了解 Gentoo Linux 的发展历程之前,我们首先需要回顾一下它诞生的背景以及它为何能够吸引众多 Linux 用户的关注。 **背景故事:**...

    安装gentoo详解

    ### 安装 Gentoo Linux 详尽步骤 Gentoo 是一款高度可定制的 Linux 发行版,适合那些希望深入掌握系统运作原理并对系统进行精细调整的用户。本篇文章将根据给定的文档资料,详细介绍如何从零开始安装 Gentoo Linux...

    gentoo手册

    【gentoo手册】是 Gentoo Linux 发行版的官方文档,包含了详尽的系统配置、安装和维护信息。这份手册是2013年的最新版本,由社区成员花费大量时间翻译而成,旨在帮助用户理解和使用Gentoo Linux系统。 在手册中,...

Global site tag (gtag.js) - Google Analytics