Roland0 wrote: 
> However, it looks like you have ACLs set on /media/NAS (that's what the
> +  in "-rwxrwx---+" normally means).
> Check with getfacl /media/NAS and getfacl --default  /media/NAS

getfacl wasn't working, I didn't have ACL installed. a little sudo apt
install acl later and that was fixed.


... at this point I have the NAS folder public, and my fstab entry is 
//192.168.0.104/iTunes /media/NAS cifs
vers=1.0,guest,uid=108,gid=1004,file_mode=0644,dir_mode=0755 0 0


here's the result for getfacl /media/NAS 

Code:
--------------------
    getfacl: Removing leading '/' from absolute path names
  # file: media/NAS
  # owner: squeezeboxserver
  # group: squeezeboxserver
  user::rwx
  group::---
  other::rwx
  default:user::rwx
  default:group::---
  default:other::rwx
--------------------


and for getfacl /media/NAS 

Code:
--------------------
    getfacl: Removing leading '/' from absolute path names
  # file: media/NAS
  # owner: squeezeboxserver
  # group: squeezeboxserver
  user::rwx
  group::---
  other::rwx
  
--------------------


I don't see anything new...


I am starting to suspect the usage of vers=1.0

if I do not put it, then mounting fails and reports 

Code:
--------------------
    mount error(112): Host is down
  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  
--------------------

from firmware date and information gathered online, I am almost certain
the NAS uses SMB 3, so this may be wrong and cause issues. But I cannot
seem to find out how to mount otherwise. Maybe that is the culprit?


------------------------------------------------------------------------
Marsupial's Profile: http://forums.slimdevices.com/member.php?userid=59182
View this thread: http://forums.slimdevices.com/showthread.php?t=111080

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to