mounting ntfs, and sharing files in a windows network

Pizbit pizbit at gmail.com
Mon Nov 1 03:41:23 UTC 2004


On Sun, 31 Oct 2004 19:26:24 -0800 (PST), Nestor Hernandez Cruz
<nesthor at yahoo.com> wrote:
> hello there
> salutations
> 
> well
> no problems in the system so far
> but now I have another problem
> I want to share some files in a windows network,
> the campus at my school you know, so
> I installed samba and nfs
> but I can find a way of finding how to share a
> directory
>  another thing I can see other machines and files but
> I can not share my files :(

Add something like this to the end of /etc/samba/smb.conf
Ignore stuff after the #

[ShareName]
comment = #Blah
path = #location on YOUR computer of the share
browsable = yes #Useful:)
browseable = yes #Not sure which spell is used
public = yes #Show people the share in your listings
writable = no #Stop people from changing or deleting your files!

You can also put in to restrict the share to certain users(for each
share definition):
valid users = user1 user2

> 
> The other problem is I know you already have told
> about this, how to mount and ntfs files and give
> permission to non root to write on the pwrtititon.

_Highly_ un-advisable, writing to NTFS is extremely limited and
_risky_. You can only replace existing files on the NTFS partition and
they must not be smaller than a certain size(Under 400bytes or
smething I think)
I'd stick with having NTFS as read-only.

> 
> Finally, my keyboard is spanish, but I can not
> configure it at all, the main symbols are ok, but I
> can not find the way to use french accents ;(
> 
> Thanks guys.
> 
> =====
> La mujer que yo quiero
> no necesita
> baƱarse cada noche
> en agua bendita
> 
> _______________________________
> Do you Yahoo!?
> Express yourself with Y! Messenger! Free. Download now.
> http://messenger.yahoo.com
> 
> --
> 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