search for: nfs_share

Displaying 6 results from an estimated 6 matches for "nfs_share".

Did you mean: nfs_share1
2008 Sep 12
1
Type nfs_share changes exported folder/file ownership
I''ve used the nfs_share type to export NFS shares on server A: nfs_share { "": shares => ["/path/to/share/", "/path/to/another/share/"], share_access => "server.example.com" } The /etc/exports file on server A look like this:...
2017 Nov 08
2
Sharing an R installation via NFS on ubuntu cluster
...ace the installation in the non-standard location. For context, right now I would have to share all of *root at master*:*~* whereis R R: /usr/bin/R /usr/lib/R /etc/R /usr/local/lib/R /usr/share/R /usr/share/man/man1/R.1.gz and I would like to install R into a new folder on the master node, say, NFS_share, and share just that. I found that `dpkg` has an option `--root=directory` to specify a non standard install location for a debian package installation. but i'm not even sure how this would work on ubuntu (can i install a debian packge on ubuntu?!) thanks for any help! florian [[alternative...
2005 Sep 19
2
File access rights on a NFS share: please help !
...ccount through Winbind+Kerberos. They belong to the right Windows groups but the file/dir access rights only work on local/SAN volumes. Ex: toto@lnxsrv$ id -a uid=16783675(NCEDOM\toto) gid=16777217(NCEDOM\domain users) groups=16777217(NCEDOM\domain users),16777328(NCEDOM\dev-iis) toto@lnxsrv$ cd /nfs_share toto@lnxsrv$ ls -ls 0 drwxrwx--- 2 root NCEDOM\dev-iis 80 2005-09-07 14:16 iis toto@lnxsrv$ cd iis -bash: cd: iis: Permission denied As you can see toto's primary group is NCEDOM\domain users but he also belongs to group NCEDOM\dev-iis. Yet directory iis belongs to group NCEDOM\dev-iis. But...
2017 Nov 08
0
Sharing an R installation via NFS on ubuntu cluster
...ocation. For context, > right now I would have to share all of > > *root at master*:*~* whereis R > > R: /usr/bin/R /usr/lib/R /etc/R /usr/local/lib/R /usr/share/R > /usr/share/man/man1/R.1.gz > > and I would like to install R into a new folder on the master node, say, > NFS_share, and share just that. > > I found that `dpkg` has an option `--root=directory` to specify a non > standard install location for a debian package installation. but i'm not > even sure how this would work on ubuntu (can i install a debian packge on > ubuntu?!) > > thanks for...
2017 Nov 09
1
Sharing an R installation via NFS on ubuntu cluster
...ould have to share all of > > > > *root at master*:*~* whereis R > > > > R: /usr/bin/R /usr/lib/R /etc/R /usr/local/lib/R /usr/share/R > > /usr/share/man/man1/R.1.gz > > > > and I would like to install R into a new folder on the master node, say, > > NFS_share, and share just that. > > > > I found that `dpkg` has an option `--root=directory` to specify a non > > standard install location for a debian package installation. but i'm not > > even sure how this would work on ubuntu (can i install a debian packge on > > ubuntu...
2005 Sep 08
0
Pb with file access rights on a NFS server
...ccount through Winbind+Kerberos. They belong to the right Windows groups but the file/dir access rights only work on local/SAN volumes. Ex: toto@lnxsrv$ id -a uid=16783675(NCEDOM\toto) gid=16777217(NCEDOM\domain users) groups=16777217(NCEDOM\domain users),16777328(NCEDOM\dev-iis) toto@lnxsrv$ cd /nfs_share toto@lnxsrv$ ls -ls 0 drwxrwx--- 2 root NCEDOM\dev-iis 80 2005-09-07 14:16 iis toto@lnxsrv$ cd iis -bash: cd: iis: Permission denied As you can see toto's primary group is NCEDOM\domain users but he also belongs to group NCEDOM\dev-iis. Yet directory iis belongs to group NCEDOM\dev-iis. But...