Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Symbolic Links in Minix
Name: srivatsan Date: April 17, 2003 at 10:14:51 Pacific OS: Minix CPU/Ram: 32MB
Comment:
Dear All,
I would like to know how do you go about implementing symbolic links for minix. I know you will have to create a new i-node with a different mode value for the i-node. But I am confused with the part that you are supposed to create a datablock that has the path of the file to be linked.
1.How do I write a path into a datablock and read it. 2.Where do I have to make the change for my OS to read the correct blocks. ( Say If I give ln -s /bin/ls /usr/john/myls and the user types myls in the command prompt ).
Name: Balram Adlakha Date: April 17, 2003 at 11:15:14 Pacific
Reply:
what you're talking about is the backwardness of the minix filesystem. I can't understand why you choose to use such an obsolete OS when so many nice alternatives exist (freebsd, netbsd, openbsd, gnu/linux, etc etc) Some people say minix is good for learning about unix type systems, but the code is so obsolete that it is now good for nothing. I suggest you get a better system in which "ln -s" is a very very basic and small thing.
Summary: Hi folks, RH 8.0 Fedora Core 2 I encountered following problem in upgrading RH8.0 to Fedora Core 2 Absolute Symlinks The following files are absolute symbolic links, which we do not support during upg...
Summary: Hi all - does any one know where the max number of symbolic links to follow is coded when a kernel is built? I can't find anything in a kernel build configuration that looks right. I also thought this...
Summary: hi: how do you chage / remove a symbolic link? i used something like: ln -s /dev/ttyS1 /dev/pilot I now want to make /dev/tty/ = /dev/pilot , it tells me that /dev/pilot already exists. i need to ge...