Maze Posted February 27, 2019 Share Posted February 27, 2019 hello dear experts +after having used the notebook not for quite 3 months i now am facing a too large update: update is 1.3 GB - way too large for the hdd of my notebook - what can i do now !'? Quote Link to comment https://forums.phpfreaks.com/topic/308406-antergos-update-file-is-13-gb-way-too-large-for-my-notebook/ Share on other sites More sharing options...
Maze Posted February 28, 2019 Author Share Posted February 28, 2019 well i will try to delete the pacman cache of any previously downloaded updates. It’s in /var/cache/pacman/pkg The other thing to keep in mind, and i may already know this - it’s not a good idea to leave updates for long periods of time on a rolling release distribution. The longer you go between updates, the more likely it is that something can get very broken on an update. some friends suggested once a week, once every two weeks at the absolute outside. Quote Link to comment https://forums.phpfreaks.com/topic/308406-antergos-update-file-is-13-gb-way-too-large-for-my-notebook/#findComment-1564942 Share on other sites More sharing options...
Maze Posted February 28, 2019 Author Share Posted February 28, 2019 what happened:_ every time when tried to update - i got errors. Abhängigkeits-Zyklus recognized : usbmuxd wird vor seiner Abhängigkeit libimobiledevice installiert werden well the update is terribliy big - aprox 1.3 GB complains about the hdd free memory well i run some codes to do some cleaning. [root@akoya martin]# sudo pacman -Scc Puffer-Verzeichnis: /var/cache/pacman/pkg/ :: Möchten Sie ALLE Dateien aus dem Puffer entfernen? [j/N] j Entferne alle Dateien aus dem Puffer... Datenbank-Verzeichnis: /var/lib/pacman/ :: Möchten Sie ungenutzte Repositorien entfernen? [J/n] j Entferne unbenutzte Sync-Repositorien... [root@akoya martin]# sudo pacman -Scc Puffer-Verzeichnis: /var/cache/pacman/pkg/ :: Möchten Sie ALLE Dateien aus dem Puffer entfernen? [j/N] j Entferne alle Dateien aus dem Puffer... Datenbank-Verzeichnis: /var/lib/pacman/ :: Möchten Sie ungenutzte Repositorien entfernen? [J/n] j Entferne unbenutzte Sync-Repositorien... [root@akoya martin]# fdisk -l Festplatte /dev/mmcblk0: 58,3 GiB, 62545461248 Bytes, 122159104 Sektoren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes Festplattenbezeichnungstyp: gpt Festplattenbezeichner: FF979BFA-3AC5-4088-88C1-A52F7391E202 Gerät *********Anfang *****Ende *Sektoren Größe Typ /dev/mmcblk0p1 **2048 ***411647 ***409600 *200M EFI-System /dev/mmcblk0p2 411648 ***935935 ***524288 *256M Linux-Dateisystem /dev/mmcblk0p3 935936 122157055 121221120 57,8G Linux LVM Festplatte /dev/mapper/AntergosVG-AntergosRoot: 10,8 GiB, 11622416384 Bytes, 22700032 Se ktoren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes Festplatte /dev/mapper/AntergosVG-AntergosSwap: 3,7 GiB, 3955228672 Bytes, 7725056 Sekto ren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes Festplatte /dev/mapper/AntergosVG-AntergosHome: 43,3 GiB, 46485471232 Bytes, 90791936 Se ktoren Einheiten: Sektoren von 1 * 512 = 512 Bytes Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes [root@akoya martin]# und jetzt läuft die Aktualisierung auch - mit den 1.3 GB - now it works Quote Link to comment https://forums.phpfreaks.com/topic/308406-antergos-update-file-is-13-gb-way-too-large-for-my-notebook/#findComment-1564944 Share on other sites More sharing options...
gizmola Posted March 1, 2019 Share Posted March 1, 2019 One of my goto linux commands: df -h Gives you the high level filesystem storage availability. du -Sh | sort -rh | head -50 Gives you a report of filesystem use, largest files and directories listed first. The '-50' at the end controls the number of listings. Tweak that as you want/need. Should help you get an idea of where your storage has gone to and what you might be able to delete to clear space. Quote Link to comment https://forums.phpfreaks.com/topic/308406-antergos-update-file-is-13-gb-way-too-large-for-my-notebook/#findComment-1564970 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.