I'm trying to setup my Javelin to work with my TViX media player. After some fiddling around I got it to work. But I want to create a directory off the root of VOLUME1 called TVIX and inside of that I want a collection of links pointing to various other directory throughout the NAS. The TViX is connecting via NFS. I am not a Linux expert but so far I've rooted the Javelin and created a symbolic link to the MUSIC folder off the VOLUME1 folder. From inside of the telnet session I can traverse the MUSIC link into the VOLUME1\MUSIC folder, but the TViX does not see it. So I want to create a HARD link when I do that I get a error...
I can't tell if this is a syntax error or a File System limitation.Code:[root@s4]# cd VOLUME1 [root@s4]# ls DOWNLOAD PLUGINAPP UPLOAD homes MUSIC PUBLIC VIDEO printerspool PICTURE TVIX WWW [root@s4]# cd TVIX [root@s4]# ln /VOLUME1/MUSIC ./MUSIC ln: ./MUSIC: Operation not permitted
Can someone show me how to create Hard Links inside the Javelin BusyBox OS?


Reply With Quote