It creates folders and then gets up - not a single file is created and writes the same thing:
example:
16:49:37 Error Unable to write file "/media/viktor/TOSHIBA EXT_vnesniy-2_Tb/debian/qt_projects_2/build-effolkronium_random_console-Desktop_Qt_5_12_12_GCC_64bit-Debug/effolkronium_random_console-308a.ffs_tmp".
ENOSPC: There is no free space left on the device [open]
The system is Debian on a laptop, an external hdd is connected to it via usb where the files are copied.
ENOSPC: There is no free space left on the device [open]
- Posts: 1
- Joined: 6 Oct 2023
- Posts: 1038
- Joined: 8 May 2006
You can successfully manually copy (cp) from /viktor/ to the hdd?
So something like:
cp testfile.txt /dev/usbhdd/tmp/
(or however your external hdd is referenced)
---
Does the hdd have free space?
Does the "volume" you are attempting to write to on the hdd have free space?
Are permissions correct, as in you have permission to write to said volume?
How is FFS connecting to the hdd?
How is the hdd referenced?
So something like:
cp testfile.txt /dev/usbhdd/tmp/
(or however your external hdd is referenced)
---
Does the hdd have free space?
Does the "volume" you are attempting to write to on the hdd have free space?
Are permissions correct, as in you have permission to write to said volume?
How is FFS connecting to the hdd?
How is the hdd referenced?
- Posts: 4056
- Joined: 11 Jun 2019
*presents error that says you are out of free space*
...
*Doesn't check or mention if there is enough space*
...
*Doesn't check or mention if there is enough space*
- Posts: 3
- Joined: 20 May 2024
Can FFS delete older files to free up space for new files?*presents error that says you are out of free space*
...
*Doesn't check or mention if there is enough space* xCSxXenon, 08 Oct 2023, 14:07
- Posts: 4056
- Joined: 11 Jun 2019
viewtopic.php?t=7508Can FFS delete older files to free up space for new files? guilherme.pacheco, 20 May 2024, 15:17*presents error that says you are out of free space*
...
*Doesn't check or mention if there is enough space* xCSxXenon, 08 Oct 2023, 14:07
- Posts: 3
- Joined: 20 May 2024
I'll try to explain my problem... I have a server that every day updates a folder with some recordings and with the date marking, for example: "2024-03-21" and I need the 2 NAS to have the recordings, but due to space limitations, the 2 alone can only last 120 days, what I'm trying to do with FFS is make the first server (which already deletes files automatically if necessary to create a new file for the next day) send it to the second and in that second continue the days for that has 240 calendar days and when the second server understands that it is full, it starts deleting the oldest ones.viewtopic.php?t=7508 xCSxXenon, 20 May 2024, 15:55Can FFS delete older files to free up space for new files? guilherme.pacheco, 20 May 2024, 15:17*presents error that says you are out of free space*
...
*Doesn't check or mention if there is enough space* xCSxXenon, 08 Oct 2023, 14:07