Hier mal ein paar Angaben:
Code: Select all
[dini@dini-pc .jd]$ !ss
ssh -lroot ipfire
root@ipfire's password:
Last login: Fri Apr 15 21:08:52 2016 from 192.168.0.10
[root@ipfire ~]#
[root@ipfire ~]# /etc/init.d/nfs-server restart
Stopping NFS statd... [ OK ]
Stopping NFS nfsd... [ FAIL ]
Stopping NFS mountd... [ OK ]
Refreshing NFS Exported Filesystems... [ OK ]
Unmounting NFS Virtual Filesystem... [ OK ]
Removing the rpc.statd pid file if it exists
Starting NFS mountd... [ OK ]
Starting NFS nfsd... [ OK ]
Starting NFS statd... [ OK ]
Mounting nfsd virtual filesystem...
mount: none is already mounted or /proc/fs/nfsd busy [ FAIL ]
Exporting NFS Filesystems...
Code: Select all
cat /etc/exports
/mnt/archive 192.168.0.0/24(rw,async,subtree_check,no_root_squash,anonuid=99,anongid=99)
#/mnt/TEST 192.168.0.0/24(rw,sync,subtree_check,no_root_squash,anonuid=1000,anongid=1000)
/mnt/Raid1 192.168.0.0/24(rw,async,subtree_check,no_root_squash,anonuid=99,anongid=99)
Code: Select all
ipfire:/mnt/Raid1 /media/Raid1 nfs defaults 0 0
ipfire:/mnt/archive /media/archive nfs defaults 0 0
Code: Select all
sudo mount -a
mount.nfs: access denied by server while mounting ipfire:/mnt/Raid1
mount.nfs: access denied by server while mounting ipfire:/mnt/archive
Code: Select all
showmount -e ipfire
Export list for ipfire:
/mnt/Raid1 192.168.0.0/24
/mnt/archive 192.168.0.0/24
Danke