Good morning How you share a nfs on oi server ?? How command you use zfs set sharenfs="[email protected]" pool/share
For not wait a dns resolve on nfs connection And mapping as root privileges this share Or a zfs set sharenfs="[email protected]" pool/share For map a specific user a share. In thus case how a uid of owner of the oi side zfs and a privileges on a folder ls -l pool/ dwrxwrxw-x+ someone somegroup share This is only a example but in both side a uid is the same someone = 1000 somegroup = 1000 At last how version of nfs you try using nfs v3 or nfsv4 ? -- - = - = - = - = - = - = - = - = - = - <----. Of course it runs William David Armstrong <----|========================== Bio Systems Security Networking <----' FreeBSD MSN / GT biosystems gmail . com http://biosystems.ath.cx:8080/ http://biosystems.broker.freenet6.net/ -------------------------------------- Em 18/01/2011, às 23:19, Edward Ned Harvey <[email protected]> escreveu: >> From: ann kok [mailto:[email protected]] >> >> My opensolaris is installed on vmware and I allocate 30G for it >> When I install opensolaris, I remember to use 20G. >> Now I want to use the rest of the 10G. >> Can you show me the command? > > How did you use only 20G out of 30G? By default, I think the installer uses > the whole drive. > > If you have a 10G slice, c0t0d0s6 for example... > zpool add rpool c0t0d0s6 > > If you have another virtual disk, c0t2d0 for example... > zpool add rpool c0t2d0 > > If you are unsure what you have... > format -e > (and be careful not to break anything) > > >> How can I verify I am using 20G now? > > Both df and zpool list and zfs list will give you information. Typically > different information. > > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
