Jag har stoppat in ett USB-minne på en Solaris-maskin (SunRay 1 och Sunblade 100)
Måste jag ha en extra drivrutin för att det ska funka? Eller är det bara att mounta, isf vilken dev?
USB-minne på Solaris?
3 svar · 297 visningar · startad av nitro2k01
Nej, eftersom man måste betala för att få se lösningen.
Nejdå, Firefox är freeware så du behöver inte betala för att kunna använda dig av länken.
Scrolla ner, så ska även du kunna se följande:
You need root access, and at least on a sparc based box you can do the following:
make a directory called /rmdisk and make sure it has the same permissions that /cdrom has. Insert the USB token and vold should mount it. If that doesn't work, and it doesn't work for me most of the time, you can also try checking /dev/dsk for new links after you insert the usb stick. They will be "usb" devices obviously.
Mount the device to a mount point: mount -F pcfs /dev/dsk/c3t0d0s2:c /mnt
I learned this from the "Solaris(TM) OE Guide for New System Administrators" from Sun, which is a great resource for such things as USB devices.
