Using Solaris 10, Update 2.... I''ve just rebooted my desktop and I have discovered that a ZFS filesystem appears to have gone missing. The filesystem in question was called "biscuit/home" and should have been modified to have its mountpoint set to /export/home. Before the reboot, I did a lot of trimming, to kill off old ZFS filesystems (workspace snapshots, clones, etc) that I was no longer using...(-R was used) I''m pretty confident that I never deleted this one as my mail reader keeps all of its local files there and it was working fine until I just rebooted and it would have let me know that things were amiss, given that restarting it before the reboot had it working and trying to start it now doesn''t. Is there any way I can try to discover if it was my fingers before the reboot or if ZFS gobbled it up by mistake? Shell history files don''t appear to be of use. Darren -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20070319/df4fe8e2/attachment.html>
Hello Darren, Tuesday, March 20, 2007, 3:27:26 AM, you wrote: > Using Solaris 10, Update 2.... I''ve just rebooted my desktop and I have discovered that a ZFS filesystem appears to have gone missing. The filesystem in question was called "biscuit/home" and should have been modified to have its mountpoint set to /export/home. Before the reboot, I did a lot of trimming, to kill off old ZFS filesystems (workspace snapshots, clones, etc) that I was no longer using...(-R was used) I''m pretty confident that I never deleted this one as my mail reader keeps all of its local files there and it was working fine until I just rebooted and it would have let me know that things were amiss, given that restarting it before the reboot had it working and trying to start it now doesn''t. Is there any way I can try to discover if it was my fingers before the reboot or if ZFS gobbled it up by mistake? Shell history files don''t appear to be of use. Darren In newer bits there''s zpool history which could have been useful. Are you sure file system is gone or maybe it''s just not mounted? -- Best regards, Robert mailto:rmilkowski@task.gda.pl http://milek.blogspot.com _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Robert Thurlow
2007-Mar-20 14:14 UTC
[zfs-discuss] ZFS filesystem disappeared after reboot?
Darren Reed wrote:> Using Solaris 10, Update 2.... > > I''ve just rebooted my desktop and I have discovered that a ZFS > filesystem appears to have gone missing. > > The filesystem in question was called "biscuit/home" and should > have been modified to have its mountpoint set to /export/home.> Is there any way I can try to discover if it was my fingers before > the reboot or if ZFS gobbled it up by mistake?"zfs list" should show it. Try "zfs mount -a" and check to see if it gets mounted or gives you an error, since zfs won''t mount over things like automounted filesystems or existing directories. Rob T
Darren.Reed at Sun.COM
2007-Mar-20 20:31 UTC
[zfs-discuss] ZFS filesystem disappeared after reboot?
Robert Milkowski wrote:> Hello Darren, > > > Tuesday, March 20, 2007, 3:27:26 AM, you wrote: > > >> > > > > Using Solaris 10, Update 2.... > > > > I''ve just rebooted my desktop and I have discovered that a ZFS > > filesystem appears to have gone missing. > > > > The filesystem in question was called "biscuit/home" and should > > have been modified to have its mountpoint set to /export/home. > > > > Before the reboot, I did a lot of trimming, to kill off old ZFS > > filesystems (workspace snapshots, clones, etc) that I was no > > longer using...(-R was used) > > > > I''m pretty confident that I never deleted this one as my mail reader > > keeps all of its local files there and it was working fine until I just > > rebooted and it would have let me know that things were amiss, > > given that restarting it before the reboot had it working and trying > > to start it now doesn''t. > > > > Is there any way I can try to discover if it was my fingers before > > the reboot or if ZFS gobbled it up by mistake? > > > > Shell history files don''t appear to be of use. > > > > Darren > > > > > In newer bits there''s zpool history which could have been useful. > > Are you sure file system is gone or maybe it''s just not mounted? >Actually, the wrap up is much more embaressing than this... The filesystem in question wasn''t in ZFS, it was/is still in UFS, and I''ve had "no" in the "mount at boot" column in /etc/vfstab. Most likely so that I won''t have any problems umount''ing it when i next reboot''d so I could turn it into a ZFS filesystem :*) Next thing to do is move it *to* ZFS so I don''t have this problem again :-) Darren (removing egg from face)