Re: Reproducible deadlock on fss+dd and login/exit
Henryk Paluch <[email protected]> Mon, 27 Jul 2026 22:12:41 +0200
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Hello! On 7/27/26 1:24 AM, RVP wrote: >> dd if=/dev/fss0 of=/dev/null bs=1024k >> > > What happens if you use the raw device there (/dev/rfss0)? > > -RVP Raw device works fine - no panic and no deadlock. Also tested dump with snapshot (56GB partition, 26GB used) from disk to other disk: newfs -O 2 /dev/rld1a mkdir /mnt/target mount -o log /dev/ld1a /mnt/target cd /mnt/target dump -0uaX -f - / | restore rf - So far no problems encountered - using CURRENT 20260724074047Z. If I understand correctly, dump command reads raw device - so that's what matters for me - being able to dump snapshot without issues. Regards --Henryk Paluch