This is a discussion on Can't export the windows ntfs partition using nfs within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Hello EB, I am using dual boot windows XP and Redhat. I mounted ntfs partition using ntfsmount command(ntfsprogs-1.13.1) #ntfsmount /dev/sda1 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hello EB,
I am using dual boot windows XP and Redhat. I mounted ntfs partition using ntfsmount command(ntfsprogs-1.13.1) #ntfsmount /dev/sda1 /windows -o rw,fmask=0000,dmask=0000 Now I am tring to share using nfs - /etc/exportfs /windows *(rw) But when i try to mount this partition on client machine I am getting following error - [root@client root]# mount -o ro 172.30.0.8:/windows win/ mount: 172.30.0.8:/windows failed, reason given by server: Permission denied Logs on Nfs server shows - [root@client tmp]# tail -f /var/log/messages Apr 26 15:13:41 ud8 rpc.mountd: authenticated mount request from 172.30.0.7:726 for /windows (/window ![]() Apr 26 15:13:41 ud8 rpc.mountd: getfh failed: Operation not permitted Anybody have any solution on this??? Can we share ntfs partition using nfs or is there any different way to do this?? Thanks, Linuxnightowl84 |
| Sponsored Links | ||
|
|
|
|||
|
Hello Vivek,
Tried with root_squash [root@nfs tmp]# cat /etc/exports # /windows *(rw,root_squash) [root@client root]# mount 172.30.0.8:/windows win/ mount: 172.30.0.8:/windows failed, reason given by server: Permission denied Linuxnightowl84 |
|
|||
|
Quote:
Code:
showmount -e <IP address of NFS> Also run Code:
rpcinfo -p <IP address of NFS> Make sure rpc and nfs server running on server itself Also make sure your client IP address exists in /etc/hosts on nfs server and server IP exists in /etc/hosts on client Lemme know
__________________
Raj Linux rulz. I have never turned back in my life ; I shall not do so today.. haha |
|
|||
|
Quote:
Linux NFS-HOWTO Tutorial: Configure NFS under Linux for IPTABLES control Or if you want a quick solution just turn the iptables off when you finish work enable it again
__________________
LivE Free 0r DiE L!nux rul3z aLL |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to view windows XP partitions(NTFS) in linux | kar_siddharth | Linux software | 5 | 04-24-2008 06:22 PM |
| How to export directoies in freeBSD | jkmb | All about FreeBSD/OpenBSD/NetBSD | 1 | 01-22-2008 12:41 AM |
| what's the Diff. in Windows 2003 and Windows 2000 server | kasimani | Windows Xp/2000/2003 server administration | 2 | 08-14-2007 12:05 PM |
| Access windows partition | mannrj45 | Linux software | 2 | 12-04-2006 10:03 AM |
| windows partition mounting problem in linux as4.o | ramjimh | Linux software | 4 | 04-22-2006 01:04 AM |