RufusBuddy
Technical User
Hi...
I am trying to mount a remote file system. This is what I have done so far:
- On the remote Server, I shared a file system
share -F nfs -o rw /dev/dsk/c0t1d0s1
- On the local Server, I mounted the file system to a local directory
mount <REMOTE IP ADDRESS>:/dev/dsk/c0t1d0s1 /Karen
Now here is the problem. Before I mounted the remote file system, the rights on /Karen were drwxr-xr-x and after I mounted, the rights become brw-r and I cannot open the directory.
Should I have specified more rights when I shared or mounted?
Thank You
I am trying to mount a remote file system. This is what I have done so far:
- On the remote Server, I shared a file system
share -F nfs -o rw /dev/dsk/c0t1d0s1
- On the local Server, I mounted the file system to a local directory
mount <REMOTE IP ADDRESS>:/dev/dsk/c0t1d0s1 /Karen
Now here is the problem. Before I mounted the remote file system, the rights on /Karen were drwxr-xr-x and after I mounted, the rights become brw-r and I cannot open the directory.
Should I have specified more rights when I shared or mounted?
Thank You