LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-26-2013, 12:29 AM   #1
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193
Blog Entries: 5

Rep: Reputation: 3
Windows 2k8 NFS sharing issue with linux


Hello Team,

Below is my configuration.

Win2k8 R2 NFS sharing
CentOS :- Linux ganesh.centos.com 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Below error.

---------------------------------
mount -t nfs 10.7.1.175:/bse1 /mnt/media1/
mount: wrong fs type, bad option, bad superblock on 10.7.1.175:/bse1,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
-------------------------------------------------------
 
Old 08-26-2013, 12:43 AM   #2
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
Below is output of sharing folder.
Copyright (c) 2009 Microsoft Corporation. All rights

C:\Users\Administrator>nfsshare bse1

Alias = BSE1
Path = C:\BSE1
Supported security flavors are SYS:KRB5:KRB5I
Encoding = ansi
UNMAPPED UNIX USER access allowed
ANONYMOUS access disallowed
Anonymous UID = -2
Anonymous GID = -2

HOST ACCESS :
ALL MACHINES read-write Root Acce

C:\Users\Administrator>nfsadmin server

The following are the settings on localhost

Locking Daemon Grace Period : 45 seconds
Activity logging Settings :
Protocol for Portmap : TCP+UDP
Protocol for Mount : TCP+UDP
Protocol for NFS : TCP+UDP
Protocol for NLM : TCP+UDP
Protocol for NSM : TCP+UDP
Protocol for Mapping Server : TCP+UDP
Protocol for NIS : TCP+UDP
Enable NFS V3 Support : Enabled
Renew Authentication : Enabled
Renew Authentication Interval : 600 seconds
Directory Cache : 128 KB
Translation File Name :
Dot Files Hidden : Disabled
Case Sensitive Lookups : Enabled
NTFS Case : Preserve Case
NetGroup Source : none
NIS Server :
NIS Domain :
LDAP Server or AD Domain :
LDAP naming context (DN) :

C:\Users\Administrator>
 
Old 08-26-2013, 12:43 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
1. how did you share that drive? (is that really nfs, or probably windows share?)
2. you may need to install the helper program. You will find detailed info by dmesg|tail, so please check it (and post what you found).
nfs client can be installed by: yum install nfs-utils nfs-utils-lib

Last edited by pan64; 08-26-2013 at 12:45 AM.
 
Old 08-26-2013, 01:03 AM   #4
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
Quote:
Originally Posted by pan64 View Post
1. how did you share that drive? (is that really nfs, or probably windows share?)
2. you may need to install the helper program. You will find detailed info by dmesg|tail, so please check it (and post what you found).
nfs client can be installed by: yum install nfs-utils nfs-utils-lib
we shared folder(As NFS) of win2k8 r2 .
 
Old 08-26-2013, 01:07 AM   #5
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
<snip> did not read that right </snip>

W2K does not, to my knowledge support nfs. What program are you using to share it as nfs?

Last edited by astrogeek; 08-26-2013 at 01:16 AM.
 
Old 08-26-2013, 01:54 AM   #6
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
Helo Friend,

NFS has configured on Windows 2008 server R2.
 
Old 08-26-2013, 01:56 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
did you check dmesg? Have you installed nfs client?
 
Old 08-26-2013, 04:13 AM   #8
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
For reference.

http://www.techietips.net/Creating-a...n-Windows-2008
 
Old 11-07-2013, 06:31 AM   #9
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
find /media0/linux-36hr/1017/ -type d -mtime +28 -exec cp -aR {} /nfs5/ \;
 
Old 11-07-2013, 06:33 AM   #10
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
mount 192.168.243.5:/nfsshare5 /nfs5
 
Old 11-07-2013, 06:55 AM   #11
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
so what is your problem?
 
Old 11-08-2013, 02:58 AM   #12
ganesh24pal@gmail.com
Member
 
Registered: Jun 2010
Location: Mumbai, India
Distribution: CentOS , Fedora, Open Suse
Posts: 193

Original Poster
Blog Entries: 5

Rep: Reputation: 3
Quote:
Originally Posted by pan64 View Post
so what is your problem?
Hi Pan,

There is no issue . just I am adding commands.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NFS issue with windows. mohitvad General 0 02-09-2012 07:49 PM
Win Storage Server 2k8 share to OpenSUSE 10.3 (NFS preferably) fesake Linux - Newbie 3 08-06-2010 09:22 AM
CentOS /Samba server- XP Windows client file sharing issue 3phoenix Linux - Server 7 11-06-2009 11:05 AM
What should I expect if I were to land a job as a windows server 2k8 admin? Dogs General 16 09-24-2009 12:05 AM
how to access windows 2003R2 fileserver's NFS sharing folder? jimmyjiang Red Hat 1 01-24-2007 05:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration