On Sun, Jun 23, 2024 at 11:44:30AM +0000, Anon Loli wrote:
> Every time I tried it, be it 7.3 or 7.5 install*.img, or I now tried a CD/DVD
> 7.5 iso and got "cannot open cd0a.....\n booting cd0a", I always went to SHELL
> and typed this:
> `dd if=/dev/urandom of=/dev/rsd0c bs=1m` the sd0 or sd1 being 2 of my drives
> I always get the exact following message:
> "uid 0 on /: file system full
> 
> /: write failed, file system is full
> dd: /dev/rsd0c: No space left on device
> 1+0 records in
> 0+0 records out
> 0 bytes transferred in 0.003 seconds (0 bytes/sec)"
> 
> Okay, dmesg seems to see them well, but I don't see them in /dev/ at all, I
> just now realized this

When using the RAMDISK kernel at the shell you'll need to make the device
files you need using MAKEDEV.

E.G.

# cd /dev
# sh ./MAKEDEV sd0

Reply via email to