Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
exporting ntfs over nfs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
carambola5
Apprentice
Apprentice


Joined: 10 Jul 2002
Posts: 214

PostPosted: Fri Nov 08, 2002 5:40 am    Post subject: exporting ntfs over nfs Reply with quote

Yes, I did the obligatory searching...

Is this possible? I'm trying to export an ntfs partition mounted in /mnt/win/g from my server.

When I try to mount the exported nfs entry from the client, I get the error message:
Code:
mount -a -t nfs
mount: goldstein.tome:/mnt/win/g failed, reason given by server: Permission denied.

What could be the problem? I solved a similar problem (the partition was fat32/vfat... I changed the fstab entry), but any tweaking I do to fstab is not working.
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Nov 08, 2002 12:51 pm    Post subject: Re: exporting ntfs over nfs Reply with quote

carambola5 wrote:
Code:
mount -a -t nfs
mount: goldstein.tome:/mnt/win/g failed, reason given by server: Permission denied.

Are you able to mount the partition directly? (bypassing fstab)
Code:
mount -t nfs -o ro goldstein.tome:/mnt/win/g /mountpoint


Also, unless you've enabled the (dangerous) write support in your kernel, the NTFS partition will be read-only -- make sure you're not exporting the file system as r/w.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum