Jump to content

Pinguin

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

152 profile views

Pinguin's Achievements

Newbie

Newbie (1/14)

  1. So probably not the smartest idea but I wrote a logging thing on my landing page which saved to a file. I now realize that I should have made it write the file onto the SD card so now I'm at this: Filesystem Size Used Available Use% Mounted on rootfs 2.3M 356.0K 1.9M 15% / /dev/root 12.5M 12.5M 0 100% /rom tmpfs 29.9M 96.0K 29.8M 0% /tmp /dev/mtdblock3 2.3M 356.0K 1.9M 15% /overlay overlayfs:/overlay 2.3M 356.0K 1.9M 15% / tmpfs 512.0K 0 512.0K 0% /dev /dev/sdcard/sd1 2.6G 13.8M 2.5G 1% /sd Anyway I can clear up space available through /dev/root? I deleted the txt file but it still doesn't seem to clear up. And on another note, this made my pineapple into read only mode but I fixed that with: mount -o remount,rw /rom / Thanks.
×
×
  • Create New...