I am trying to remote installation, any my installation server is a RedHat.
I have installation problem and I would like to check from the RedHat if the
client successful nfs mounted the directory or not?
Is anyway I can check this?
Any comments will be appreciated
Thanks in advance
Julie Xu
Hi,
When mounting via NFS, sometimes I get;
mount: RPC: Timed out
Other times it works.
NFS servers are a combo of 7.3/8.0 patched as of
yesturday.
Using DDNS for host resolution.
I wish I had more info so that I can fix it so I'm
hoping someone here can based on this small amont of
info.
Br
When trying to mount an NFS export from my redhat 8 workstation I
receive errors saying that "only root can do that." I'm not sure if
it's a permission set on my NFS server or if it's more of a general
user-level permission on my workstation. There are 2 exports on the
server (which happens to be
Make sure that portmap is running:
service portmap start
js
On Mon, 2002-12-02 at 12:57, Freddy Chavez wrote:
> I want to use NFS so I have this on /etc/exports
> on a computer with IP=192.168.2.1:
> /home/nfs 192.168.0.0/255.255.0.0(rw)
>
> Then from other computer I execute:
> mount -
Freddy Chavez said:
> I want to use NFS so I have this on /etc/exports
> on a computer with IP=192.168.2.1:
> /home/nfs 192.168.0.0/255.255.0.0(rw)
>
> Then from other computer I execute:
> mount -t nfs 192.168.2.1:/home/nfs /mnt/nfs
>
> And it works, but it takes about 4 minutes !!!
> I think
I want to use NFS so I have this on /etc/exports
on a computer with IP=192.168.2.1:
/home/nfs 192.168.0.0/255.255.0.0(rw)
Then from other computer I execute:
mount -t nfs 192.168.2.1:/home/nfs /mnt/nfs
And it works, but it takes about 4 minutes !!!
I think it's not a DNS problem because ther
I have to end up rebooting the box or do a 'umount -f' to get commands
such as 'df -k' working again. I'm running the latest kernel and
packages. Anyone have an ideas why?
Kenneth
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://lis
I have a small LAN (let's say 192.168.48.0/24) with RedHat 7.3 boxes. I would like to
get
mount and autofs mounts working through the firewall. autofs is configured through
/etc/auto.master, which specifies a file /etc/auto.my_domain that has the list of
disks exported
from other machines to
Quite true sorry about the typo its /etc/exports on nfs server
Robert P. J. Day wrote:
> On Thu, 1 Aug 2002, Aly Dharshi wrote:
>
>
>>Christian,
>>
>> You want to set the /etc/export file on the NFS server. That is
>
>
> /etc/exports
>
> rday
>
>
>
--
Aly Dharshi
[EMAIL PROTECTED
On Thu, 1 Aug 2002, Aly Dharshi wrote:
> Christian,
>
> You want to set the /etc/export file on the NFS server. That is
/etc/exports
rday
--
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
nfs mounts mounted all the time.
shodan:/home /home nfs rsize=8192,wsize=8192,timeo=14,intr
Such a line will allow your client or server, the server can also be the
client
whereby you can nfs mount the same thing. Example you are creating home
directories in the directory /export
clarify what the line would look like on the client and what the
line would look like on the server?
Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Aly Dharshi
Sent: Thursday, August 01, 2002 10:21 AM
To: [EMAIL PROTECTED]
Subject: Re: NFS mount
Yes
ile, no user can mount that directory?
>
> Chris
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Aly Dharshi
> Sent: Thursday, August 01, 2002 12:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: NFS mount
>
>
>
16 AM
To: [EMAIL PROTECTED]
Subject: Re: NFS mount
That file needs to be populated with something like:
/home
my.nfs.client.example.com(rw,sync,no_wdelay,no_root_squash)
I would also suggest a man on exports which will give you a more indepth
idea of
what maybe suitable for you site.
C
The file '/etc/exports' should have something like
this:
/home/ch 10.10.10.*(rw,no_root_squash)
Check 'man exports' for more options and the impact of
rw and no_root_squash.
You need to have the nfs and portmap service running
in the server and portmapper in the client machine.
If the ser
That file needs to be populated with something like:
/home
my.nfs.client.example.com(rw,sync,no_wdelay,no_root_squash)
I would also suggest a man on exports which will give you a more indepth idea of
what maybe suitable for you site.
Cheers,
Aly.
--
Aly Dharshi
[EMAIL PROTE
: NFS mount
1)What happens when you do "showmount -e 10.10.10.6"
2)Are you running ipchains?
3)What is in /etc/exports?
On Wed, 2002-07-31 at 16:23, Christian Fredrickson wrote:
> I am trying to mount an NFS directory. I am having an issue. I try the
> following command:
&g
1)What happens when you do "showmount -e 10.10.10.6"
2)Are you running ipchains?
3)What is in /etc/exports?
On Wed, 2002-07-31 at 16:23, Christian Fredrickson wrote:
> I am trying to mount an NFS directory. I am having an issue. I try the
> following command:
> mount 10.10.10.6:/home/ch /hom
Nothing. That file is empty.
Chris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Aly Dharshi
Sent: Wednesday, July 31, 2002 5:48 PM
To: [EMAIL PROTECTED]
Subject: Re: NFS mount
What are the contents of /etc/exports ?
--
Aly Dharshi
[EMAIL
What are the contents of /etc/exports ?
--
Aly Dharshi
[EMAIL PROTECTED]
System Administrator ORS Servers
"A good speech is like a good dress
that's short enough to be interesting
and long enough to cover the subject"
--
redhat-list mailing list
Unsubscribe mailto
I am trying to mount an NFS directory. I am having an issue. I try the
following command:
mount 10.10.10.6:/home/ch /home/ch
and recieve the following error:
mount: RPC: Program not registered
I have read that this can be a port mapper issue, so I added the following
to my /etc/hosts.allow file t
Ken responded:
>This looks like a permissions/id problem.
>Did you "su -" (i.e., to root) from an ordinary user account before
>running this?
uhh, not quite, I did
just 'su' (not 'su -') from an ordinary user account, before running
I am not sure what you are implying, but Iwill try again
do
This looks like a permissions/id problem.
Did you "su -" (i.e., to root) from an ordinary user account before
running this?
hth,
kf
--
My recommendation: Don't shop at Explorer Micro, Columbus, Ohio.
On Wed, 20 Sep 2000, Jack Byers wrote:
= trying to backup /etc from byers my rhat 5.2 sy
trying to backup /etc from byers my rhat 5.2 system
to a backupdir on corni rhat6.2 on my lan
the target backupdir:
[root@corni /]# ls -ld dcproot
drwxrwxrwx7 root root 4096 Sep 20 04:38 dcproot
[root@corni /]#
[root@byers byers]# mount corni:/dcproot /mnt/jack
[root@byers byers]
How do I have to mount a NFS export in order to follow the directory
symlinks ?
C
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
I try the following:
[root@ian /root]# mount -t nfs calvert:/ /mnt/floppy
mount clntudp_create: RPC: Port mapper failure - RPC: Unable to receive
Does anyone know what that error message means?
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com
26 matches
Mail list logo