View previous topic :: View next topic |
Author |
Message |
giacomo.78 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/805608833469903358dd8d.jpg)
Joined: 01 Dec 2005 Posts: 31
|
Posted: Wed Feb 01, 2006 7:57 am Post subject: captive ntfs + samba (permissions problem) |
|
|
Hi to all,
I'm unable to share in r/w fashion a NTFS HD using SAMBA.
I'm using captive-ntfs with FUSE.
I thing that the main problem is that the HD is accessible only by root.
Can anyone tell me how to mount captive-ntfs and let every user access the disk?
Thanks in advance,
Giacomo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
enkil Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 27 Apr 2004 Posts: 115 Location: Bern, Switzerland
|
Posted: Wed Feb 01, 2006 8:37 am Post subject: |
|
|
Have you tried mounting it with -o umask=000 (this will give everyone r/w-access!)? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
giacomo.78 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/805608833469903358dd8d.jpg)
Joined: 01 Dec 2005 Posts: 31
|
Posted: Wed Feb 01, 2006 9:52 am Post subject: |
|
|
Thanks for the reply.
Really, I've tried mounting with
This works well when I use the disk inside my gentoo box, but when I try to access the share from Windows I got problems.
I got following problems:
- refresh: directory e file creation are not immediatly visible
- file operations: delete and rename doesn't work
This is the SAMBA configuration section I use:
Code: | [NTFSHD]
path = /mnt/ntfshd
public = yes
only guest = yes
writable = yes
printable = no
|
If you need other info for help me, plese tell.
Thanks again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|