Share a mount NTFS with other PCs
Guillermo Movia
guillermo.movia at gmail.com
Fri Oct 22 21:30:03 UTC 2004
Thanks, just i more little question:
If the other machine runs with windows (ex. Win98), can this machine
write in my share NTFS partition?
Thanks
Guillermo
On Fri, 22 Oct 2004 20:55:57 +0200, Łukasz Nowak <lukasz at nowak.eu.org> wrote:
> 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 :)
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
More information about the ubuntu-users
mailing list