Nfs root

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with 'Below are the kernel arguments used for mounting an NFS root filesystem example: <code> root=/dev/nfs ip=10.99.99.2:10.99.99.1::255.255.255.252::usb0:off nfsroot=/pasnfsroot </c…')
 
m
Line 1: Line 1:
 +
[[Nfs|Setting up an NFS server]]
 +
 
Below are the kernel arguments used for mounting an NFS root filesystem
 
Below are the kernel arguments used for mounting an NFS root filesystem
  

Revision as of 21:08, 8 December 2011

Setting up an NFS server

Below are the kernel arguments used for mounting an NFS root filesystem

example: root=/dev/nfs ip=10.99.99.2:10.99.99.1::255.255.255.252::usb0:off nfsroot=/pasnfsroot

The parameters for the ip argument are as follows:

  1. Host IP Address (10.99.99.2)
  2. NFS Server IP (10.99.99.1)
  3. Gateway IP (none)
  4. Netmask (255.255.255.252 or /30)
  5. Hostname (none)
  6. Interface (usb0)
  7. Auto IP configure / DHCP after boot (off)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox