Share a mount NTFS with other PCs

Roby electricalsciences at adelphia.net
Thu Jul 20 17:51:35 UTC 2006


Osanya wrote:

> 
> Ok, I'm pretty sure I have samba working correctly, but fstab may be
> messed up. When I try to browse the shared ntfs folder from another
> computer, I can see my shared folders, but I cannot list the contents
> or sub directories. Is there a special fstab comand I need to have to
> allow shared listing of the directory?
> 
> 

DISCLAIMER:  I AM NOT A WIZARD!

... but here's what works for me, extracts from indicated files:

# /etc/fstab
/dev/hda4  /win2k   ntfs   defaults,ro,noauto,users,umask=0222  0 0

# /etc/samba/smb.conf
[global]
    workgroup = workgroup
    netbios name = toto
    local master = yes
    preferred master = no
    os level = 65
    security = share
    oplocks = No
[win2k]
   path = /win2k
   read only = No
   create mask = 0700






More information about the ubuntu-users mailing list