Results 1 to 2 of 2

Thread: Using AIr: no space left on device

  1. #1
    Join Date
    Apr 2008
    Beans
    1

    Using AIr: no space left on device

    My Ubuntu version is 22.04.4 LTS and I have not noticed any other issues with my machine,

    I have been using AIr hot reload for my Go development but now I am getting an error:
    $ air *.go
    __ _ ___
    / /\ | | | |_)
    /_/--\ |_| |_| \_ 1.51.0, built with Go 1.22.0

    failed to watch /home/user/Documents/project1, error: no space left on device


    $ df -i
    Filesystem Inodes IUsed IFree IUse% Mounted on
    tmpfs 4078939 1902 4077037 1% /run
    /dev/mapper/vgubuntu-root 60858368 2014874 58843494 4% /
    tmpfs 4078939 1481 4077458 1% /dev/shm
    tmpfs 4078939 7 4078932 1% /run/lock
    efivarfs 0 0 0 - /sys/firmware/efi/efivars
    /dev/nvme0n1p2 93888 322 93566 1% /boot
    /dev/nvme0n1p1 0 0 0 - /boot/efi
    tmpfs 815787 230 815557 1% /run/user/1000
    /dev/sdb1 8228485964 706000 8227779964 1% /media/peter/Elements
    /dev/sda1 0 0 0 - /media/peter/Seagate Backup Plus Drive

    $ sudo apt autoremove
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

    $ df -i
    Filesystem Inodes IUsed IFree IUse% Mounted on
    tmpfs 4078939 1902 4077037 1% /run
    /dev/mapper/vgubuntu-root 60858368 2014917 58843451 4% /
    tmpfs 4078939 1428 4077511 1% /dev/shm
    tmpfs 4078939 7 4078932 1% /run/lock
    efivarfs 0 0 0 - /sys/firmware/efi/efivars
    /dev/nvme0n1p2 93888 322 93566 1% /boot
    /dev/nvme0n1p1 0 0 0 - /boot/efi
    tmpfs 815787 230 815557 1% /run/user/1000
    /dev/sdb1 8228485964 706000 8227779964 1% /media/peter/Elements
    /dev/sda1 0 0 0 - /media/peter/Seagate Backup Plus Drive

    Any ideas how to fix this?

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,835
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Using AIr: no space left on device

    Could you show the output of
    Code:
    df -h
    too? df -i only shows the inodes. You haven't reached the limit on the number of files, but may have reached the limit on total file size.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •