Displaying 20 results from an estimated 23 matches for "nohide".
2011 Nov 17
1
nfs4 problem in CENTOS6
...see, /mnt/data is a partition mounted below /.
I am binding both partitions to /nfsexport/... and export them in /etc/exports with
---8<---/etc/exports---
/ server*.pamas.local(ro,secure,no_root_squash,crossmnt,fsid=0)
/mnt/data server2.pamas.local(ro,secure,no_root_squash,nohide) server5.pamas.local(ro,secure,no_root_squash,nohide)
---8<---
If I execute
[root at server5 ~]# /etc/init.d/nfs reload
I get
exportfs: /mnt/data does not support NFS export
exportfs: /mnt/data does not support NFS export
on the console, but nothing in the log-files.
On server5, I entered...
2003 Jan 16
1
[Fwd: Re: Exporting a samba mount]]
Christopher and the list:
Gee... I wish it would!
My probelm currently is the fact that if I add this line to /etc/exports:
/mnt/MountedSambaShare somebox(nohide)
I get:
somebox:/mnt/MountesSambaShare: Invalid argument
This happens whether /etc/exports says "somebox(nohide)" or
"somebox(ro)" or "somebox()".
Note that /mnt/MounteSambaShare is in fact properly mounted via smbmount
(actually a fstab entry specifying smbfs) ....
2007 May 04
3
NFS issue
Hi List,
I must be going mad or something, but got a really odd problem with NFS
mount and a DVD rom.
Here is the situation,
/dev/md7 58G 18G 37G 33% /data
which is shared out by NFS, (/etc/exportfs)
This has been working since I installed the OS, Centos 4.4
I have a DVD on that is device /dev/scd0, which I can mount anywhere I
like, no problem.
However, the problem
2009 Nov 18
2
simple NFSv4 setup
I'm trying to setup a simple NFSv4 mount between two x86_64 hosts. On the
server, I have this in /etc/exports:
/export $CLIENT(ro,fsid=0)
/export/qb3 $CLIENT(rw,nohide)
ON $CLIENT, I mount via:
mount -t nfs4 $SERVER:/qb3 /usr/local/sge62/qb3
However:
$ touch /usr/local/sge62/qb3/foo
touch: cannot touch `/usr/local/sge62/qb3/foo': Read-only file system
I'd really rather not export the pseudo-root read-write, so how do I get
this working? Any hints w...
2010 Apr 29
1
nfs4 help needed
...0/255.255.255.0, using first
The tutorial I was following suggested making a root connection as ro, then
the data connections as rw, so I have
/nfs4exports 192.168.0.0/24
(ro,sync,insecure,root_squash,no_subtree_check,fsid=0)
/nfs4exports/Data1 192.168.0.0/24(rw,insecure,no_subtree_check,nohide)
/nfs4exports/home 192.168.0.0/24(rw,insecure,no_subtree_check,nohide)
However, when I ls nfs4exports I get
Data1 home
which ties in, I think, with the logwatch report. Can someone please explain
what I've misunderstood, and what I should do to put it right? Thanks
Anne
2007 Aug 16
1
NFSv4 on CentOS 4.5
Hi. I'm having trouble accessing a shared directory over NFSv4 on a
CentOS 4.5 machine.
My export file reads
/test 10.0.0.0/255.0.0.0(ro,async,insecure,nohide,no_subtree_check)
Running the mount command with NFSv4 as the filesystem gives me a
permission denied error.
[root at pebble-anoop ~]# mount -v -t nfs4 pebble-anoop:/test/ /mnt/
mount: pinging: prog 100003 vers 4 prot tcp port 2049
mount: permission denied
I've also tried to include the fs...
2012 Apr 09
1
Problem with NFS4 and CentOs 5.8
...wing setup:
mounted directory:
/srv/nfs/imagetest on /exports/imagetest type none (rw,bind)
/etc/exports file:
/exports
10.0.4.0/24(ro,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0,crossmnt)
/exports/imagetest
10.0.4.20(rw,insecure,sync,wdelay,no_subtree_check,nohide,no_root_squash)
On client I have mounted it with following command:
10.0.4.2:/ on /media/nfs type nfs4
(rw,nodev,sync,proto=tcp,retry=10,rsize=32768,wsize=32768,hard,intr,addr=10.0.4.2)
This works fine with kernel: 2.6.18-274.17.1.el5.centos.plusxen
But with 2.6.18-308.1.1.el5.centos.plusx...
2008 Jun 26
1
nfs cannot see mount points on other machine
I'm having a bit of a problem with what I can "see" over nfs.
I have two machines that nfs their root to each other and it seems to
work. However, I now found out that some of the root directories that are
listed are "fake" ones. A comparison of the root on both machines shows
that some directories are the same and I can access those files on the
other machine. However,
2010 Apr 21
3
Help with NFSV4 server
...http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/
and still can't see what i'm doing wrong
{The Server}
CentOS 5.4 64 Bit
[root at inf1 /]# cat /etc/exports
/nfs4exports
*.scms.waikato.ac.nz(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash,fsid=0,nohide)
/nfs4exports/share
*.scms.waikato.ac.nz(rw,insecure,sync,wdelay,no_subtree_check,no_root_squash,nohide)
[root at inf1 /]# cat /etc/sysconfig/nfs
#
# Define which protocol versions mountd
# will advertise. The values are "no" or "yes"
# with yes being the default
#MOUNTD_...
2011 Jul 19
1
nfsv4 and kerberos - fails to mount
I have been trying all sorts of things to get this working.
nfsv4 works fine if I just use the nfs-v3 form of export
i.e.
/nfs4exports
192.168.230.237/24(ro,fsid=0,sync,insecure,no_root_squash,no_subtree_check,squash_uids=0-99)
/nfs4exports/NDG
192.168.230.237/24(rw,insecure,no_subtree_check,nohide,sync,no_root_squash,squash_uids=0-99)
but this is inherently open to all on this machine.
so then using this recipe
http://www.techrepublic.com/blog/opensource/kerberos-authentication-with-nfsv4/1965
and many others that hours of google foo shows
change exports to
/nfs4exports
gss/krb5(ro,fsid=0...
2011 Mar 21
0
permissions changed by rsync over nfs?
...c/bigdisk.mythtv.lan/Music
/misc/bigdisk.mythtv.lan is an nfs mount mounted by autofs.
In /etc/auto.misc I have for /misc/bigdisk.mythtv.lan:
bigdisk.mythtv.lan -fstype=nfs4 192.168.1.105:/bigdisk
For /bigdisk I have in /etc/exports on 192.168.1.105:
/NFS4exports
192.168.1.0/255.255.255.0(rw,sync,nohide,no_subtree_check,no_root_squash,fsid=0)
/NFS4exports/bigdisk
192.168.1.0/255.255.255.0(rw,sync,nohide,no_subtree_check,no_root_squash)
My little problem is that with the above rsync command this file, for
instance:
/home/Music/FLACs/Billy_Bragg/Back_to_Basics$ ls -al
01-billy_bragg-the_milkman_of_...
2011 Aug 19
3
Fedora and CentOS no longer on speaking terms
...nected
from bus): 1 Time(s)
---------------------- Connections (secure-log) End -------------------------
An example fstab line is
/Data1 /nfs4exports/Data1 none bind 0 0
Under CentOS 5 this was mounted by the exports line:
/nfs4exports/Data1 192.168.0.0/24(rw,insecure,no_subtree_check,nohide)
Following advice, I have changed this to:
/Data1/ 192.168.0.0/255.255.255.0 *(rw,sync,insecure,no_all_squash)
That hasn't helped at all.
I'm completely at a loss, and really need to get this connection working
again. I've done lots of googling and reading, but just feel to be dig...
2008 May 12
5
MystIII-Exile
Hi everybody,
I'd like to play Myst III - Exile with wine on Ubuntu 8.04 but the installation doesn't work.
In fact I have the Trilogy DVD edition with Myst, Riven and Exile and I saw that Riven works well : http://appdb.winehq.org/objectManager.php?sClass=version&iId=10719.
But my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!! Riven is easy to
2012 Jan 28
2
nfs4 with Samba 4
...izing
it for Samba 4 for my Samba 4 users.
I've setup the nfs4 pseudo stuff like this:
hh3:/ # mkdir /export
hh3:/ # mkdir /export/home
hh3:/ # mount --bind /home /export/home
Here is /etc/exports:
/export gss/krb5(rw,fsid=0,insecure,no_subtree_check,async)
/export/home gss/krb5(rw,nohide,insecure,no_subtree_check,async)
/etc/sysconfig/nfs has:
NFS_SECURITY_GSS="yes"
I have used samba-tool to make an nfs service principal and it responds:
Kerberos: TGS-REQ HH3$@HH3.SITE from ipv4:192.168.1.3:35191 for
nfs/hh3.hh3.site at HH3.SITE [canonicalize, renewable]
Kerberos: TGS-...
2005 Jan 13
1
Myst Masterpiece Edition installer
Hi list,
I've recently acquired Myst ME. The CD has a single .exe file in the
root, Myst.exe, which I believe is an installer (although it could be
the game .exe too). When running this exe, A file selector window pops
up, with the title "Where is "Main"?", and the filetype is Director
Movie. I tried with both the newest release, and the cvs version
(20050111), and
2001 Nov 09
1
cdrom format
I've just recieved a demo/trial cd of some windows software i want to try
using with Wine.
when i try to mount the CD it mounts with no errors but when i change to the
directory there is nothing there.
i've pulled it up on my wifes win9x machie and the directories and files are
there. no problems.
is there some format or sting that i need to specify in my /etc/fstab other
than
2002 Dec 27
0
re-exporting smb mounted filesystems from Redhat linux 8.0 to Solaris 8.0
Hi,
I am trying to mount the windows NT share to solaris 8.0 using Redhat 8.0 nfs.
Using smbmount I mounted windows share in Linux as /home/percipia/smb. I setup Linux as NFS Server and exported /home as nfs export.
[root@ldap root]# cat /etc/exports
/home 192.168.1.0/255.255.255.0(ro,nohide,insecure,sync)
[root@ldap root]# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 639...
2003 Jan 13
2
Exporting a samba mount]
Anyone have experience with exporting to other Linux boxes a Windows
share mounted on one Linux box?
I have successfully mounted the Windows share on the Linux server box,
but when I edit /etc/exports to include the new mount and run exportfs,
I get error messages regarding the new export. For example, if I add
this line to /etc/exports:
/mnt/windows_share somebox(rw)
I will get the
2008 Dec 01
2
Two NFS issues
Hi, I was hoping someone would have an idea of what's going on here...
We have two NFS issues. One of which is certainly centos based, one of
which we're not sure of.
First issue is: As of Centos 5, we can't make simultaneous access to a
directory via NFS. To duplicate, I cd into a share in two windows, copy a
1G file in the first window, and just do an ls in the other. The ls
2012 Dec 21
2
NFSv4 on CentOS 5.5
Hi,
What is the magic juju that I have to put in /etc/sysconfig/autofs to
get autofs to default to using NFSv4, rather than NFSv3, for mounting
file systems?
I don't want to place these flags into the automount maps themselves
because we have a varied network with Sun, CentOS, RedHat and
Macintosh systems, and the flags that have to get added to automount
maps (which we distribute centrally