Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #258318

Re: No space left on device ...

From Jeffrey Walton <noloader@gmail.com>
Newsgroups linux.debian.user
Subject Re: No space left on device ...
Date 2023-05-15 03:10 +0200
Message-ID <GvuSR-8XLC-1@gated-at.bofh.it> (permalink)
References <GvupP-8Xmi-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, May 14, 2023 at 8:32 PM Albretch Mueller <lbrtchx@gmail.com> wrote:
>
> I have been mounting an NTFS file system on a Windows laptop without
> any problems whatsoever with a Debian Live DVD:
>
> $ uname -a
> Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02)
> x86_64 GNU/Linux
>
> and even though Linux utilities are telling me I do have space on the drive:
>
> $ date; sudo df -h | grep "Filesystem\|/dev/sd"
> Sun 14 May 2023 06:55:23 PM UTC
> Filesystem      Size  Used Avail Use% Mounted on
> /dev/sda1       286G  167G  120G  59% /media/user/60320G593EB7250F
> $
>
> $ date; time sudo du --summarize --human-readable  /media/user/60320G593EB7250F
> Sun 14 May 2023 07:13:43 PM UTC
> 166G    /media/user/60320G593EB7250F
>
> real    0m45.230s
> user    0m1.073s
> sys     0m15.443s
> $
>
> when I try to save or download a file I consistently get the same error message:
>
> $ cp "No space left on device" > No_space_left_on_device.txt
> bash: No_space_left_on_device.txt: No space left on device
>
> that started happening right after a WiFi connection at a library was
> shutdown, which I waited for with my script running, accessing the
> Internet, because I wanted to test such a case. Script "gracefully"
> worked as programmed to do, but that other error started right after
> the connection was cut off.
>
> I have no idea how could those two things be related! Why would that
> happen? Any suggestions, please?

I don't know if it's related...

I seem to recall the GNUlib folks talking about a cp bug on sparse
files. It looks like it may be fixed in coreutils release 9.2
(2023-03-20): https://github.com/coreutils/coreutils/blob/master/NEWS#L233

If I recall correctly, it had something to do with the way
copy_file_range worked. (Or maybe, it did not work as expected).

Jeff

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

No space left on device ... Albretch Mueller <lbrtchx@gmail.com> - 2023-05-15 02:40 +0200
  Re: No space left on device ... Jeffrey Walton <noloader@gmail.com> - 2023-05-15 03:10 +0200
    Re: No space left on device ... Joe <joe@jretrading.com> - 2023-05-15 09:40 +0200
      Re: No space left on device ... Klaus Singvogel <deb-user-ml@singvogel.net> - 2023-05-15 11:10 +0200
  Re: No space left on device ... Charles Curley <charlescurley@charlescurley.com> - 2023-05-15 05:20 +0200
  Re: No space left on device ... Anssi Saari <anssi.saari@debian-user.mail.kapsi.fi> - 2023-05-15 12:00 +0200
    Re: No space left on device ... Albretch Mueller <lbrtchx@gmail.com> - 2023-05-16 04:10 +0200
      Re: No space left on device ... Albretch Mueller <lbrtchx@gmail.com> - 2023-05-17 18:50 +0200
        Re: No space left on device ... Dan Ritter <dsr@randomstring.org> - 2023-05-17 19:10 +0200
          Re: No space left on device ... Jeffrey Walton <noloader@gmail.com> - 2023-05-17 19:20 +0200
            Re: No space left on device ... Albretch Mueller <lbrtchx@gmail.com> - 2023-05-20 10:20 +0200
              Re: No space left on device ... "Andrew M.A. Cater" <amacater@einval.com> - 2023-05-20 12:10 +0200
          Re: No space left on device ... Charles Curley <charlescurley@charlescurley.com> - 2023-05-17 21:50 +0200
            Re: No space left on device ... Default User <hunguponcontent@gmail.com> - 2023-05-18 16:10 +0200
              Re: No space left on device ... Dan Ritter <dsr@randomstring.org> - 2023-05-18 16:40 +0200
                Re: No space left on device ... Default User <hunguponcontent@gmail.com> - 2023-05-18 17:30 +0200
              Re: No space left on device ... Charles Curley <charlescurley@charlescurley.com> - 2023-05-18 18:50 +0200
                Re: No space left on device ... Default User <hunguponcontent@gmail.com> - 2023-05-18 21:40 +0200

csiph-web