This is a discussion on NFS : can't mount NFS from linux to sco within the Sco Unix forums, part of the Unix Operating Systems category; --> I have a working nfs share on a linux (RH 7) box that is mountable from another linux server ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a working nfs share on a linux (RH 7) box that is mountable from another linux server (ie it works I can read and write) When I try to mount it from the Sco 5.04 box I get an error: mount: invalid fs type <NFS> Any Ideas Thanks Brian |
| |||
| BrianT wrote: > I have a working nfs share on a linux (RH 7) box that is mountable from > another linux server (ie it works I can read and write) > > When I try to mount it from the Sco 5.04 box I get an error: > mount: invalid fs type <NFS> > > Any Ideas > > Thanks > Brian > > Assuming you have either the Desktop or Enterprise version of SCO OS 5.0.4, what if you fire up "netconfig" and check if NFS appears among the list of supported network protocol ? If not, try by adding it, relink the kernel and reboot the system. Best, Roberto -- Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) --------------------------------------------------------------------- "Has anybody around here seen an aircraft carrier?" (Pete "Maverick" Mitchell - Top Gun) |
| |||
| Thanks Roberto Well the NFS protocol hasnt solved the problem. Still get same error. Although it did progress the NFS export problem posted above. BrianT "Roberto Zini" <rob@robnothere.com> wrote in message news:3F793BE8.4010502@robnothere.com... > BrianT wrote: > > I have a working nfs share on a linux (RH 7) box that is mountable from > > another linux server (ie it works I can read and write) > > > > When I try to mount it from the Sco 5.04 box I get an error: > > mount: invalid fs type <NFS> > > > > Any Ideas > > > > Thanks > > Brian > > > > > > Assuming you have either the Desktop or Enterprise version of SCO OS > 5.0.4, what if you fire up "netconfig" and check if NFS appears among > the list of supported network protocol ? > > If not, try by adding it, relink the kernel and reboot the system. > > Best, > Roberto > -- > Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it > Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) > --------------------------------------------------------------------- > "Has anybody around here seen an aircraft carrier?" > (Pete "Maverick" Mitchell - Top Gun) > |
| |||
| BrianT wrote: [top post reverted] > > > "Roberto Zini" <rob@robnothere.com> wrote in message > news:3F793BE8.4010502@robnothere.com... > >>BrianT wrote: >> >>>I have a working nfs share on a linux (RH 7) box that is mountable from >>>another linux server (ie it works I can read and write) >>> >>>When I try to mount it from the Sco 5.04 box I get an error: >>>mount: invalid fs type <NFS> >>> >>>Any Ideas >>> >>>Thanks >>>Brian >>> >>> >> >>Assuming you have either the Desktop or Enterprise version of SCO OS >>5.0.4, what if you fire up "netconfig" and check if NFS appears among >>the list of supported network protocol ? >> >>If not, try by adding it, relink the kernel and reboot the system. >> > Thanks Roberto > Well the NFS protocol hasnt solved the problem. Still get same error. > Although it did progress the NFS export problem posted above. > BrianT Brian, could you show us the exact syntax of the mount command you issued to mount the remote share ? Thanks, Roberto -- Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) --------------------------------------------------------------------- "Has anybody around here seen an aircraft carrier?" (Pete "Maverick" Mitchell - Top Gun) |
| |||
| Roberto, command: mount -f NFS rama:/home/bbxshare /mnt result : mount: invalid fs type <NFS> Thanks BrainT "Roberto Zini" <rob@robnothere.com> wrote in message news:3F79A235.2010905@robnothere.com... > BrianT wrote: > > [top post reverted] > > > > > > > "Roberto Zini" <rob@robnothere.com> wrote in message > > news:3F793BE8.4010502@robnothere.com... > > > >>BrianT wrote: > >> > >>>I have a working nfs share on a linux (RH 7) box that is mountable from > >>>another linux server (ie it works I can read and write) > >>> > >>>When I try to mount it from the Sco 5.04 box I get an error: > >>>mount: invalid fs type <NFS> > >>> > >>>Any Ideas > >>> > >>>Thanks > >>>Brian > >>> > >>> > >> > >>Assuming you have either the Desktop or Enterprise version of SCO OS > >>5.0.4, what if you fire up "netconfig" and check if NFS appears among > >>the list of supported network protocol ? > >> > >>If not, try by adding it, relink the kernel and reboot the system. > >> > > Thanks Roberto > > Well the NFS protocol hasnt solved the problem. Still get same error. > > Although it did progress the NFS export problem posted above. > > BrianT > > Brian, > > could you show us the exact syntax of the mount command you issued to > mount the remote share ? > > Thanks, > Roberto > -- > Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it > Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) > --------------------------------------------------------------------- > "Has anybody around here seen an aircraft carrier?" > (Pete "Maverick" Mitchell - Top Gun) > |
| |||
| use 'nfs', not 'NFS'. "BrianT" <brian@optushome.com.au> wrote in message news:3f7b6305$0$1691$afc38c87@news.optusnet.com.au ... > Roberto, > > command: > mount -f NFS rama:/home/bbxshare /mnt > result : > mount: invalid fs type <NFS> > > Thanks > BrainT > > "Roberto Zini" <rob@robnothere.com> wrote in message > news:3F79A235.2010905@robnothere.com... > > BrianT wrote: > > > > [top post reverted] > > > > > > > > > > > "Roberto Zini" <rob@robnothere.com> wrote in message > > > news:3F793BE8.4010502@robnothere.com... > > > > > >>BrianT wrote: > > >> > > >>>I have a working nfs share on a linux (RH 7) box that is mountable from > > >>>another linux server (ie it works I can read and write) > > >>> > > >>>When I try to mount it from the Sco 5.04 box I get an error: > > >>>mount: invalid fs type <NFS> > > >>> > > >>>Any Ideas > > >>> > > >>>Thanks > > >>>Brian > > >>> > > >>> > > >> > > >>Assuming you have either the Desktop or Enterprise version of SCO OS > > >>5.0.4, what if you fire up "netconfig" and check if NFS appears among > > >>the list of supported network protocol ? > > >> > > >>If not, try by adding it, relink the kernel and reboot the system. > > >> > > > Thanks Roberto > > > Well the NFS protocol hasnt solved the problem. Still get same error. > > > Although it did progress the NFS export problem posted above. > > > BrianT > > > > Brian, > > > > could you show us the exact syntax of the mount command you issued to > > mount the remote share ? > > > > Thanks, > > Roberto > > -- > > Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it > > Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) > > --------------------------------------------------------------------- > > "Has anybody around here seen an aircraft carrier?" > > (Pete "Maverick" Mitchell - Top Gun) > > > > |
| |||
| I did mount -f nfs rama:/home/bbxshare /mnt but again no joy : mount: invalid fs type <nfs> BrianT "Stuart J. Browne" <stuart@promed.com.au> wrote in message news:3f7b88d9@dnews.tpgi.com.au... > use 'nfs', not 'NFS'. > > "BrianT" <brian@optushome.com.au> wrote in message > news:3f7b6305$0$1691$afc38c87@news.optusnet.com.au ... > > Roberto, > > > > command: > > mount -f NFS rama:/home/bbxshare /mnt > > result : > > mount: invalid fs type <NFS> > > > > Thanks > > BrainT > > > > "Roberto Zini" <rob@robnothere.com> wrote in message > > news:3F79A235.2010905@robnothere.com... > > > BrianT wrote: > > > > > > [top post reverted] > > > > > > > > > > > > > > > "Roberto Zini" <rob@robnothere.com> wrote in message > > > > news:3F793BE8.4010502@robnothere.com... > > > > > > > >>BrianT wrote: > > > >> > > > >>>I have a working nfs share on a linux (RH 7) box that is mountable > from > > > >>>another linux server (ie it works I can read and write) > > > >>> > > > >>>When I try to mount it from the Sco 5.04 box I get an error: > > > >>>mount: invalid fs type <NFS> > > > >>> > > > >>>Any Ideas > > > >>> > > > >>>Thanks > > > >>>Brian > > > >>> > > > >>> > > > >> > > > >>Assuming you have either the Desktop or Enterprise version of SCO OS > > > >>5.0.4, what if you fire up "netconfig" and check if NFS appears among > > > >>the list of supported network protocol ? > > > >> > > > >>If not, try by adding it, relink the kernel and reboot the system. > > > >> > > > > Thanks Roberto > > > > Well the NFS protocol hasnt solved the problem. Still get same error. > > > > Although it did progress the NFS export problem posted above. > > > > BrianT > > > > > > Brian, > > > > > > could you show us the exact syntax of the mount command you issued to > > > mount the remote share ? > > > > > > Thanks, > > > Roberto > > > -- > > > Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it > > > Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) > > > --------------------------------------------------------------------- > > > "Has anybody around here seen an aircraft carrier?" > > > (Pete "Maverick" Mitchell - Top Gun) > > > > > > > > > |
| |||
| BrianT wrote: > I did > mount -f nfs rama:/home/bbxshare /mnt > > but again no joy : > > mount: invalid fs type <nfs> > > BrianT > Brian, if memory serves, when you issue the "mount -f NFS .." (NFS, under SCO OS5, __must__ be uppercase), the "frontend" mount locates the NFS mount under /etc/fscmd.d/NFS. What if you switch under /etc/fscmd.d/NFS ? Do you "see" the "mount" command from there? Best, Roberto -- Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) --------------------------------------------------------------------- "Has anybody around here seen an aircraft carrier?" (Pete "Maverick" Mitchell - Top Gun) |
| ||||
| I reinstalled NFS in scoadmin - networking - protocols -rebuilt the kernel and restarted. Now its working. Thanks "Roberto Zini" <rob@robnothere.com> wrote in message news:3F815286.5030604@robnothere.com... > BrianT wrote: > > I did > > mount -f nfs rama:/home/bbxshare /mnt > > > > but again no joy : > > > > mount: invalid fs type <nfs> > > > > BrianT > > > > Brian, > > if memory serves, when you issue the "mount -f NFS .." (NFS, under SCO > OS5, __must__ be uppercase), the "frontend" mount locates the NFS mount > under /etc/fscmd.d/NFS. > > What if you switch under /etc/fscmd.d/NFS ? > > Do you "see" the "mount" command from there? > > Best, > Roberto > -- > Roberto Zini - Technical Support Manager - email:r.zini<AT>strhold.it > Technical Support Manager -- Strhold Evolution Division R.E. (ITALY) > --------------------------------------------------------------------- > "Has anybody around here seen an aircraft carrier?" > (Pete "Maverick" Mitchell - Top Gun) > |