You are not logged in.
Pages: 1
Is there a way to do this ? For now I can only mount linux fs by NFS but not NTFS partition...
Offline
i don't think so. i think you have to use samba.
Offline
afaik NFS can share any files, regardless of what filesystem they occur on.
Offline
But when I sutped NFS share and automount this on boot putting to fstab - just ext3 file systems come up - NTFS not
Offline
maybe it requires some windoze software, like that unix client services thing they have. ? i wasn't aware that nfs supported native win filesystems, but maybe iphitus is right. i can't find anything on google on how to do it, at least, and the nfs howto mentions just about every other FS other than win.
Offline
I tried sharing ntfs partition via nfs and it doesn't work. Nfs works with any linux partition but obviously not with ntfs. But i can share ntfs partition using samba..
Offline
Thanks guys I'll have to use still Samba and NFS booth. Thanks anyway.
Offline
Maybe you should try different module. I tried with ntfs-3g only. Maybe it works with ntfs module.
Offline
How is your NTFS partition mounted? Can normal users read it locally? Because NFS looks at the UID (NOT username) and GID (again NOT groupname) of the owner of the files. Chances are the NTFS partition is mounted with 700 root:root permissions. Mount it with 777 permissions and try again.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Yep normal users are using NTFS partitions - partitions are automounted with fstab and I use ntfs-3g.
Offline
I've noticed ntfs-3g doesn't work for everything, even though it has write support. I tried to use an NTFS partition with Wine and it complained about some MMAP-function not working. Have you tried the regular NTFS driver?
I don't see why NFS wouldn't work with NTFS volumes. Obviously you won't have write access with the regular NTFS driver.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Pages: 1