Symbolic links unsupported, is it Samba?


Results 1 to 5 of 5

Thread: Symbolic links unsupported, is it Samba?

  1. #1
    Join Date
    Oct 2005
    Location
    London, UK
    Posts
    55

    Question Symbolic links unsupported, is it Samba?

    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.
    In the process of arriving at Debian after seeing the light with Bucky Badger, which will date me if we ever have a Zany Zebra

  2. #2
    Join Date
    Sep 2009
    Posts
    1

    Symbolic Links

    Try using the "-n" option (--no-dereference) when making your symbolic link. ie. ln -sn /existing_path /new_link_path

  3. #3
    Join Date
    Jan 2004
    Location
    Singapore
    Posts
    355
    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?
    Registered Linux User #388117

  4. #4
    Join Date
    Oct 2000
    Location
    Sweden
    Posts
    494
    The file system used is smb or cifs, they don't support sym-links.
    In pingvino veritas!

  5. #5
    Join Date
    Oct 2005
    Location
    London, UK
    Posts
    55

    Smile

    Quote Originally Posted by x View Post
    The file system used is smb or cifs, they don't support sym-links.
    x gets the prize - my answer - thanks!
    In the process of arriving at Debian after seeing the light with Bucky Badger, which will date me if we ever have a Zany Zebra

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •