[ul]
[li]Server[LIST]
[/li][li]openSUSE 11.0 (64 bits)
[/li][li]KDE 4.0
[/li][li]/etc/fstab (mountpoint)
[/li]
/dev/md1 /home/Server/Archive ext3 acl,user,xattr 0 0
[li]Options configured in Yast2 > Network Services > NFS Server rw,async,all_squash
[/li]li IP: 192.168.1.100
[/li][/ul]
[li]Client[ul]
[/li][li]openSUSE 11.0 (64 bits)
[/li][li]KDE 4.1
[/li][li]/etc/fstab (mountpoint)
[/li]
192.168.1.100:/home/Server/Shared /home/Pascal/Shared\040files nfs defaults 0 0
[/ul][/LIST]On my NFS-server I got a directory /home/Server/Shared/ and inside it the mountpoint to a software raid 5 array /home/Server/Shared/Archive/.
I got access to everything besides the mountpoint in the /home/Server/Shared folder just fine, so I assume it’s running properly. However… when I navigate to the /home/Server/Shared/Archive/ mountpoint on a client with Dolphin it comes up with an empty folder, and it still shows the free space as that of the original disk instead of the raid array from the mountpoint.
So how do I get the NFS share configured in a way where it shares the mountpoint as well?
(I worked around it for now by making the mountpoint itself an NFS share as well which works fine… but I’d prefer to have to set up 1 nfs mountpoint instead of 2)