Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.radio.cz!news.eecs.umich.edu!nntprelay.mathworks.com!news.maxwell.syr.edu!news.algonet.se!uab.ericsson.se!erinews.ericsson.se!news From: martti.kuparinen@era.erixsson.se (Martti Kuparinen) Newsgroups: comp.unix.bsd.freebsd.misc Subject: amd for /home Date: 9 Jul 1997 16:13:26 GMT Organization: Ericsson Telecom AB Lines: 26 Distribution: world Message-ID: <5q0db6$rhd@newstoo.ericsson.se> NNTP-Posting-Host: kk130.ericsson.se Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44172 We have a SunOS 5.5 server which includes the users' home directories. On my FreeBSD 2.2 box I'd like to automount users' home directories under /home -- just like executing the "mount server:/export/home1/johndoe /home/johndoe" command does it. However the "amd /home amd.home" command does not do this with my current amd.home file. It creates a real mount point (/a/server/...) and creates a symbolic link (ln -s /a/server/.../johndoe /home/johndoe) to this mount point. But I don't want it that way :-) So no symlinks are wanted. How should I modify my amd.home file? Examples please... Here's my current amd.home file: /defaults opts:=rw,intr;type:=nfs;sublink:=${key} johndoe rhost:=server;rfs:=/export/home1 Thanks in advance, Martti -- If you want to reply to me, please substitute x with c in the From: field or :s/x/c as we vi users say it...