Networking Forums

Networking Forums > Computer Networking > Linux Networking > mount fails

Reply
 
 
Felix Miata
Guest
Posts: n/a

 
      11-25-2004, 12:25 PM
On all my Linux boxen, I use the same exports syntax. e.g.:

/home 192.168.1.0/255.255.255.0(ro,root_squash,sync)


When on OS/2 I do:

mount -gid550 -uid500 X: 192.168.1.2:/home

I get success, because 192.168.1.2 is my SuSE 8.2 box. However, on all
my Linux boxen with newer distros, such as SuSE 9.1, I get failure, such
as:

IBM NFS of OS/2
MOUNT version 3.99
Release: m17

MOUNT: 192.168.1.2:/pub

NFSU1003: Drive X: could not be attached to the filesystem
NFSU1028: Error creating NLM client

Use the following command to show the export list of the server:
showexp 192.168.1.2
Note: The VM NFS server does not support this command

showexp 192.168.1.2 returns:

Export list for 192.168.1.2:
/home 192.168.1.0/255.255.255.0

What do I need to do differently to achieve success using mount with
newer distros?
--
"Congress shall make no law respecting an establishment of religion or
prohibiting the free exercise thereof..." U.S. Constitution, Amendment 1

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://members.ij.net/mrmazda/


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
 
Reply With Quote
 
 
 
 
jmm-list-gn
Guest
Posts: n/a

 
      11-25-2004, 06:16 PM
Felix Miata wrote:
> MOUNT: 192.168.1.2:/pub
>
> NFSU1003: Drive X: could not be attached to the filesystem
> NFSU1028: Error creating NLM client
>

Did you ever get the lock manager ("nlockmgr") loaded on your newer
linux system?


--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
 
Reply With Quote
 
/dev/null
Guest
Posts: n/a

 
      11-26-2004, 05:42 PM

with this:

> /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)


this will work:

> mount -gid550 -uid500 X: 192.168.1.2:/home


and this won't:

> MOUNT: 192.168.1.2:/pub


try mounting /home instead of /pub


 
Reply With Quote
 
Felix Miata
Guest
Posts: n/a

 
      11-27-2004, 04:39 AM
Frank Giessler wrote:

> Felix Miata wrote:


> > On all my Linux boxen, I use the same exports syntax. e.g.:


> > /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)


> > What do I need to do differently to achieve success using mount wit
> > newer distros?


> Try:
> /home/ 192.168.1.0/255.255.255.0(ro,root_squash,sync)


> Hope this helps,


Doesn't look like it does.
--
"Congress shall make no law respecting an establishment of religion or
prohibiting the free exercise thereof..." U.S. Constitution, Amendment 1

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://members.ij.net/mrmazda/


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
 
Reply With Quote
 
Felix Miata
Guest
Posts: n/a

 
      11-27-2004, 04:40 AM
jmm-list-gn wrote:

> Felix Miata wrote:


> > MOUNT: 192.168.1.2:/pub
> >
> > NFSU1003: Drive X: could not be attached to the filesystem
> > NFSU1028: Error creating NLM client


> Did you ever get the lock manager ("nlockmgr") loaded on your newer
> linux system?


No. Never figured out what package is supposed to provide that facility.
--
"Congress shall make no law respecting an establishment of religion or
prohibiting the free exercise thereof..." U.S. Constitution, Amendment 1

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://members.ij.net/mrmazda/


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
 
Reply With Quote
 
Felix Miata
Guest
Posts: n/a

 
      11-27-2004, 04:45 AM
/dev/null wrote:

> with this:


> > /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)


> this will work:


> > mount -gid550 -uid500 X: 192.168.1.2:/home


This is what happens when I do that:

IBM NFS for OS/2
MOUNT Version 3.99
Release: m17

MOUNT: 192.168.1.90:/home

NFSU1003: Drive X: could not be attached to the file system.
NFSU1028: Error creating NLM client.

Use the following command to show the export list of the server:
showexp 192.168.0.90
Note: The VM NFS server does not support this command.
--
"Congress shall make no law respecting an establishment of religion or
prohibiting the free exercise thereof..." U.S. Constitution, Amendment 1

Team OS/2 ** Reg. Linux User #211409

