iis服务器助手广告广告
返回顶部
首页 > 资讯 > 服务器 >Ubuntu配置NFS的具体流程(推荐)
  • 144
分享到

Ubuntu配置NFS的具体流程(推荐)

流程UbuntuNFS 2022-06-04 21:06:48 144人浏览 独家记忆
摘要

NFS 是Network File System的缩写,即网络文件系统,一种使用于分散式文件系统的协定 NFS通过网络让不同的机器、不同的操作系统能够彼此分享个别的数据,例如将/home设置为共享目录,然后

NFS 是Network File System的缩写,即网络文件系统,一种使用于分散式文件系统的协定

NFS通过网络让不同的机器、不同的操作系统能够彼此分享个别的数据,例如将/home设置为共享目录,然后共享给网络中的其它服务器,这样每台机器就不必单独建立自己的/home路径了,NFS独立于操作系统,容许不同硬件及操作系统的系统共同进行文件的分享,是在类Unix系统间实现磁盘文件共享的一种方法

NFS本身没有提供信息传输的协议和功能,而是使用rpc服务完成这部分功能。可以说NFS本身就是使用RPC服务的一个程序,或者说NFS也是一个RPC SERVER。所以只要用到NFS的地方都要启动RPC服务,不论是NFS server还是NFS client,可以这么理解RPC和NFS之间的关系:NFS是一个文件系统,而RPC负责信息的传输

一,系统环境

linux Distribution:ubuntu 14

二,安装Linux NFS


sean@sean:~$ sudo apt-get install nfs-kernel-server
[sudo] passWord for sean: 
Reading package lists... Done
Building dependency tree    
Reading state infORMation... Done
The following extra packages will be installed:
 keyutils libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind
Suggested packages:
 open-iscsi watchdog
The following NEW packages will be installed:
 keyutils libgssglue1 libnfsidmap2 libtirpc1 nfs-common nfs-kernel-server
 rpcbind
