On Sat, Apr 15, 2023, at 9:14 AM, Lorenzo Torres wrote:
> Hello, I've run the dd command to wipe the data of an SD card:dd 
> if=/dev/zero of=/dev/rsdb1c bs=1MAfter quite some time it crashed 
> saying that the / filesystem is full and even after a reboot the same 
> happens. Now I can't even run xorg because the fs is full. Any idea on 
> why this happened?

Yes, you filled up your / partition with a garbage file. Run `ls -lS 
/dev/|head` and you will surely find it.

/dev/rsdb1c is not a valid drive and partition/slice combination. You probably 
meant rsd1c, but be careful to verify that when wiping.

Brian Conway
Lead Software Engineer, Owner
RCE Software, LLC

Reply via email to