> USB devices do automatically mount these days. I just added a USB > stick > and "df" shows it did mount.
Just for the heck of it ... since it was suggested twice ... although it's a brand new and completely blank disk ... I checked, and ... Unfortunately df doesn't show anything new or unusual. > Probably due to this service > > motie:/home/lw31248 ->svcs -a | grep vol > online Dec_09 svc:/system/filesystem/rmvolmgr:default Yeah, I saw webpages about that, but I don't have one. svcs -a | grep rm online 15:38:52 svc:/platform/i86pc/eeprom:default online 15:38:52 svc:/system/rmtmpfiles:default online 15:38:56 svc:/platform/i86pc/kdmconfig:default I decided to follow your lead, and grep for "vol" instead of "rm" and I found one called volfs. This was the answer. svcadm disable svc:/system/filesystem/volfs zpool create zfs-external1 cNt0d0p0 svcadm disable svc:/system/filesystem/volfs After these 3 commands, the volume is created and mounted. Thanks everyone for your suggestions ... _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org