Re: NFS/SUCCESS
From: Charlie (geezer1016_at_earthlink.net)
Date: 04/17/05
- Next message: Mud: "Re: From Novell: Downlod the SuSE 9.3 Live DVD now!"
- Previous message: James Knott: "Re: SuSE Pro web pages now updated to 9.3"
- In reply to: Charlie: "Re: NFS"
- Next in thread: ac: "Re: NFS/SUCCESS"
- Reply: ac: "Re: NFS/SUCCESS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 16 Apr 2005 23:21:23 GMT
Charlie wrote:
> John Kelly wrote:
>
>> Charlie wrote:
>>
>>> Now all I have to do is figure out how to use it. I mean how do I get
>>> to see home home folder on 192.168.1.101 from 192.168.1.104 and vice
>>> versa.
>>> Charlie
>>
>>
>>
>> Specify what you want to make available in the /etc/exports file and
>> run exportfs -a
>> My contents looks like this for four exported filesystems -
>>
>> /home/backups 10.0.0.0/24(rw,sync,all_squash,anonuid=1000,anongid=100)
>> /home/music 10.0.0.0/24(rw,sync,all_squash,anonuid=1000,anongid=100)
>> /home/pictures 10.0.0.0/24(rw,sync,all_squash,anonuid=1000,anongid=100)
>> /home/downloads 10.0.0.0/24(rw,sync,all_squash,anonuid=1000,anongid=100)
>>
>> That allows everything in my home LAN to mount these exports.
>>
>> Then you should be able to mount the export on the other system. E.g.
>>
>> mkdir /mnt/backups
>> mount -t nfs 10.0.0.200:/home/backups /mnt/backups
>
>
>
> Here is what happened. I turned off both computers for a while. I
> had to go out. I started linuxfour (L4) and then linuxthree (L3) after
> it. L4 started OK but L3 returned the error
> /home/cc/.DCOPserver_linuxthree_0
> Check to see if the dcopserver is running.
> I rebooted into failsafe (safe mode I guess) I looked in /home/cc
> there was no DCOPserver however it was the /home from (L4). So L3 is
> reading the home directory in L4 and not it's own home directory.
> Next I shut down (l4) and rebooted (L3) and it booted fine. Of
> course when I booted (L4) I got the same error that I had gotten
> previously on (L3). Of course I could easily fix it by undoing all the
> nfs stuff from one machine, shut it down and the start the other machine
> and do the same to it and then I should be back to where I was. I dont
> mind doing that and starting over. The more I mess with this the more I
> learn, but that would be my last choice.
> Does anyone have any suggestions on how to cure the problem. I feel
> like I need to unmount (umount) something before I shut down but I dont
> know if that is correct and if it is I dont know what to unmount.
>
> Charlie
I figured it out. All I had to do was to shutdown the NFS server and
everything went fine. I took the mount instructions from the previous
post and it worked perfectly on both machines. HURRAY!!!!!
Now all that is left to do is to go back and re-read everything and look
up all the commands so I understand what exactly happened.
Thanks you very much for all the help. I am looking forward to the day
when I will be able to answer someones questions.
Charlie
- Next message: Mud: "Re: From Novell: Downlod the SuSE 9.3 Live DVD now!"
- Previous message: James Knott: "Re: SuSE Pro web pages now updated to 9.3"
- In reply to: Charlie: "Re: NFS"
- Next in thread: ac: "Re: NFS/SUCCESS"
- Reply: ac: "Re: NFS/SUCCESS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|