View previous topic :: View next topic |
Author |
Message |
carambola5 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/42bc70b23d94ef37c586f.jpg)
Joined: 10 Jul 2002 Posts: 214
|
Posted: Fri Nov 08, 2002 5:40 am Post subject: exporting ntfs over nfs |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
klieber Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/71602131143de10f19aaec.jpg)
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri Nov 08, 2002 12:51 pm Post subject: Re: exporting ntfs over nfs |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|