0 upgraded, 7 newly installed, 0 to remove and 159 not upgraded.
Need to get 460 kB of arcHives.
After this operation, 2,049 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 Http://cn.archive.ubuntu.com/ubuntu/ trusty/main libgssglue1 amd64 0.4-2ubuntu1 [19.7 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libnfsidmap2 amd64 0.25-5 [32.2 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libtirpc1 amd64 0.2.2-5ubuntu2 [71.3 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu/ trusty/main keyutils amd64 1.5.6-1 [33.6 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu/ trusty-updates/main rpcbind amd64 0.2.1-2ubuntu2.2 [37.1 kB]
Get:6 http://cn.archive.ubuntu.com/ubuntu/ trusty-updates/main nfs-common amd64 1:1.2.8-6ubuntu1.2 [181 kB]
Get:7 http://cn.archive.ubuntu.com/ubuntu/ trusty-updates/main nfs-kernel-server amd64 1:1.2.8-6ubuntu1.2 [85.8 kB]
Fetched 460 kB in 16s (27.2 kB/s)                       
Selecting previously unselected package libgssglue1:amd64.
(Reading database ... 168701 files and directories currently installed.)
Preparing to unpack .../libgssglue1_0.4-2ubuntu1_amd64.deb ...
Unpacking libgssglue1:amd64 (0.4-2ubuntu1) ...
Selecting previously unselected package libnfsidmap2:amd64.
Preparing to unpack .../libnfsidmap2_0.25-5_amd64.deb ...
Unpacking libnfsidmap2:amd64 (0.25-5) ...
Selecting previously unselected package libtirpc1:amd64.
Preparing to unpack .../libtirpc1_0.2.2-5ubuntu2_amd64.deb ...
Unpacking libtirpc1:amd64 (0.2.2-5ubuntu2) ...
Selecting previously unselected package keyutils.
Preparing to unpack .../keyutils_1.5.6-1_amd64.deb ...
Unpacking keyutils (1.5.6-1) ...
Selecting previously unselected package rpcbind.
Preparing to unpack .../rpcbind_0.2.1-2ubuntu2.2_amd64.deb ...
Unpacking rpcbind (0.2.1-2ubuntu2.2) ...
Selecting previously unselected package nfs-common.
Preparing to unpack .../nfs-common_1%3a1.2.8-6ubuntu1.2_amd64.deb ...
Unpacking nfs-common (1:1.2.8-6ubuntu1.2) ...
Selecting previously unselected package nfs-kernel-server.
Preparing to unpack .../nfs-kernel-server_1%3a1.2.8-6ubuntu1.2_amd64.deb ...
Unpacking nfs-kernel-server (1:1.2.8-6ubuntu1.2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up libgssglue1:amd64 (0.4-2ubuntu1) ...
Setting up libnfsidmap2:amd64 (0.25-5) ...
Setting up libtirpc1:amd64 (0.2.2-5ubuntu2) ...
Setting up keyutils (1.5.6-1) ...
Setting up rpcbind (0.2.1-2ubuntu2.2) ...
 Removing any system startup links for /etc/init.d/rpcbind ...
rpcbind start/running, process 12074
Processing triggers for ureadahead (0.100.0-16) ...
Setting up nfs-common (1:1.2.8-6ubuntu1.2) ...

Creating config file /etc/idmapd.conf with new version

Creating config file /etc/default/nfs-common with new version
Adding system user `statd' (UID 118) ...
Adding new user `statd' (UID 118) with group `nogroup' ...
Not creating home directory `/var/lib/nfs'.
statd start/running, process 12307
gssd stop/pre-start, process 12341
idmapd start/running, process 12399
Processing triggers for ureadahead (0.100.0-16) ...
Setting up nfs-kernel-server (1:1.2.8-6ubuntu1.2) ...

Creating config file /etc/exports with new version

Creating config file /etc/default/nfs-kernel-server with new version
 * Not starting NFS kernel daemon: no exports.
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
Processing triggers for ureadahead (0.100.0-16) ...

通过安装日志可以发现总共会安装keyutils,libgssglue1,libnfsidmap2,libtirpc1,nfs-common,nfs-kernel-server,rpcbind这7个包

很多文档中安装的包为portmap,但是这个包已经被rpcbind替代

sean@sean:~$ sudo apt-get install portmap
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'rpcbind' instead of 'portmap'
rpcbind is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
rpcbind包安装完成后会自动启动rpcbind服务

sean@sean:~$ ps -ef|grep rpcbind
root 807 1 0 22:27 ? 00:00:00 rpcbind
sean 10215 9528 0 22:48 pts/6 00:00:00 grep --color=auto rpcbind
但是由于目前NFS的配置文件为空,NFS服务并没有启动

三,配置NFS服务

查看图片

从安装日志中我们可以发现NFS服务的配置文件为/etc/exports,并且这个文件在安装过程中已经生成好了,我们所要做的就是将NFS配置信息添加到这个文件中


sean@sean:~$ sudo vi /etc/exports
# /etc/exports: the access control list for filesystems which may be exported
#        to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes    hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4    gss/krb5i(rw,sync,fsid=0,croSSMnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
/home/sean/shareDir 192.168.137.129(rw,no_root_squash,async)

其中中的最后一行为新添加的NFS配置,NFS配置信息格式如下:

<共享目录> [客户端1 选项(访问权限,用户映射,其他)] [客户端2 选项(访问权限,用户映射,其他)]

1,共享目录:

共享目录是指NFS系统中需要共享给客户机使用的目录

2,客户端:

客户端是指网络中可以访问NFS共享目录的计算机

客户端常用的指定方式:

(1)指定ip地址的主机:192.168.0.1
(2)指定子网中的所有主机:192.168.0.0/255.255.255.0
(3)指定域名的主机:www.sean.com
(4)指定域中的所有主机:*.sean.com
(5)所有主机:*

3,选项:

选项用来设置输出目录的访问权限、用户映射等,NFS主要有3类选项:

访问权限选项:

(1)设置输出目录只读:ro
(2)设置输出目录读写:rw

用户映射选项:

(1)all_squash:将远程访问的所有普通用户及所属组都映射为匿名用户或用户组(nfsnobody)
(2)no_all_squash:与all_squash取反(默认设置)
(3)root_squash:将root用户及所属组都映射为匿名用户或用户组(默认设置)
(4)no_root_squash:与rootsquash取反
(5)anonuid=xxx:将远程访问的所有用户都映射为匿名用户,并指定该用户为本地用户(UID=xxx)
(6)anongid=xxx:将远程访问的所有用户组都映射为匿名用户组账户,并指定该匿名用户组账户为本地用户组账户(GID=xxx)

其它选项:

(1)secure:限制客户端只能从小于1024的tcp/ip端口连接nfs服务器(默认设置)
(2)insecure:允许客户端从大于1024的tcp/ip端口连接服务器
(3)sync:将数据同步写入内存缓冲区与磁盘中,效率低,但可以保证数据的一致性
(4)async:将数据先保存在内存缓冲区中,必要时才写入磁盘
(5)wdelay:检查是否有相关的写操作,如果有则将这些写操作一起执行,这样可以提高效率(默认设置)
(6)no_wdelay:若有写操作则立即执行,应与sync配合使用
(7)subtree:若输出目录是一个子目录,则nfs服务器将检查其父目录的权限(默认设置)
(8)no_subtree:即使输出目录是一个子目录,nfs服务器也不检查其父目录的权限,这样可以提高效率

四,启动NFS服务


sean@sean:~$ sudo service nfs-kernel-server start
 * Exporting directories for NFS kernel daemon...                                                                exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.137.129:/home/sean/shareDir".
 Assuming default behaviour ('no_subtree_check').
 NOTE: this default has changed since nfs-utils version 1.0.x

 * Starting NFS kernel daemon  
sean@sean:~$ sudo service nfs-kernel-server status
nfsd running
sean@sean:~$ ps -ef|grep nfsd
root   10536   2 0 23:40 ?    00:00:00 [nfsd4]
root   10537   2 0 23:40 ?    00:00:00 [nfsd4_callbacks]
root   10539   2 0 23:40 ?    00:00:00 [nfsd]
root   10540   2 0 23:40 ?    00:00:00 [nfsd]
root   10541   2 0 23:40 ?    00:00:00 [nfsd]
root   10542   2 0 23:40 ?    00:00:00 [nfsd]
root   10543   2 0 23:40 ?    00:00:00 [nfsd]
root   10544   2 0 23:40 ?    00:00:00 [nfsd]
root   10545   2 0 23:40 ?    00:00:00 [nfsd]
root   10546   2 0 23:40 ?    00:00:00 [nfsd]
sean   10566  9528 0 23:41 pts/6  00:00:00 grep --color=auto nfsd

通过命令可以看到文件夹已经被共享

sean@sean:~$ showmount -e
Export list for sean:
/home/sean/shareDir 192.168.137.129

五,客户端挂载NFS共享目录


sean@ubuntu:~$ sudo mount 192.168.137.128:/home/sean/shareDir /home/sean/shared
mount: wrong fs type, bad option, bad superblock on 192.168.137.128:/home/sean/shareDir,
    missing codepage or helper program, or other error
    (for several filesystems (e.g. nfs, cifs) you might
    need a /sbin/mount.<type> helper program)
    In some cases useful info is found in syslog - try
    dmesg | tail or so

上网查看了一下错误原因,是因为客户端没有安装nfs-common包

sean@ubuntu:~$ sudo apt-get install nfs-common
之后再次使用挂载命令即可,此时如果我们再次查看客户端挂载的磁盘,就可以看到NFS共享目录已经被挂载上了


sean@ubuntu:~$ df
Filesystem             1K-blocks  Used Available Use% Mounted on
udev                  488800    4  488796  1% /dev
tmpfs                  99904  1456   98448  2% /run
/dev/sda1              19478204 3745568 14720156 21% /
none                    4    0     4  0% /sys/fs/cgroup
none                   5120    0   5120  0% /run/lock
none                  499512   152  499360  1% /run/shm
none                  102400   40  102360  1% /run/user
/dev/sr0               1044480 1044480     0 100% /media/sean/Ubuntu 14.04.4 LTS amd64
192.168.137.128:/home/sean/shareDir 19478272 4288896 14176896 24% /home/sean/shared

此时如果我们在128的/home/sean/shareDir目录下创建一个文件,在129的/home/sean/shared目录下可以看到一个名称相同的文件,并且文件的内容也相同

六,开机启动NFS服务

安装完成之后查看系统服务

sean@sean:~$ runlevel
N 2
sean@sean:~$ ll /etc/rc2.d
total 20
drwxr-xr-x 2 root root 4096 6月 20 23:25 ./
drwxr-xr-x 132 root root 12288 6月 26 20:16 ../
-rw-r--r-- 1 root root 677 2月 17 12:59 README
lrwxrwxrwx 1 root root 20 2月 22 06:33 S20kerneloops -> ../init.d/kerneloops*
lrwxrwxrwx 1 root root 27 6月 20 23:25 S20nfs-kernel-server -> ../init.d/nfs-kernel-server*
lrwxrwxrwx 1 root root 15 2月 22 06:33 S20rsync -> ../init.d/rsync*
lrwxrwxrwx 1 root root 27 2月 22 06:33 S20speech-dispatcher -> ../init.d/speech-dispatcher*
lrwxrwxrwx 1 root root 15 2月 22 06:33 S50saned -> ../init.d/saned*
lrwxrwxrwx 1 root root 19 2月 22 06:33 S70dns-clean -> ../init.d/dns-clean*
lrwxrwxrwx 1 root root 18 2月 22 06:33 S70pppd-dns -> ../init.d/pppd-dns*
lrwxrwxrwx 1 root root 21 2月 22 06:33 S99grub-common -> ../init.d/grub-common*
lrwxrwxrwx 1 root root 18 2月 22 06:33 S99ondemand -> ../init.d/ondemand*
lrwxrwxrwx 1 root root 18 2月 22 06:33 S99rc.local -> ../init.d/rc.local*
nfs-kernel-server是自动启动,就不需要再进行修改了,而rpcbind就比较麻烦了,找了半天才找到vi /etc/init/rpcbind-boot.conf

# portmap-boot

description "Upstart job to start rpcbind on boot only"
author "Clint Byrum"

emits start-rpcbind

start on virtual-filesystems and net-device-up IFACE=lo

task

exec initctl emit --no-wait start-rpcbind ON_BOOT=y
可以见到这个服务设为开机启动了

七,开机自动挂载共享盘

这时候我们需要修改的文件是/etc/fstab,命令格式如下:

<NFS服务端>:<共享目录> <本地目录> <文件系统类型> <选项> <dump> <pass>每个字段的具体含义这里就不详细解释了,vi /etc/fstab,在文件中添加下面这行配置

192.168.137.128:/home/sean/shareDir /home/sean/shared nfs defaults 0 0系统每次启动时即会自动挂载共享盘

以上这篇Ubuntu配置NFS的具体流程(推荐)就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程网。

--结束END--

本文标题: Ubuntu配置NFS的具体流程(推荐)

本文链接: https://www.lsjlt.com/news/18932.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • Ubuntu中配置Mysql编码的具体过程
    这篇文章主要介绍“Ubuntu中配置Mysql编码的具体过程”,在日常操作中,相信很多人在Ubuntu中配置Mysql编码的具体过程问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”Ubuntu中配置Mysql编...
    99+
    2023-06-13
  • Linux系统NFS配置的具体方法是什么
    Linux系统NFS配置的具体方法是什么,针对这个问题,这篇文章详细介绍了相对应的分析和解答,希望可以帮助更多想解决这个问题的小伙伴找到更简单易行的方法。NFS(Network File System)即网络文件系统,是FreeBSD支持的...
    99+
    2023-06-28
  • windows7的最低配置和推荐配置
    下面是win7的最低配置和推荐电脑。 ...
    99+
    2023-06-03
    win7 配置要求 配置 推荐 windows7
  • eclipse上配置Maven的图文教程(推荐)
    1.下载Maven版本官网地址:http://maven.apache.org/download.cgi直接下载Maven网址:https://mirrors.tuna.tsinghua.edu.cn/apache//maven/后缀为ta...
    99+
    2023-05-30
    eclipse maven 配置
  • Python编程必备:电脑配置推荐
    Python编程必备:电脑配置推荐 随着Python编程语言在计算机领域的流行和广泛应用,越来越多的人开始学习和使用Python。然而,要想在Python编程中取得更好的效果和体验,选...
    99+
    2024-04-02
  • phpMyAdmin的具体配置方法
    这篇文章主要讲解了“phpMyAdmin的具体配置方法”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“phpMyAdmin的具体配置方法”吧!$cfgServers 数组 从1.4.2版本开始...
    99+
    2023-06-17
  • Flex Eclipse配置的具体步骤
    本篇内容主要讲解“Flex Eclipse配置的具体步骤”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Flex Eclipse配置的具体步骤”吧!一.首先下载安装Eclipse3.3安装到(这是...
    99+
    2023-06-17
  • 推荐适合的Pi节点云服务器配置
    1. CPU和内存配置 对于Pi节点云服务器,一个合适的CPU和内存配置是非常重要的。根据我的经验,以下是一些推荐的配置选项: 1.1 单核CPU和1GB内存 如果你只需要运行一些简单的任务,比如个人网站或者小型应用程序,那么一个单核CP...
    99+
    2023-10-27
    节点 服务器配置 适合
  • 个人用的阿里云服务器配置推荐
    # 在当今数字化时代,越来越多的人开始意识到拥有自己的个人服务器的重要性。阿里云作为国内领先的云计算服务提供商,提供了丰富多样的服务器配置供用户选择。本文将针对个人用户的需求,介绍一些适合个人使用的阿里云服务器配置,并解释其优势和适用场景。...
    99+
    2024-01-19
    阿里 服务器配置
  • 云服务器配置推荐哪个型号的电脑
    首先,选择适合自己使用的云服务器配置。在购买云服务器之前,用户应该对自己的应用场景和需求有一个清晰的认识。如果你只是偶尔使用云服务器,那么配置较为简单的云服务器就足够了。如果你需要经常进行大规模的数据处理和存储,那么云服务器配置就需要更加复...
    99+
    2023-10-28
    服务器配置 型号 电脑
  • Android中初始化Codec2的具体流程
    目录1、MediaCodec调用流程2、CCodec调用流程小结:3、整体时序图1、MediaCodec调用流程 首先,我们先看下MediaCodec::CreateByType函数...
    99+
    2024-04-02
  • pytest配置文件pytest.ini的具体使用
    目录前言pytest.ini的内容构成配置项markers配置项testpaths配置项addopts前言 说到配置,大家可能想到的是不经常更改的内容,比如Django里的setti...
    99+
    2024-04-02
  • Golang开发工具推荐:提高编程效率的利器
    在当前快节奏和高竞争的软件开发行业中,提高编码效率和开发质量是每个开发者都追求的目标。为了帮助开发者更高效地进行软件开发,Golang(Go语言)成为了一种备受推崇的编程语言。Golang的简洁性、高效性和并...
    99+
    2024-01-20
  • 推荐的网站性能优化工具:提升用户体验的秘密武器
    在当今互联网时代,用户体验已经成为了网站成功的重要因素之一。无论是企业官网、电商平台还是个人博客,一个良好的用户体验都能吸引更多的访问者,并帮助网站提升用户满意度和留存率。 然而,要实现优质的用户体验并非易事。除了网站设计、内容...
    99+
    2024-02-03
    性能优化 用户体验 工具推荐 腾讯云
  • shell流程控制语句的具体使用
    目录前言一、if - else 语句案例需求描述二、case语句三、while 语句四、until语句五、for语句for 语法写法一for 语法写法二for 语法写法三无...
    99+
    2023-05-19
    shell 流程控制语句
  • shell 流程控制语句的具体使用
    目录前言一、if - else 语句案例需求描述二、case语句三、while 语句四、until语句五、for语句for 语法写法一for 语法写法二for 语法写法三无限for循环六、select 语句八、...
    99+
    2023-05-12
    shell 流程控制语句
  • SSL握手具体流程是怎么样的
    这篇文章给大家分享的是有关SSL握手具体流程是怎么样的的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。SSL握手有三个目的:客户端与服务器需要就一组用于保护数据的算法达成一致、它们需要确立一组由那些算法所使用的加密...
    99+
    2023-06-27
  • elasticSearch-api的具体操作流程是什么
    这篇文章主要介绍“elasticSearch-api的具体操作流程是什么”,在日常操作中,相信很多人在elasticSearch-api的具体操作流程是什么问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”ela...
    99+
    2023-06-20
  • 云服务器配置推荐手机有哪些型号的
    一、推荐云服务器配置 CPU:Intel Core i7-87500K CPU,8GB DDR4内存 内存:8GB RAM,16GB SSD 存储:1TB SSD 固态硬盘,支持PCIe NVMe SSD 存储卡 处理器:AMD Ryz...
    99+
    2023-10-27
    服务器配置 型号 有哪些
  • nginx配置指令之server_name的具体使用
    目录前言server_name指令精确匹配配置 通配符模式配置正则表达式配置server_name与host匹配优先级如下:如果都不匹配前言 作为nginx的http模块中...
    99+
    2022-11-13
    nginx server_name
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作