Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Networking, Firewalls and Security No it's not a secret. Talk about firewalls and security issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 (/windows) 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 | ||
|
|
|
||||
|
Try to replace
Code:
/windows *(rw) Code:
/windows *(rw, root_squash)
__________________
Vivek Gite Linux Evangelist |
|
|||
|
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:
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 |
![]() |
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 | 9 | 09-02-2010 04:49 PM |
| what's the Diff. in Windows 2003 and Windows 2000 server | kasimani | Windows Xp/2000/2003 server administration | 3 | 05-08-2009 11:46 PM |
| windows partition mounting problem in linux as4.o | ramjimh | Linux software | 9 | 24-12-2008 12:38 PM |
| How to export directoies in freeBSD | jkmb | All about FreeBSD/OpenBSD/NetBSD | 1 | 21-01-2008 11:41 PM |
| Access windows partition | mannrj45 | Linux software | 2 | 04-12-2006 09:03 AM |