Max2Play Home › Forums › Max2Play on Raspberry PI › Dateisystem Expandieren/Fehler/Probleme
Tagged: Dateisytem
- This topic has 1 reply, 2 voices, and was last updated 7 years, 11 months ago by Christoph premium.
-
Posted in: Max2Play on Raspberry PI
-
24. November 2016 at 22:40 #24201
Hallo zusammen,
ich habe ein kleines Problem mit dem Dateisystem. Läuft auf einem RPI3, als ich das Dateisystem expandieren wollte muss irgendwas schiefgelaufen sein was ich nicht mitbekommen habe… es „fehlen“ über 14Gb…
Debug liefert:
#### FILESYSTEM ####
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 2857028 2369760 343240 88% /
devtmpfs 493900 0 493900 0% /dev
tmpfs 498232 0 498232 0% /dev/shm
tmpfs 498232 6984 491248 2% /run
tmpfs 5120 4 5116 1% /run/lock
tmpfs 498232 0 498232 0% /sys/fs/cgroup
/dev/mmcblk0p1 61384 21472 39912 35% /boot
tmpfs 99648 4 99644 1% /run/user/1000Die Shell sagt aber:
pi@FHEM:~ $ sudo blkid -o list -w /dev/null
device fs_type label mount point UUID
————————————————————————————————————————————-
/dev/mmcblk0p1 vfat boot /boot DF8E-C7AE
/dev/mmcblk0p2 ext4 / cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7
/dev/mmcblk0 (in use)und
pi@FHEM:~ $ sudo lsblk -o NAME,UUID,FSTYPE,SIZE,LABEL,MOUNTPOINT
NAME UUID FSTYPE SIZE LABEL MOUNTPOINT
mmcblk0 14,5G
├─mmcblk0p1 DF8E-C7AE vfat 60M boot /boot
├─mmcblk0p2 cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7 ext4 14,2G /
└─mmcblk0p3 195,3MBin jetzt kein Linux-Spezialist, aber wo sind denn die fehlenden GB hin verschwunden? Sysmon liefert auch nur
Filesystem /boot: Total: 60 MB, Used: 21 MB, 35 %, Available: 39 MB at /boot
Root: Total: 2791 MB, Used: 2312 MB, 88 %, Available: 338 MB at /
File System: fs Total: 0 MB, Used: 0 MB, 0 %, Available: 0 MB at fs (not available)Hat jemand einen Tip für mich?
Rätselnde Grüße
sascha
13. Dezember 2016 at 18:34 #24846Hallo Tedoius,
Did you alreade reboot after expand the filesystem? If you already done this, there maybe was a failure while rebooting the system.
Please try to enter this command in the terminal:
sudo resize2fs /dev/mmcblk0p2
Best Regards
Christoph -
You must be logged in to reply to this topic.