[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: remote-Platte mounten



On Mon Sep 02, 2002, Wolfgang Wittmann <wolfgang@stumbled.de> wrote:
> Hallo,
> 
> wie kann ich denn eine Linux Partition mounten, die sich auf einem 
> anderen Rechner befindet ?

Indem Du sie über nfs mountest. NFS-HOWTO findest Du unter [1].

Kurzanleitung:

1. SERVER: apt-get install nfs-kernel-server
2. SERVER: /etc/exports editieren (siehe "man exports"):

   ,-- /etc/exports --
   |
   | # sample /etc/exports file
   | /projects       *.local.domain(rw)
   |
   `----
   
3. CLIENT: mount -t nfs DEINSERVER:/projects /mnt
4. CLIENT: /etc/fstab editieren (für automatisches mounten):

   ,----[ /etc/fstab ]-
   |
   | DEINSERVER:/projects  /mnt  nfs  defaults  0 0
   |
   `----


Bye,
Michael


References:
  1. http://www.tldp.org/HOWTO/NFS-HOWTO/index.html
-- 
      ___                     Michael@schlenn.net         o
     /_\ `*     `  _ ,   http://adsl4linux.de/~michael   /_\ '         ,,,
    (o o)      -  (o)o)      ICQ: 38605983 (Schlenn)    (o o) -       (o o)
ooO--(_)--Ooo--ooO'(_)--Ooo-------------------------ooO--(_)--Ooo-ooO--(_)--Ooo-



Reply to: