User Tools

Site Tools


сервис_nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
сервис_nfs [2019/01/23 16:46]
val [Windows 2008]
сервис_nfs [2021/01/29 19:30]
val [Установка ПО]
Line 7: Line 7:
   * [[http://​ru.wikipedia.org/​wiki/​Network_File_System|Network File System]]   * [[http://​ru.wikipedia.org/​wiki/​Network_File_System|Network File System]]
  
-==== Ubuntu/Dеbian ====+==== Dеbian/​Ubuntu ​====
 <​code>​ <​code>​
 root@server:​~#​ apt install nfs-kernel-server root@server:​~#​ apt install nfs-kernel-server
Line 64: Line 64:
 [root@server ~]# find /home -type d -exec chmod 755 {} \; [root@server ~]# find /home -type d -exec chmod 755 {} \;
 </​code>​ </​code>​
 +
 +==== Windows Server ====
  
 ==== Windows 2003 ==== ==== Windows 2003 ====
Line 77: Line 79:
 В свойствах папки включить NFS Sharing, и настроить Permissions (ALL_MACHINES ReadWrite, AllowRootAccess) В свойствах папки включить NFS Sharing, и настроить Permissions (ALL_MACHINES ReadWrite, AllowRootAccess)
  
-<​code>​ 
-# mount server:/​home /home 
- 
-# chmod 777 /home 
-</​code>​ 
  
 ==== Windows 2016 ==== ==== Windows 2016 ====
Line 143: Line 140:
  
 ==== Установка ПО ==== ==== Установка ПО ====
 +
 +=== Debian/​Ubuntu ===
 +<​code>​
 +nfsclient# mount nfsserver:/​var/​cache/​apt/​archives /mnt
 +
 +nfsclient# dpkg -i /mnt/*deb
 +</​code>​
  
 === FreeBSD === === FreeBSD ===
Line 167: Line 171:
 </​code>​ </​code>​
  
-=== Ubuntu === 
-<​code>​ 
-root@gate:​~#​ mount nfs:/​var/​cache/​apt/​archives /mnt 
- 
-root@gate:​~#​ dpkg -i /​mnt/​fetchmail* 
- 
-root@gate:​~#​ umount /mnt 
-</​code>​ 
сервис_nfs.txt · Last modified: 2024/04/16 12:34 by val