View Single Post
  #3   (View Single Post)  
Old 5th November 2008
Bubba_HoTep Bubba_HoTep is offline
New User
 
Join Date: Nov 2008
Posts: 6
Default

I thought ZFS didn't have fsck?

dmesg doesn't say anything useful:

$ dmesg |grep ZFS
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
ZFS filesystem version 6
ZFS storage pool version 6

Though it complains about root being improperly unmounted:
$ dmesg |grep -i "warning\|error"
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
nfsd send error 32

And if I do
$ ls /
it hangs.

Which I don't understand - if / were unmounted wouldn't the system be inoperable?
Reply With Quote