NFS file system of Linux virtual machine on the Development Board
Http://apps.hi.baidu.com/share/detail/48189956
Today, I did an experiment on embedded applications.
How can I run cross-compiled applications on your host on an embedded system?
Here I chose to mount the NFS file system over a network.
My lab environment:
The host machine is a virtual machine centos5.4
The target machine is Linux on mini2440.
This is the most detailed Chinese Document on NFS configuration.
1. NFS package
NFS requires 5 RPM, which are:
Setup-*: the shared NFS directory is defined in/etc/exports.
Initscripts-*: includes the BASIC script for loading the network directory during the boot process.
Nfs
Article Title: Introduction to NFS configuration of Debian and UbuntuLinux. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux System management, kernel research, embedded systems, open source, and other basic classification NFS (Network File System) you can share directories of different hosts (different OS) over the network-you can mount directories of remote hosts
Tags: centos openstack cinder NFS device drive-virtio-Brief description of NFS service
NFS is short for network file system, that is, Network File System. An agreement for the use of distributed file systems, developed by Sun, was published on April 9, 1984. The function is to allow different machines and different operating systems to share individual data with
The system is CentOS5.6. Assume that the NFS Server IP address is 192.168.1.2 and the NFS Clinet IP address is 192.168.0.100. 1. NFS is installed on the server: yum install nfs-utils protmapnfs-utils provides NFS server programs and corresponding management tools. Protmap is
We have explained a lot about NFS service settings. Here we will summarize the main points in this regard. I hope this will help you. Network File System (NFS) allows you to share directories of different hosts (OS) over the Network-you can mount directories of remote hosts through NFS, accessing this directory is like accessing a local directory! Generally,
1. What is network filesystem)NFSIs the abbreviation of network filesystem.Developed. Its biggest function is to allow different machines and operating systems to share individual files with each other through the network.), So you can simply regard it as a file server! This NFS server allows your PC to remotely mount NFSThe directory shared by the host is mounted to the local machine. Therefore, the remote host directory looks like its own partition!
file under/mnt is the file on the server. when viewing the file, the server is in/filepub, on the Nis server of the/mnt client, run # vi/etc/hosts192.168.0.100 (server ip) abc.com abc to view ping abc. comDomainname abc, comeho "domainname abc.com">/etc/rc. local # vi/etc/sysconfig/network NIS_DOMAIN = abc.com install nisyum install yp *-y # vi/etc/ypserv. add "192.168.0.0/24: *: none" to user useradd aaa Passwd 123 and upgrade it to domain User:/usr/lib/yp/ypinit-m to start service/etc/init. d
Original Address: http://www.ibm.com/developerworks/cn/linux/l-cn-selinux-services1/index.html?ca=drs-introductionSELinux's security measures are mainly focused on access control of various network services. For services like Apache, Samba, NFS, Vsftp, MySQL, Bind DNS, SELinux only opens the most basic operational requirements. As for connecting the external network, running scripts, accessing the user directory, sharing files, etc., must undergo a ce
Chapter 1 Introduction to software for installing and using NFS servers 1. What is NFS? NFS is short for Network File System, that is, Network File System. An agreement for the use of distributed file systems, developed by Sun, was published on April 9, 1984. The function is to allow different machines and operating systems to share individual data with each othe
Configure the NFS Network File System and client usage on CentOS Linux
NFS is short for Network FileSystem and is implemented based on RPC (Remote Procedure Call Protocol Remote process Call Protocol. It was first developed by Sun. The main function is to allow different hosts, different operating systems, and shared files through the network. Therefore, you can simply regard it as a file server! The
1 Preliminary NoteI ' m using the II OpenSUSE systems here:
NFS Server:server.example.com, IP address:192.168.0.100
NFS Client:client.example.com, IP address:192.168.0.101
2 Installing NFSServerOn the NFS server we run:Zypper Install Nfs-kernel-serverThen we create the system startup links for the
I. Introduction to NFS
(1) NFS Network File system, the main function is to allow different host systems to share files or directories across the network, similar to the network drive mapping in Windows(2) NFS clients can mount server-side NFS shared data Directories on NFS
System environment: Oracle Linux 5.7Service side: 192.168.1.111Client: 192.168.1.171First, the service-side configuration1. Start Portmap and NFS services in turnService Portmap StartService NFS Start [[emailprotected] ~]# service Portmap statusportmap (PID 2543 ) is running ... [[emailprotected] -asm ~]# service NFS Statusrpc.mountd is STOPPEDNFSD Stoppedrpc.r
Before giving you a detailed introduction to the NFS system service, let's first take a look at the Linux system and then give a full introduction to the NFS System Service, hoping to be useful to you. Configuration of NFS system services in Fedora8. Linux has all the features of a modern, fully functional UNIX system, including real multitasking, virtual memory,
Author: gnuhpcSource: http://www.cnblogs.com/gnuhpc/
1. Introduction
Network File System (NFS) allows you to share directories of different hosts (OS) over the network-you can mount directories of remote hosts through NFS, accessing this directory is like accessing a local directory!Generally, NFS can be used to easily share Unix-like systems.
2. Principles
Based
In linux, the remote disk is mounted to the local disk through NFS, And the linuxnfs disk is mounted.
Recently, due to project reasons, we need to connect to the other two companies and retrieve the image data from the server of the other party. The original agreement was that the third party communicated through the http protocol, but the other party did not cooperate, the files are stored on their servers. Therefore, you can attach the disk of
There are several ways to implement file sharing under Linux, and NFS is one of them. The Network File System (NFS) protocol was designed and implemented by Sun Microsystem in the 1980s to provide remote access to shared files. The protocol uses the Client/server model to implement a program running on one computer by using the sun-developed remote Procedure Call protocol (RPC Protocol) to invoke a subrouti
Mount a remote disk to a local disk through NFS in Linux
Recently, due to project reasons, we need to connect to the other two companies and retrieve the image data from the server of the other party. The original agreement was that the third party communicated through the http protocol, but the other party did not cooperate, the files are stored on their servers. Therefore, you can attach the disk of the server to a local device to obtain the disk.
N
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.