- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- nfs warning: mount version older than kernel
Operating System - Linux
1823471
Members
2384
Online
109660
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 05:01 AM
тАО05-31-2007 05:01 AM
hi
I cannot mount nfs from Dreambox DM 500-C:
root@dreambox:~> uname -a
Linux dreambox 2.6.9 #1 Sun Apr 8 00:58:35 CEST 2007 ppc unknown
root@dreambox:~>
to the nfs server (DS106j from synology):
storage> uname -a
Linux storage 2.4.22-uc0 #458 Tue Apr 3 01:09:49 CST 2007 ppc unknown
due to the following errors:
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /var/mnt/nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/outp
ut error
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /hdd
mount: Mounting 192.168.200.12:/volume1/box on /hdd failed: Input/output error
root@dreambox:~> mount -t nfs -o rw,nolock 192.168.200.12:/volume1/box /var/mnt/
nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/output
error
root@dreambox:~> mount -t nfs -o rw,nolock,rsize=4096,wsize=4096 192.168.200.12:/volume1/box /var/mnt/hdd
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/hdd failed: Input/output error
my exports file:
/volume1/box 192.168.200.0/255.255.255.0(rw,sync,no_root_squash)
in /var/log/messages from client I have this error message:
May 31 16:12:34 192.168.200.11 kernel: nfs warning: mount version older than kernel
knows someone howto solve this problem ?
kind regards
chris
I cannot mount nfs from Dreambox DM 500-C:
root@dreambox:~> uname -a
Linux dreambox 2.6.9 #1 Sun Apr 8 00:58:35 CEST 2007 ppc unknown
root@dreambox:~>
to the nfs server (DS106j from synology):
storage> uname -a
Linux storage 2.4.22-uc0 #458 Tue Apr 3 01:09:49 CST 2007 ppc unknown
due to the following errors:
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /var/mnt/nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/outp
ut error
root@dreambox:~> mount -t nfs 192.168.200.12:/volume1/box /hdd
mount: Mounting 192.168.200.12:/volume1/box on /hdd failed: Input/output error
root@dreambox:~> mount -t nfs -o rw,nolock 192.168.200.12:/volume1/box /var/mnt/
nfs
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/nfs failed: Input/output
error
root@dreambox:~> mount -t nfs -o rw,nolock,rsize=4096,wsize=4096 192.168.200.12:/volume1/box /var/mnt/hdd
mount: Mounting 192.168.200.12:/volume1/box on /var/mnt/hdd failed: Input/output error
my exports file:
/volume1/box 192.168.200.0/255.255.255.0(rw,sync,no_root_squash)
in /var/log/messages from client I have this error message:
May 31 16:12:34 192.168.200.11 kernel: nfs warning: mount version older than kernel
knows someone howto solve this problem ?
kind regards
chris
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 05:06 AM
тАО05-31-2007 05:06 AM
Re: nfs warning: mount version older than kernel
to mount nfs from any other linux machine in LAN works perfectly.
on nfs server:
storage> lsmod
Module Size Used by Tainted: P
nfsd 71168 0
hid 18164 0 (unused)
printer 8048 0 (unused)
usb-storage 29828 0 (unused)
usb-ohci 19972 0 (unused)
ehci-hcd 19700 0 (unused)
synobios 7416 2
sk98lin 148944 1
quota_v2 8160 2
usbcore 68896 1 [hid printer usb-storage usb-ohci ehci-hcd]
sg 33804 0 (unused)
sd_mod 16212 0 [printer usb-storage]
scsi_mod 90016 2 [usb-storage sg sd_mod]
ntfs 94080 0 (unused)
vfat 11308 0 (unused)
reiserfs 243776 0 (unused)
netlink_dev 2016 0 (unused)
fat 40176 0 [vfat]
appletalk 23440 12
storage> ps aux | grep portmap
580 1 420 S /opt/sbin/portmap
888 root 224 S grep portmap
storage> ps aux | grep nfs
890 root 224 S grep nfs
maybe I cannot mount because of different kernel or nfs versions ?
on nfs server:
storage> lsmod
Module Size Used by Tainted: P
nfsd 71168 0
hid 18164 0 (unused)
printer 8048 0 (unused)
usb-storage 29828 0 (unused)
usb-ohci 19972 0 (unused)
ehci-hcd 19700 0 (unused)
synobios 7416 2
sk98lin 148944 1
quota_v2 8160 2
usbcore 68896 1 [hid printer usb-storage usb-ohci ehci-hcd]
sg 33804 0 (unused)
sd_mod 16212 0 [printer usb-storage]
scsi_mod 90016 2 [usb-storage sg sd_mod]
ntfs 94080 0 (unused)
vfat 11308 0 (unused)
reiserfs 243776 0 (unused)
netlink_dev 2016 0 (unused)
fat 40176 0 [vfat]
appletalk 23440 12
storage> ps aux | grep portmap
580 1 420 S /opt/sbin/portmap
888 root 224 S grep portmap
storage> ps aux | grep nfs
890 root 224 S grep nfs
maybe I cannot mount because of different kernel or nfs versions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 06:44 AM
тАО05-31-2007 06:44 AM
Solution
According to this message:
"mount version older than kernel"
I would try to update the util-linux package, the package that contains the "mount" command.
"mount version older than kernel"
I would try to update the util-linux package, the package that contains the "mount" command.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 07:26 AM
тАО05-31-2007 07:26 AM
Re: nfs warning: mount version older than kernel
thanks, this problem is solved now.
I've reinstalled nfs-utils
and it seems nfsd was not started:
storage> ps aux | grep nfs
602 root SW [nfsd]
873 root 224 S grep nfs
storage>
I cannot understand how other machines could mount nfs.
I've reinstalled nfs-utils
and it seems nfsd was not started:
storage> ps aux | grep nfs
602 root SW [nfsd]
873 root 224 S grep nfs
storage>
I cannot understand how other machines could mount nfs.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP