Dateiserver -> kein Platz

L I V E Stammtisch ab 20:30 Uhr im Chat
  • Ich habe seit Anfang April 2013 eine Rasperberry PI am Start, als Dateiserver. Es funktioniert auch alles soweit.

    Aber ein kleines Problem habe ich jetzt doch.

    Wenn ich die Dateigröße ausgebe mit df-h:

    Code
    Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
    rootfs           15G     14G     0  100% /
    /dev/root        15G     14G     0  100% /
    devtmpfs        212M       0  212M    0% /dev
    tmpfs            44M    360K   44M    1% /run
    tmpfs           5,0M       0  5,0M    0% /run/lock
    tmpfs            88M       0   88M    0% /run/shm
    /dev/mmcblk0p1   56M     19M   38M   34% /boot
    tmpfs            88M       0   88M    0% /tmp

    Warum ist diese so voll?

    Ich habe eine ext. Festplatte angeschlossen, auf dieser ist auf jeden Fall genug Platz. Die SD-Karte habe ich schon auf 16GB vergrößert.

    Jetzt kann ich auf einmal nichts mehr auf der Festplatte ablegen, da es angeblich voll sei.

    Ich habe die Festplatte unter /media/NAS eingebunden. Aber unter den Mount-Punkten taucht die Festplatte gar nicht auf.

    Code
    /dev/root on / type ext4 (rw,noatime,data=ordered)
    devtmpfs on /dev type devtmpfs (rw,relatime,size=216132k,nr_inodes=54033,mode=755)
    tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=44880k,mode=755)
    tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=89740k)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
    /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=89740k)

    Irgendwo habe ich eine falsche Einstellung gemacht. Aber wo?

  • Ich habe die ext. Platte mit ext3 formatiert. Werde die Daten auf die Platte verschieben und dann nochmal gleich einhängen.

    Sobald ich die Daten verschoben habe, werde ich es nochmal probieren.

    Das war wirklich das Problem. Die Daten lagen auf der SD-Karte.

    Einmal editiert, zuletzt von WanderingBreeze3801 (18. Mai 2013 um 08:32)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!