I built a computer to use for backups and serve some music/videos.
Mint 17.3 mate installed to sda1. sdb1 is a 3tb drive mounted as /media/Storage.
I setup samba using this tutorial. https://www.youtube.com/watch?v=dm0_9N3dY90
I also used the same tutorial to setup samba on a laptop running 17.3 mate as well.
I can see and access folders from the laptop just fine and I can access a shared folder on sda1
of the server, but can not access any folders on /media/Storage. All the permissions look the
same on all folders as far as I can tell, but I just can't make it share from the big drive.
Someone please help a noob

-smb.conf-
[global]
server string = Pfd27 Server
workgroup = WORKGROUP
netbios name = pfd27
security = user
encrypt passwords = yes
guest account = nobody
name resolve order = bcast host
include = /etc/samba/smbshared.conf
-smbshared.conf-
[Music]
comment = Pfd27 Server Music
path = /media/rob/storage/media/Music
browsable = yes
guest ok = yes
read only = yes
available = yes
public = no
writable = no
valid users = rob
[Videos]
comment = Pfd27 Server Videos
path = /media/rob/storage/media/Videos
browsable = yes
guest ok = yes
read only = yes
available = yes
public = no
writable = no
valid users = rob
[Backups]
comment = Pfd27 Server Backup
path = /media/rob/storage/backups
public = yes
guest ok = yes
guest only = yes
guest account = nobody
browsable = yes
valid users = rob
[Downloads]
comment = Pfd27 Server Downloads
path = /home/rob/Downloads
public = yes
guest ok = yes
guest only = yes
guest account = nobody
browsable = yes
valid users = rob
-fstab=
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=39f9124a-45b0-4487-ad19-7940f1fdb86c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=74d8783c-e497-48cf-9eea-e93126e0b0e4 none swap sw 0 0
# /media/Storage is sdb1
UUID=7eb67084-2669-45e9-8d18-c6d7b3bab410 /media/Storage ext4 defaults 0 0