Felix Miata *** http://members.ij.net/mrmazda/


----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---
 
Reply With Quote
 
/dev/null
Guest
Posts: n/a

 
      11-27-2004, 05:54 AM

"Felix Miata" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> /dev/null wrote:
>
> > with this:

>
> > > /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)

>
> > this will work:

>
> > > mount -gid550 -uid500 X: 192.168.1.2:/home

>
> This is what happens when I do that:
>
> IBM NFS for OS/2
> MOUNT Version 3.99
> Release: m17
>
> MOUNT: 192.168.1.90:/home


ok. So why on the one that works are you telling it to mount 192.168.1.2
and the one that fails you are telling it to mount 192.168.1.90?

What's the IP of the box sharing the mount?


 
Reply With Quote
 
tholen@antispam.ham
Guest
Posts: n/a

 
      11-27-2004, 08:41 AM
Felix Miata writes:

> On all my Linux boxen, I use the same exports syntax. e.g.:
>
> /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)
>
>
> When on OS/2 I do:
>
> mount -gid550 -uid500 X: 192.168.1.2:/home
>
> I get success, because 192.168.1.2 is my SuSE 8.2 box. However, on all
> my Linux boxen with newer distros, such as SuSE 9.1, I get failure, such
> as:
>
> IBM NFS of OS/2
> MOUNT version 3.99
> Release: m17
>
> MOUNT: 192.168.1.2:/pub
>
> NFSU1003: Drive X: could not be attached to the filesystem
> NFSU1028: Error creating NLM client
>
> Use the following command to show the export list of the server:
> showexp 192.168.1.2
> Note: The VM NFS server does not support this command
>
> showexp 192.168.1.2 returns:
>
> Export list for 192.168.1.2:
> /home 192.168.1.0/255.255.255.0
>
> What do I need to do differently to achieve success using mount with
> newer distros?


I've not had any trouble mounting directories on my Warp 4.52 box that
were exported from a Solaris box, but I get the same error messages
that you're getting when trying to mount directories on my Warp 4.52
box that were exported from a Warp 4.0 box. The reverse works, namely
my Warp 4.0 box can mount a drive exported from the Warp 4.52 box.
Can anybody explain this behavior?

 
Reply With Quote
 
Rich Wonneberger
Guest
Posts: n/a

 
      11-27-2004, 01:39 PM
Felix,

What software do I need to do this??
The Mount command isn't recognized on my system.

TIA
Rich Wonneberger
(E-Mail Removed)


Felix Miata wrote:
> On all my Linux boxen, I use the same exports syntax. e.g.:
>
> /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)
>
>
> When on OS/2 I do:
>
> mount -gid550 -uid500 X: 192.168.1.2:/home
>


 
Reply With Quote
 
Michael W Cocke
Guest
Posts: n/a

 
      11-27-2004, 01:53 PM
On Sat, 27 Nov 2004 00:45:11 -0500, Felix Miata
<(E-Mail Removed)> wrote:

>/dev/null wrote:
>
>> with this:

>
>> > /home 192.168.1.0/255.255.255.0(ro,root_squash,sync)

>
>> this will work:

>
>> > mount -gid550 -uid500 X: 192.168.1.2:/home

>
>This is what happens when I do that:
>
>IBM NFS for OS/2
>MOUNT Version 3.99
>Release: m17
>
>MOUNT: 192.168.1.90:/home
>
>NFSU1003: Drive X: could not be attached to the file system.
>NFSU1028: Error creating NLM client.
>
>Use the following command to show the export list of the server:
>showexp 192.168.0.90
>Note: The VM NFS server does not support this command.


I think you have a different problem. Showexp works fine. I'm
beginning to suspect you've managed to corrupt part of your OS/2
installation. I haven't been able to reproduce any of your errors.

Mike-

--
If you can keep your head while those around you are losing theirs...
You may have a great career as a network administrator ahead!
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
Samba mount fails to reconnect aweiland@gmail.com Linux Networking 0 08-30-2007 07:15 PM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
Samba mount from /etc/fstab fails at boot R Kannan Linux Networking 1 07-10-2005 01:04 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM



1 2 3 4 5 6 7 8 9 10 11