hi,
i cant access my nfs share (windows server 2012) with debian.
i can see the share:
Code: Alles auswählen
root@download:~# showmount -e MYSERVER
Export list for MYSERVER:
/my-share (everyone)
Code: Alles auswählen
apt-get install nfs-kernel-server nfs-common rpcbind
Code: Alles auswählen
root@download:~# service nfs status
nfs: unrecognized service
root@download:~# mount -t nfs MYSERVER:/my-share /mnt/test
mount.nfs: mount system call failed
root@download:~# mount -v MYSERVER:/my-share /mnt/test
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Sat Dec 8 00:30:22 2012
mount.nfs: trying text-based options 'vers=4,addr=10.x.x.x,clientaddr=10.x.x.x'
mount.nfs: mount(2): Input/output error
mount.nfs: mount system call failed
Code: Alles auswählen
apt-get install nfs-common
apt-get install portmap
Code: Alles auswählen
root@download:~# service nfs status
nfs: unrecognized service
root@download:~# service portmap status
[ ok ] portmap is running.
root@download:~# mount -t nfs MYSERVER:/my-share /mnt/test
mount: wrong fs type, bad option, bad superblock on MYSERVER:/my-share,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
can anybody help?
//edit
it works with my openelec htpc, but not with my debian server