Christopher Harrer a écrit :

> Hello All,
>
> I have a windows share mounted on my Linux development system via 'mount -t
> smbfs...'.  Is it possible to create symbolic links to files under that
> share and if so how do I do it?
>
> I'm currently trying to do the following, without success:
>
> ln -sf /usr/src/cvstree/test.c /home/chris/test.c
>
> I get "operation not permitted".
>
> Thanks!
>

    As long as the symlink is on an ext2 partition (smb share don't have this
concept) then it should work as long as
you have write access to /home/chris.

BTW:  I have tried what you are doing and it works.


>
> Chris
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>

Do you think it is politically correct to exhibit a such signature in a Linux
list?  Just kidding.


                                                                    JFM



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to