Sep 12, 2001 #1 deadbeef IS-IT--Management Jul 31, 2001 39 CA I have to do a simple command, a ln. The thing is that i got to do it on two different file system and the os don't let me do it. What can i do ?? Thanks.
I have to do a simple command, a ln. The thing is that i got to do it on two different file system and the os don't let me do it. What can i do ?? Thanks.
Sep 12, 2001 Thread starter #2 deadbeef IS-IT--Management Jul 31, 2001 39 CA Got it ! ln -s. You got to do a soft link. ln by default do a HARD link. Upvote 0 Downvote
Sep 14, 2001 #3 cakonnor Technical User Aug 31, 2001 12 US you can't use hard link across filesystems ie. ln file1 file2 you can only use soft link across filesystems ln -s file1 file2 Upvote 0 Downvote
you can't use hard link across filesystems ie. ln file1 file2 you can only use soft link across filesystems ln -s file1 file2