우분투 nfs....

소맛라면의 이미지

페도라3를 사용하다가 이번에 우분투로 바꾸려고 싹~밀고
다시 깔았습니다..

일단 한글이 안되길래..데비안 자료를 찾아서 해결을 했습니다.

다음으로 nfs를 사용하려고하는데 /etc/exports도 존재하지 않더군요. nfs를 깔아주고 시작해야하나요???

아니면 있는데 제가 못찾는 것인지...

debian/ubuntu nfs 관련 문서나 좋은 웹있으면 좀 가르쳐주세요~

부탁드립니다.

환상경의 이미지

$sudo apt-cache search nfs
해서 패키지를 검색한다음
$sudo apt-get install nfs패키지

설치했는데 /etc/exports 파일이 없다면 만들어주시면 되요....

==================================================================
정체된 일상.... 계기를 만들어야 하는데........
BLOG : http://khmirage.tistory.com/

소맛라면의 이미지

root@ubuntu:~ # sudo apt-cache search nfs
liblockfile1 - NFS-safe locking library, includes dotlockfile program
manpages - Manual pages about using a GNU/Linux system
nfs-common - NFS support files common to client and server
nfs-kernel-server - Kernel NFS server support
portmap - The RPC portmapper
backuppc - high-performance, enterprise-grade system for backing up PCs
kdenetwork-filesharing - KDE Network Filesharing Configuration
tcpdump - A powerful tool for network monitoring and data acquisition
root@ubuntu:~ #

요렇게 나오면 설치가 되어 있는것이죠??

또 의문나는 것이 있습니다.
페도라의 경우 exports설정후에 service nfs restart로 다시 시작해 주었는데 우분투는 어떻게 하나요??

그리고 setup에 서 portmap과 nfsd를 체크했는데
이러한것은 또 어떻게 하나요??;;;

페도라와 다른점이 좀 있군요..;

무엇을 위해 사는가..

Prentice의 이미지

저라면 sudo dpkg -l | grep nfs | grep ^ii를 해보겠습니다.

/etc/init.d/gdm restart

위와 유사하게 하시면 됩니다.

환상경의 이미지

서비스 부분이야 뭐 페도라나 우분투나 같습니다.
실행하는 것은

/etc/init.d/portmap start

이런식으로 해주시면 됩니다.

Quote:

root@ubuntu:~ # sudo apt-cache search nfs
liblockfile1 - NFS-safe locking library, includes dotlockfile program
manpages - Manual pages about using a GNU/Linux system
nfs-common - NFS support files common to client and server
nfs-kernel-server - Kernel NFS server support
portmap - The RPC portmapper
backuppc - high-performance, enterprise-grade system for backing up PCs
kdenetwork-filesharing - KDE Network Filesharing Configuration
tcpdump - A powerful tool for network monitoring and data acquisition
root@ubuntu:~ #

이건 단지 웹에서 nfs로 검색해서 나온 결과 일뿐입니다.
저기서 원하는 패키지를 선택해서 설치해주는 것이지요

아까 위에서 빼먹은게 있는데 검은해님이 알려주신 방법으로 먼저 nfs패키지가 설치되어 있는지를 확인하시는게 우선이겠군요 ^^;;

==================================================================
정체된 일상.... 계기를 만들어야 하는데........
BLOG : http://khmirage.tistory.com/

Fe.head의 이미지

소맛라면 wrote:
root@ubuntu:~ # sudo apt-cache search nfs
liblockfile1 - NFS-safe locking library, includes dotlockfile program
manpages - Manual pages about using a GNU/Linux system
nfs-common - NFS support files common to client and server
nfs-kernel-server - Kernel NFS server support
portmap - The RPC portmapper
backuppc - high-performance, enterprise-grade system for backing up PCs
kdenetwork-filesharing - KDE Network Filesharing Configuration
tcpdump - A powerful tool for network monitoring and data acquisition
root@ubuntu:~ #

요렇게 나오면 설치가 되어 있는것이죠??

이건 설치가 아니라 보여주는겁니다.
이런 패키지가 있다.

설치할려면

apt-get install 패키지명
해야 됩니다.

현재 설치되어있는 패키지 볼려면

dpkg -l 로 보십시요.

고작 블로킹 하나, 고작 25점 중에 1점, 고작 부활동
"만약 그 순간이 온다면 그때가 네가 배구에 빠지는 순간이야"

소맛라면의 이미지

저의 무지를 용서하시길..ㅋㅋ

/etc/init.d/에 nfs-common, nfs-kernel-server을 인스톨 해주었습니다.
그런후에

                                                              
root@ubuntu:/etc/init.d # ./nfs-common restart
 * Stopping NFS common utilities...                                                                                   [ ok ]
 * Starting NFS common utilities...                                                                                   [ ok ]
root@ubuntu:/etc/init.d # ./nfs-kernel-server restart
 * Stopping NFS kernel daemon...                                                                                      [ ok ]
 * Unexporting directories for NFS kernel daemon...                                                                   [ ok ]
 * Exporting directories for NFS kernel daemon...
exportfs: /etc/exports [4]: No 'sync' or 'async' option specified for export "192.168.111.111/255.255.255.0:/usr/src/2.4.79/mrua_EM8620L_2.5.79.0_dev.arm".
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions
exportfs: /etc/exports [5]: No 'sync' or 'async' option specified for export "192.168.111.111/255.255.255.0:/usr/src/2.4.79/RMF86-2.5.74.2.arm".
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions
exportfs: /etc/exports [6]: No 'sync' or 'async' option specified for export "192.168.111.111/255.255.255.0:/usr/src/test".
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions
exportfs: /etc/exports [7]: No 'sync' or 'async' option specified for export "192.168.111.111/255.255.255.0:/usr/src/2.4.79/curacao_EM8620L_2.5.79.0.arm".
  Assuming default behaviour ('sync').
  NOTE: this default has changed from previous versions                                                               [ ok ]
 * Starting NFS kernel daemon:                                                                                        [ ok ]
root@ubuntu:/etc/init.d # rpcinfo -p
   프로그램 버전 원형   포트
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    853  status
    100024    1   tcp    856  status
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100021    1   udp  32838  nlockmgr
    100021    3   udp  32838  nlockmgr
    100021    4   udp  32838  nlockmgr
    100021    1   tcp  33252  nlockmgr
    100021    3   tcp  33252  nlockmgr
    100021    4   tcp  33252  nlockmgr
    100005    1   udp    906  mountd
    100005    1   tcp    909  mountd
    100005    2   udp    906  mountd
    100005    2   tcp    909  mountd
    100005    3   udp    906  mountd
    100005    3   tcp    909  mountd
root@ubuntu:/etc/init.d #

중간에 머라고 머라고 이상한 말이 나오지만...

얼추 준비완료인것 같습니다..;;

문제는 minicom이 안까라려 있는것 같군요...;;

다른것으로 대체 된것인가요???

없다면 걍 미니컴을 깔아서 써야 겠습니다..

무엇을 위해 사는가..

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.