Share a mount NTFS with other PCs

Łukasz Nowak Lukasz at Nowak.eu.org
Fri Oct 22 18:55:57 UTC 2004


Hello,

Dnia pią 22. października 2004 20:45, Guillermo Movia napisał:
> Hi, first, sorry for my english.
> I installed a Ubunutu linux in my work PC, but, to use freely i had to
> share a folder of my NTFS partition to other prople in the network.

As I know, there is no possibility to write into NTFS from linux. But 
read-only share is no problem.
You have to install samba package (sudo apt-get install samba), then configure 
it - I assume that 'share' level security will be enough. Then you need to 
mount NTFS partition somewhere. Then you have to share it with samba.

Example:

mount -t ntfs /dev/sda2 /mnt/ntfs

#smb.conf
...
security = share
...
[ntfs]
path=/mnt/ntfs
writeable=no
browseable=yes
public=yes
guest ok=yes
#smb.conf

Try excellent samba HowTo located at www.samba.org

Best regards,
Lukasz Nowak

PS. Sorry for my terrible english, but you already know :)




More information about the ubuntu-users mailing list