Thread: Can't Write to My Samba Share (NTFS)
so have samba share ghosting images (backing computers @ work) , can read ghost images fine share, unable write share. windows environment have tried, disk full error. have 200gb+ free space, not actual issue. believe there write permission somewhere overlooking.
setup lets me log in under username samba client machine.
here smb.conf file:
and fstab file:code:#======================= global settings ======================= [global] workgroup = discount.local server string = %h server (samba, ubuntu) lanman auth = yes client lanman auth = yes security = user encrypt passwords = yes passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *enter\snew\s*\spassword:* %n\n *retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map guest = bad user socket options = tcp_nodelay [share] comment = de image server valid users = samba,@samba writeable = yes browsable = yes path = /media/images
and output of mount:code:# /etc/fstab: static file system information. # # use 'blkid -o value -s uuid' print universally unique identifier # device; may used uuid= more robust way name # devices works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / on /dev/sda6 during installation uuid=60f646cc-ac8d-4710-ad28-630e15d1495b / ext4 errors=remount-ro 0 1 # /home on /dev/sda7 during installation uuid=6a36c893-68ce-468e-bbdf-8f0c8265b343 /home ext4 defaults 0 2 # swap on /dev/sda5 during installation uuid=4d1595fc-3812-4645-9ad9-eaab75c88a1f none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 /dev/sda2 /media/images ntfs-3g umask=0,user,auto,exec,rw 0 0 /dev/sda4 /media/clonezilla ext4 defaults 0 0
and ls -l on /media/:code:/dev/sda6 on / type ext4 (rw,errors=remount-ro) proc on /proc type proc (rw,noexec,nosuid,nodev) none on /sys type sysfs (rw,noexec,nosuid,nodev) none on /sys/fs/fuse/connections type fusectl (rw) none on /sys/kernel/debug type debugfs (rw) none on /sys/kernel/security type securityfs (rw) none on /dev type devtmpfs (rw,mode=0755) none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) none on /dev/shm type tmpfs (rw,nosuid,nodev) none on /var/run type tmpfs (rw,nosuid,mode=0755) none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) /dev/sda4 on /media/clonezilla type ext4 (rw) /dev/sda7 on /home type ext4 (rw) nfsd on /proc/fs/nfsd type nfsd (rw) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) gvfs-fuse-daemon on /home/pxe/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=pxe) /dev/sdb1 on /media/serverbak type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush) /dev/sda2 on /media/images type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
i've tried chown on /media/images make owned samba, reverts once remount partition. either or eyes playing tricks on me.code:drwxrwxrwx 6 pxe pxe 4096 2010-08-03 18:34 clonezilla lrwxrwxrwx 1 root root 7 2010-08-03 17:48 floppy -> floppy0 drwxr-xr-x 2 root root 4096 2010-08-03 17:48 floppy0 drwxrwxrwx 1 root root 8192 2010-08-10 10:01 images drwx------ 2 pxe pxe 16384 1969-12-31 18:00 serverbak
appreciated.
does samba user exist user on server, , have write access both in sambas config , on filesystem itself? can create folder in share, , manipulate it's content?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Can't Write to My Samba Share (NTFS)
Ubuntu
Comments
Post a Comment