From: Yuri Csapo <ycsapo@mines.edu>
To: Yu Chen <chen@hhmi.umbc.edu>
Cc: linux-admin <linux-admin@vger.kernel.org>,
Server MacOSX <macos-x-server@lists.apple.com>
Subject: Re: re-export NFS mounted disk to be NFS mounted?
Date: Mon, 23 Mar 2009 10:15:43 -0600 [thread overview]
Message-ID: <49C7B5AF.7020107@mines.edu> (raw)
In-Reply-To: <2535BDE3-66FC-49AB-BD55-D663368370F2@hhmi.umbc.edu>
AFAIK that is not possible on Linux with the stock kernel nfs server. It
*should* be possible with the userspace server, but I'm not sure it's
supported. Maybe someone who has actually done it (as opposed to playing
with it) should comment.
OTOH it doesn't seem like a good idea anyway... NFS's performance is
really bad and what you're doing will multiply bad x 2. I know sometimes
you need to work with what you have but if your cluster is in any way
I/O sensitive you should think about getting some local disk space for
it, at least.
Yu Chen wrote:
> Hello,
>
> I have a cluster, the disk space is on a Xserver, it's NFS exported, and
> mounted on the cluster's head node without problem (mounted on
> /mnt/nfs), then I exported the "/mnt/nfs" directory, then tried to mount
> it on the nodes in the cluster (mount -t nfs headnode:/mnt/nfs
> /mnt/tmp), it gave error: mount ... failed, reason given by server:
> Permission denied.
>
> my Xserver nfs exports entry has this: /Volumes/DataRAID -alldirs
> -maproot=nobody -sec=sys -network my.headnode.network -mask 255.255.255.0
>
> my headnode mounted /Volumes/DataRAID on /mnt/nfs then exported as nfs
> exports entry:
> /mnt/nfs 10.0.0.0/255.255.255.0(rw,sync)
>
> Anybody has any suggestions?
>
> Thanks in advance.
> CY
> --
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Yuri Csapo
Academic Computing & Networking
Colorado School of Mines
CT-256
Phone: (303) 273-3503
Fax: (303) 273-3475
Email: ycsapo@mines.edu
Please use the following link to open a service request:
http://helpdesk.mines.edu
===========================================
With a PC, I always felt limited
by the software available.
On Unix, I am limited only by my knowledge.
--Peter J. Schoenster
next prev parent reply other threads:[~2009-03-23 16:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-23 15:29 re-export NFS mounted disk to be NFS mounted? Yu Chen
2009-03-23 16:15 ` Yuri Csapo [this message]
2009-03-23 17:08 ` Yu Chen
2009-03-23 17:23 ` Yuri Csapo
2009-03-24 14:16 ` Yu Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49C7B5AF.7020107@mines.edu \
--to=ycsapo@mines.edu \
--cc=chen@hhmi.umbc.edu \
--cc=linux-admin@vger.kernel.org \
--cc=macos-x-server@lists.apple.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.