Hi
Somewhat a newbie here
I have knoppix installed on hard disk
and have it working sharing out / in a simpleton's
way so that I can access everything in my private network.
I can read/write to vfat drive.
I can read my ext3 drive but not write to it.
(Simultaneously, I also run up ssh and fish and can access the ext3 and
read/write using fish.)
So this sounds like some kind of configuration problem inside samba
or something related to it.
No mention of ext3 file system in smb.conf as the / is shared out.
I've tried googling, and followed advise of creating users
and so on, but nothing obvious seem to be working.
Any ideas how I can also write to ext3 partition?
My smb.conf file (simplified) is below:
[global]
# Do something sensible when Samba crashes: mail the admin a backtrace
???panic?action?=?/usr/share/samba/panic-action?%d
???printing?=?cups
???printcap?name?=?cups
???load?printers?=?yes
???guest?account?=?nobody
???invalid?users?=?root
# tried security = share and security = user -> no difference
???security?=?share
???workgroup?=?WORKGROUP
???server?string?=?%h?server?(Samba?%v)
[homes]
???comment?=?Home?Directories
???browseable?=?no
???read?only?=?yes
???create?mask?=?0700
???directory?mask?=?0700
[print$]
???comment?=?Printer?Drivers
???path?=?/var/lib/samba/printers
???browseable?=?yes
???guest?ok?=?no
???read?only?=?yes
???write?list?=?knoppix
[printers]
???printer?admin?=?knoppix
???comment?=?All?Printers
???browseable?=?no
???path?=?/tmp
???printable?=?yes
???public?=?no
???writable?=?no
???create?mode?=?0700
[root]
path = /
public = yes
writable = yes