From: haichuang xing <foxgoblin@gmail.com>
To: nfs@lists.sourceforge.net
Subject: the kernel 2.4 can not mount kernel 2.6 nfs exports.
Date: Thu, 31 Mar 2005 14:31:54 +0800 [thread overview]
Message-ID: <a61da3d7050330223172e55fef@mail.gmail.com> (raw)
In-Reply-To: <a61da3d70503301814a08aa5d@mail.gmail.com>
in kernel 2.6 server:
/etc/exports:
/home/webadm/htdocs *(ro,all_squash)
in kernel 2.4 server:
#mount -t nfs -o ro nfsserver:/home/webadm/htdocs /mnt/nfs
i get:
mount: wrong fs type, bad option, bad superblock on
nfsserver:/home/webadm/htdocs, or too many mounted file systems
use strace:
strace mount -t nfs -o ro nfsserver:/home/webadm/htdocs /mnt/nfs
i found:
mount("nfsserver:/home/webadm/htdocs", "/mnt/nfs", "nfs",
MS_RDONLY|0xc0ed0000, 0x80598e0) = -1 EINVAL (Invalid argument)
why?
sorry for my poor english.
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
prev parent reply other threads:[~2005-03-31 6:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-31 2:14 the kernel 2.4 can not mount kernel 2.6 nfs exports haichuang xing
2005-03-31 6:31 ` haichuang xing [this message]
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=a61da3d7050330223172e55fef@mail.gmail.com \
--to=foxgoblin@gmail.com \
--cc=nfs@lists.sourceforge.net \
/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.