Forum archive
Does turnkey fileserver supports NTFS write (on SAMBA shares) out of the box
Hello,
Totally new to linux and TurnKey, however I am able to get it installed and share the USB connected (NTFS formatted) harddisk on the network.
I am using the version "turnkey-fileserver-11.2-lucid-x86" and I did update all the latest Ubuntu packages as advised in the first run of the turnkey fileserver.
Mounted and shared via SAMBA, I can see the harddisk shares on my Windows 7 machine and I can read and copy from it as well.
However I just wanted to ask that does turnkey support NTFS write to (SAMBA) shared drives which are NTFS formatted out of the box, or do I need to install any specific packages for it.
I tried copying some files to the NTFS share, but the Windows shows the access denied message. I am sure I tick all the options to make the share writeable in the mounting and SAMBA sharing options. Still it has the same behaviour.
A guided answer about how to make it work would be appreciated.
Thanks
I don't use NTFS on any of my server systems and when mounted under a Linux desktop, all (Linux) users have full read/write access (ie it ignores existing Windows file permissions). AFAIK you can't apply Linux file permissions to an NTFS volume (although you'd need to test that to confirm) so all users will have full read/write (and delete) permissions.
Through experience I have noticed that if an NTFS volume is not cleanly unmounted (ie you just turn the PC off without properly shutting down or you remove the USB cable without unmounting the filesystem first) then often the drive will be flagged as 'dirty'. Drives with non-native Linux filesystem flagged as being 'dirty' filesystem will be mounted read only (until you run chkdsk - under Windows). This can be overridden but it isn't advised if you want to maintain data integrity. Perhaps that is your problem?
If you wish to be able to just plug in and unplug the USB (without unmounting) then I suggest you use a native Linux filesystem for the drive or perhaps FAT (but I haven't tried it).