Results 1 to 4 of 4
Hi,
when i want to make link with another computer in lan it gives me following error
Error "Unsupported operation" while creating a link to "smb://ostech2/Ci...ail/movies_times".
please give me solution,i ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-07-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 3
Error "Unsupported operation" while creating a link
Hi,
when i want to make link with another computer in lan it gives me following error
Error "Unsupported operation" while creating a link to "smb://ostech2/Ci...ail/movies_times".
please give me solution,i really need it!
Thank you in advance.
- 04-09-2006 #2
'link' as in the sort which you make with the "ln" command?
Make sure that you are using "ln -s" to create a symbolic link, as some implementations of link() do not allow hard links to span multiple filesystems.
- 04-10-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 3
linux command for creating shortcut
i m trying to make link directly and not through terminal.
as i dont have exp in linux i dont know that much cmds for this task
can you tell me how i can it from terminal?
Thank You
- 04-10-2006 #4Code:
ln -s /path/to/destination /path/to/new/link


Reply With Quote
