cannot access new drive through nfs
Posted
by l.thee.a
on Server Fault
See other posts from Server Fault
or by l.thee.a
Published on 2010-05-06T00:04:05Z
Indexed on
2010/05/06
4:48 UTC
Read the original article
Hit count: 318
I am running nfs-kernel-server to access my files on my linux machine(ubuntu - /share). The disk I have been using is full. So I have added a new disk and mounted it to /share/data. My other pc mounts the /share folder to /mnt/nfs; but cannot see the contents of /mnt/nfs/data. I have tried adding /share/data to /etc/exports, but it did not help. What do I do?
PS: I am looking for another solution than explicitly mounting /share/data on the second drive.
© Server Fault or respective owner