View Single Post

  #1 (permalink)  
Old 04-26-2007, 08:21 PM
linuxnightowl84 linuxnightowl84 is offline
Junior Member
User
 
Join Date: Apr 2007
Posts: 5
Rep Power: 0
linuxnightowl84
Default Can't export the windows ntfs partition using nfs

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
Reply With Quote