Re: File system is full after using dd

2023-04-16 Thread Lorenzo Torres
> Packages should be installing into /usr/local which should be a separate > partition from /usr. I know, in the last install I had something around 300 > packages installed and after trying to install qemu the partition ran out of > space. I could try to install the system again since I have

Re: File system is full after using dd

2023-04-16 Thread Stuart Henderson
On 2023-04-15, Nick Holland wrote: > Partition your system. And / should be as small as you can sanely > get away with. That isn't to say it should be super-tiny. But > if you have 1GB to spare, it is probably too big. I disagree on that, around 1GB to spare on / seems pretty comfortable

Re: File system is full after using dd

2023-04-16 Thread Lorenzo Torres
>  If you had an appropriate sized root partition, perhaps 1G (default),I was >using the default partitioning before but I had to reinstall the system >because kf that: I couldn't install packages because /usr partition was full >after a week of usage. I'm new to OpenBSD and I'm still learning

Re: File system is full after using dd

2023-04-15 Thread Duncan Patton a Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sat, 15 Apr 2023 12:49:47 -0400 Nick Holland wrote: > if you have 1GB to spare, it is probably too big. I did learn to > regret a 200MB root because OpenBSD grew a lot over around ten I learned to regret setting / to under 1 mb once upon a

Re: File system is full after using dd

2023-04-15 Thread Nick Holland
On 4/15/23 10:14, 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 ^^ bzzzt. game over. saying that the / filesystem is full and even after a reboot the same

Re: File system is full after using dd

2023-04-15 Thread Peter N. M. Hansteen
On Sat, Apr 15, 2023 at 04:14:08PM +0200, 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

Re: File system is full after using dd

2023-04-15 Thread Thomas Bohl
Am 15.04.2023 um 16:14 schrieb Lorenzo Torres: 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

Re: File system is full after using dd

2023-04-15 Thread Lorenzo Torres
Thanks, that was the issue, I'll pay more attention in the future.Lorenzo Torres (https://sagittarius-a.org)

Re: File system is full after using dd

2023-04-15 Thread Brian Conway
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

File system is full after using dd

2023-04-15 Thread Lorenzo Torres
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? I