> Haik, > > Thank you very much. 'zpool list' yeilds > NAME SIZE USED AVAIL CAP HEALTH > ALTROOT > z 74.5G 22.9G 51.6G 30% ONLINE - > > How do I confirm that /fitz is not currently a zfs > mountpoint? 'zfs mount' yeilds > > fitz/home /fitz/home > fitz/home/aorchid /fitz/home/aorchid > fitz/music /fitz/music > fitz/pg /fitz/pg > fitz/pictures /fitz/pictures
Ah, OK. It's good that you didn't delete /fitz. This is what I recommend that you do. # zfs unmount -a # zfs mount <This should produce no output since now all zfs filesystems are unmounted> # find /fitz <This should produce no files, only empty directories> <At this point, as long as there is nothing important in /fitz, you can go ahead an delete it> # rm -r /fitz <Or just delete everything inside /fitz> # zfs mount -a < Now /fitz should be all set. When you reboot you should not see the /fitz filesystem mount error> Someone else please chime in if this looks wrong. Hope that helps. Haik > > 'ls -la /fitz' yeilds > total 85 > drwxr-xr-x 7 root sys 512 Sep 20 10:41 . > drwxr-xr-x 30 root root 512 Sep 21 18:28 .. --> > this is when I ran 'zpool export fitz' > drwxr-xr-x 3 root sys 3 Jul 25 12:22 home > etc... > > /etc/vfstab does not have /fitz and umount /fitz > returns > umount: warning: /fitz not in mnttab > umount: /fitz not mounted > > > Lastly, ZFS people might be interested in the > panic > > message you get when you boot back into Solaris > 10. > > They are all related to the NVIDIA driver, gfxp, from > what I remember from two weeks ago. I am on an Ultra > 20. > > thanks, > aric This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss