You should use symbolic links to assign abbreviated standard device names for each raw disk device. If you have symbolic links, you can replace a disk that has failed with a new disk by assigning the symbolic name to the new disk.
To create a link between the character-special device name and another filename, use the UNIX link command (usually ln).
Execute the UNIX command ls -l on your device directory to verify that both the devices and the links exist. The following example shows links to raw disk devices. If your operating system does not support symbolic links, you can use hard links.
ls -l crw-rw--- /dev/rxy0h crw-rw--- /dev/rxy0a lrwxrwxrwx /dev/my_root@->/dev/rxy0h lrwxrwxrwx /dev/raw_dev2@->/dev/rxy0aHome | [ Top of Page | Previous Page | Next Page | Contents | Index ]