All of lore.kernel.org
 help / color / mirror / Atom feed
* the kernel 2.4 can not mount kernel 2.6 nfs exports.
@ 2005-03-31  2:14 haichuang xing
  2005-03-31  6:31 ` haichuang xing
  0 siblings, 1 reply; 2+ messages in thread
From: haichuang xing @ 2005-03-31  2:14 UTC (permalink / raw)
  To: Linux Filesystem Development

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-31  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.