Results 1 to 9 of 9
Hi,
I am trying to set up a NFS directory on SLES11 called /home/partimag. On SLES10 I had created the same directory. I use /home/partimag to store back up images ...
- 04-10-2009 #1Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
SLES 11 - NFS Directory Help
Hi,
I am trying to set up a NFS directory on SLES11 called /home/partimag. On SLES10 I had created the same directory. I use /home/partimag to store back up images of my desktops using the Clonezilla software.
With SLES11 I am having trouble getting my client to mount to /home/partimag. I used the YaST2 NFS Server utility to set up my directory. Below are the SLES 11 default exports options that YaST2 creates.
fsid=0,crossmntro,root_squash,sync,no_subtree_chec k
SLES10 had fewer options including "ro" which I changed to "rw." I was able to mount to /home/partimag on SLES10 when I changed the option to "rw."
I tried adding "rw" like this on SLES11
fsid=0,crossmntro,root_squash,rw,sync,no_subtree_check
but still I have no luck mounting to /home/partimag from my client machine.
I don''t understand why creating a NFS directory would be different on SLES11 than SLES10. Are my exports parameters correct? How do I make the /home/partimag accessible on my server?
Thanks.
-MikeSuse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1
- 04-11-2009 #2Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
in the line:
fsid=0,crossmntro,...
Delete the crossmntro and it should work.
- 04-11-2009 #3Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
Thanks.
In the mean time I was able to get the default NFS exports options "ro,root_squash,sync,no_subtree_check" (via Yast NFS Server utility) by doing the following:
1. Log into SLES11 as user Mike.
2. Open terminal and "SU".
3. Create directory /home/partimag at command line.
4. Chown directory to user Mike..
5. Open Yast and run NFS Server utility.
Previosly these options always showed by default "fsid=0,crossmntro,root_squash,sync,no_subtree_chec k
" by me doing the following steps.
1. Log into SLES11 as root.
2. Navigate to home directory and create /home/partimag via mouse.
3. Use mouse to right click /home/partimag and change user to Mike.
4. Open Yast and run NFS server utility.
I don't understand why creating the directory at the command line (with SU privileges) while logged in as a user yielded the default exports options "ro,root_squash,sync,no_subtree_check" versus at the GUI while logged in as root yielded "fsid=0,crossmntro,root_squash,sync,no_subtree_chec k
".
-MikeSuse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1
- 04-11-2009 #4Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
I found it easier doing it by editing the file entry.
Interesting - there must be a problem with the way the file manager sets the permissions. I take it you are using gnome?
- 04-11-2009 #5Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
Yes, I am using GNOME.
Suse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1
- 04-11-2009 #6Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
SLES gnome and nautlilus must have a bug somewhere.
I found problems with dns and ldap on sles11, so have stuck with sles10 for now.
- 04-11-2009 #7Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
I have not upgraded my production box to SLES11 yet. I am debating whether to stay with SLES10-SP2 for now. Thanks for the feedback.
Suse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1
- 04-11-2009 #8Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
I'll try installing 10 on my test machine and doing an upgrade and let you know how it goes.
Trouble is, my production server is an old dual intel p3 and runs fine with sles 10, but I fear sles 11 wants more horsepower. A shame really, because a server doesn't need all the eye candy stuff.
Also look at SLES-11 "forgets" DNS server input in yast configuration.. - NOVELL FORUMS and you'll see what I mean about the dns/ldap problems.
I can't believe we are the only 2 who have encountered the problem, but novell support seems to be inactive in their forums compared to the opensuse guys. Maybe they want you to pay for a solution!?
If you want a small office solution on a single server, you want it all to work together. I daresay sles11 does other bits better, but I think the end user wants most of the distro to work out of the box.
Also, suse have been known for their value added admin tools which set it apart from the others.
- 04-12-2009 #9Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 353
I did an upgrade from sles 10 to 11 with just nfs, ldap and dns running from sles 10. All went well. Seems like there are problems with the yast modules creating the correct entries for ldap and dns. Once they are in the database, sles11 is fine.
Hopefully the bugs will be fixed sometime soon.


Reply With Quote