LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Is there a software like device-mapper I can install on OpenIndiana to get fancy disk symlinks? (https://www.linuxquestions.org/questions/solaris-opensolaris-20/is-there-a-software-like-device-mapper-i-can-install-on-openindiana-to-get-fancy-disk-symlinks-4175676651/)

jamminv 06-07-2020 06:39 AM

Is there a software like device-mapper I can install on OpenIndiana to get fancy disk symlinks?
 
Is there a software for OpenIndiana to generate convenient symlinks like /dev/disk/by-id /dev/disk/by-path /dev/disk/by-uuid /dev/disk/by-label and such?

jamison20000e 06-08-2020 07:00 AM

Hi.

Searching OpenIndiana device manager

gave this as the top link, though many good ones followed: https://www.openindiana.org/document...penindiana-use

Have fun. :)

jamison20000e 06-08-2020 08:08 PM

You can search with-in most package managers too but the results aren't always as easy, like searching on the internet.

I dig this link for that: http://www.sc.edu/beaufort/library/p...es/bones.shtml :hattip:

MadeInGermany 06-22-2020 12:12 AM

In Solaris it is devfsadm
To only create disk links
Code:

devfsadm -c disk
To also remove dangling disk links
Code:

devfsadm -C -c disk


All times are GMT -5. The time now is 02:32 AM.