Re: kern/60623: warning fatigue: fss0: snapshot invalid: forced by unmount
Taylor R Campbell <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
> If an fss(4) snapshot is configured when the system is shut > down, the kernel prints a scary error message > > fss0: snapshot invalid: forced by unmount > > to the console, even though (as far as I can tell) there is > nothing wrong. Correction: If an fss(4) snapshot is configured _and mounted_ [...] > 1. fssconfig fss0 / /.snap > 2. shutdown -p now Correction: 1. fssconfig fss0 / /.snap 2. mount /dev/fss0 /mnt 3. shutdown -p now