vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all: I just emerged the nfs-utils and in setting things up I got it working and properly exporting the directories but I can't see anything at all in the mount point. When I run a mount -l nfs -t it shows all of the directories as being properly mounted but I'm not seeing anything when entering the directories. I only intend the directories to be read-only, I could use any assist in figuring out this prob. heres the pertinanet section of the exports file (ro,sync) FYI: I have read the man nfs, exports, mountd to see if that would help. -- registered linux user 286636 |
| ||||
| Aaron wrote: > Hi all: > > I just emerged the nfs-utils and in setting things up I got it working and > properly exporting the directories but I can't see anything at all in the > mount point. > > When I run a mount -l nfs -t it shows all of the directories as being > properly mounted but I'm not seeing anything when entering the > directories. I only intend the directories to be read-only, I could use > any assist in figuring out this prob. > > heres the pertinanet section of the exports file (ro,sync) > > > FYI: I have read the man nfs, exports, mountd to see if that would help. It's been solved. Had to mount the files with async,timeo=5 in order to get it working. -- registered linux user 286636 |