Samba and Secondary drives
I have exsting data on a 2nd drive, about 100 gigs worth.
I have set up a samba server.
For some reason I can only successfully access shares on the primary drive, mounted as "/".
I mount the secondary drive as /data (formatted ext3). Despite permissions being EXACTLY the same for the top folder and all subfolders, frickin' windows will NOT access it.
Here is my FSTAB. I'm pretty sure it has something to do with the physical drive and not the permissions.
I have chmod -R for "777" on shares both on the primary and secondary. However, whenever I change the path to the secondary drive, windows tells me "The path does not exist".
In other words I can only share data on the primary drive.
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/bkup /bkup ext3 defaults 1 1
LABEL=/data /data ext3 defaults 1 1
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/hda3 /win vfat defaults 0 0
LABEL=ˆŠAežùeìC4CF swap swap defaults 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0