chrisinspace
December 21st, 2008, 02:06 PM
I'm having a weird issue with samba shares. I can map the network drives from my W2k3 Server just fine. I can access the files and folders. The issue is that I have full permissions to some sub-folders in a shared folder and restricted permissions to others. The permissions are applied at the top level folder and inherited by the sub-folders so there isn't any variation to assigned permissions. I used a smbcredentials file to apply an administrator username and password when Ubuntu mounts the folders and gave all accounts the full read/write permission using chmod 777. I am attaching a screen cap. The folders with red X's are the folders with reduced permissions. I am also pasting my fstab file below.
-------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=87202c58-5e69-42ed-894b-1b9aa5d45e4f / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=184fecc5-02a8-49c3-a6c8-3f30f5481927 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda2 /media/share ext3 defaults,relatime 0 0
//homeserver/Files /mnt/network cifs credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777 0 0
//homeserver/Media /mnt/media cifs credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777 0 0
none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0
-------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=87202c58-5e69-42ed-894b-1b9aa5d45e4f / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=184fecc5-02a8-49c3-a6c8-3f30f5481927 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda2 /media/share ext3 defaults,relatime 0 0
//homeserver/Files /mnt/network cifs credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777 0 0
//homeserver/Media /mnt/media cifs credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777 0 0
none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0