[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Errno 28] No space left on device
From: |
ewl+rdiffbackup |
Subject: |
Re: [Errno 28] No space left on device |
Date: |
Wed, 13 Nov 2019 06:52:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 |
Salut Yves,
On 13/11/2019 04:02, Yves Bellefeuille wrote:
I'm getting the following error:
Exception '[Errno 28] No space left on device' raised of class '<type
'exceptions.IOError'>':
In fact, there's plenty of space and plenty of free inodes.
I've run fsck and smartctl on the disk and found no problems.
Here are the details. I seem to be getting two similar error reports,
which might be a clue.
It's no clue, it's how rdiff-backup is written, it's a bit an annoyance
but no priority to fix for now...
rp.conn.xattr.setxattr(rp.path, name, value, 0, rp.issym())
IOError: [Errno 28] No space left on device
The error seems to be within the xattr library of Python. Can you tell us:
1. which version of rdiff-backup (--version)?
2. which OS and version (Linux, Windows...)?
3. which file system type you are using to backup?
4. do you also get the issue if you use the `--no-eas` option?
KR, Eric