Лупайте сю скалу...

Іван Франко


 RSS | Atom

19 June 2015

TOP »

Selected projects See all »

Banalize: Bash static code analyzerDBIx::Report::ExcelShell settings, AKA dotfilesNagios Monitoring for Couchbase serverNagira: RESTful API for NagiosStartpack for Github pages developmentWeb iPhoto

Travel Blog Витрішки »

Україномовний блог Витрішки - блог про все, крім роботи. Цикл статей "Літо на півночі Японії" з цього блогу тепер опублікований у Витрішках

Computer Blog All posts »

iPhoto and files permission Is MacOSX 10.9 == MacOS 9.x? Running Chef roles from Capistrano und Capiche Github & Jekyll: Speeding up Jekyll siteGithub & Jekyll: More experience with Jekyll and setup changesBuild new hosts with Capistrano and Chef Request Tracker: More about custom CSS for RT4Ruby 2 test drive Nagira v0.2.5 release It's UNIX my dear Watson

Slides See all »

Nagira @TLUG, 2012Rspec and Guard

About

Ярило Yarylo, Jarilo me @ github me @ CPAN Dmytro (CV)

Створення NFS експортів у MacOSX з командного рядка

Створення NFS експорту, щоб його можна було змонтувати з правами rw для root’а

Як зробити це за допомогою командного рядка.

(1)

 # niutil -list / /exports
 81       /Volumes/Users

;зауваження: спочатку створюється фіктивна гілка з назвою servername, а потім замінюється на справжню точку експорту. Для того, щоб знати ID цієї гілки.

(2)

 # niutil -create / exports/servername
 # niutil -list / /exports
 81       /Volumes/Users
 134       servername

(3)

 # niutil -insertval / 134 name "/Volumes/NewExport" 0
 # niutil -list / /exports
 81       /Volumes/Users
 134       /Volumes/NewExport servername
 #

(4)

 # niutil -destroyval / 134 name "servername"
 # niutil -list / /exports
 81       /Volumes/Users
 134       /Volumes/NewExport
 #

(5)

 # niutil -createprop / 134 "clients" "myclient.domain"
 # niutil -createprop / 134 "opts" "maproot=0:0"
 # niutil -read / 134
 name: /Volumes/NewExport
 clients: myclient.domain
 opts: maproot=0:0
 #

(6)

 # ps ax | grep mount
  373  ??  Ss     0:00.28 mountd
 # kill -HUP 373

Джерела:

  • http://macosx.midata.fi/info-nfsexport/
  • http://deaddog.duch.udel.edu/~frey/darwin/archive/DarwinAndNFS.pdf





дмитро ковальов
dmytro @ github
dmytro.sytes.net