> piet at opensolaris:~$ pfexec mount -F pcfs > /dev/dsk/c10t0d0p0:c /mnt > mount: Read-only file system
Seems there could be another problem: the device appears to be write protected. Does a read only manual mount work? pfexec mount -r -F pcfs /dev/dsk/c10t0d0p0:c /mnt > The bug you refer to has not yet been fixed. There is > a workaround suggested to add or alter a line in > /etc/user_attr. Wat should I add there? > ... > piet::::profiles=Primary Administrator;roles=root As far as I understand it, the above line (the one starting with your user name) needs to be modified; it probably should look like this: piet::::profiles=Primary Administrator,Console User;roles=root When I last tried such a workaround on an opensolaris 2010.1H b125 box, it didn't work for me, but maybe I made something wrong. At least it didn't work around the issue reported in defect 12133 http://defect.opensolaris.org/bz/show_bug.cgi?id=12133 What did work was to change the ownership of the /dev/console device: http://defect.opensolaris.org/bz/show_bug.cgi?id=12133#c8 -- This message posted from opensolaris.org