On Mon Sep 02, 2002, Wolfgang Wittmann <[EMAIL PROTECTED]> 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 -- ___ [EMAIL PROTECTED] o /_\ `* ` _ , http://adsl4linux.de/~michael /_\ ' ,,, (o o) - (o)o) ICQ: 38605983 (Schlenn) (o o) - (o o) ooO--(_)--Ooo--ooO'(_)--Ooo-------------------------ooO--(_)--Ooo-ooO--(_)--Ooo- -- Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

