Tagged Questions
1
vote
0answers
636 views
Windows 7 Symlink to network drive root
My Ubuntu server provides storage to my Windows 7 workstation through the use of SMB and network drives. One symlink currently links from a network drive to my iTunes library folder. Within that ...
4
votes
1answer
1k views
No symlinks allowed in smb share
I have the following share setup on my Ubuntu machine
# From /etc/fstab
//192.168.1.13/media /home/USER/SHARE/media cifs username=USERNAME,password=PASSWORD,_netdev,uid=USER,gid=users 0 0
However ...