Click to See Complete Forum and Search --> : Symbolic links unsupported, is it Samba?


MainframeGuy
09-07-2009, 10:33 AM
I have a need to make a link to a document from a machine where the network is all set up to run as samba windoze shares (there are some windows desktops out there).

When I try to "make link" I'm told the target doesn't support symbolic links.

Needless to say any attempts with ls -s have met with similar frustration. This is in a Ubuntu/Gnome environment for what that's worth. I have not yet looked into permissions and am wondering if the problem is inherent with using Samba and what the best workaround may be?

Possibly this should be in newbies corner, but I thought maybe it could go in here.

lnielson
09-07-2009, 05:25 PM
Try using the "-n" option (--no-dereference) when making your symbolic link. ie. ln -sn /existing_path /new_link_path

WhiteKnight
09-08-2009, 12:32 PM
symbolic links have to be supported by the file system. It has nothing to do with samba. How are you trying to make the link? And what file system are you using?

x
09-14-2009, 07:36 AM
The file system used is smb or cifs, they don't support sym-links.

MainframeGuy
09-16-2009, 07:13 PM
The file system used is smb or cifs, they don't support sym-links.

x gets the prize - my answer - thanks! ;)