Who's Online
93 user(s) are online (
85 user(s) are browsing
Forums )
Members: 0
Guests: 93
more...
Topic options
View mode
Newest First
Meaning of copy error 83 ?
Posted on:
2015/7/30 18:26
#1
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
Hi,
yesterday, I tried to copy a big file (380mb) to one of my SFS/02 volume (Medias: on the capture below) where 9gb space was available.
I encountered a "createbnode: findbnode() says key xxxxx already exists!" and Copy error 83. This error occured the first time when I had 4% space left (4gb available). But occurs after everytime even with more space available.
As I was not able to copy more big files on this volume, I formatted it and I'm restoring my data...
I had a wrong blocksize (1024) before to format, I took the opportunity to apply a 512 bloxksize.
Is somebody know if the copy error codes are referenced somewhere ? And is it a know problem with SFS/02 partition with a blocksize > 512 ?
Thank you for your reply
Guillaume
Re: Meaning of copy error 83 ?
Posted on:
2015/7/30 21:47
#2
Just can't stay away
Joined: 2006/12/1 18:01Last Login
: Yesterday 23:16
From Copenhagen, Denmark
Group:
Registered Users
@zzd10h I very much doubt your old blocksize could have caused the problem. With SFS, the word has always been that you should use 512 as blocksize, because there's no benefit in making it bigger. But also no harm (apart from wasting some space some of the time). I don't know what the error code 83 means, and I also don't know of any place to find out. But the error message basically tells you that your logical disk structure is corrupted, and that the filesystem couldn't fix it itself. And since it keeps coming, the fault is not in some temporary memory-cached representation of (part of) the disk structure, but in the saved metadata on the disk. So you have done the only possible thing (with SFS\2): Reformat. Hopefully it has helped. Best regards, Niels
Re: Meaning of copy error 83 ?
Posted on:
2015/7/30 22:23
#3
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
"I don't know what the error code 83 means, and I also don't know of any place to find out." As I have reformated, it's by curiosity, maybe the owner/maintainer of SFS/02 could know if a "Messages and codes Guide for SFS/02" exist ? Is it Hyperion ? "Hopefully it has helped." Yes, thank you for your explanations.
Re: Meaning of copy error 83 ?
Posted on:
2015/8/1 16:19
#4
Just can't stay away
Joined: 2006/12/9 10:44Last Login
: 11/11 18:51
From Lyon, France
Group:
Registered Users
@zzd10h
Quote:
No, it's Jorg Strohmayer.
I believe he just doesn't care about AmigaOS anymore so you may never find an answer for SFS errors.
Re: Meaning of copy error 83 ?
Posted on:
2015/8/1 19:03
#5
Just popping in
Joined: 2007/5/15 13:42Last Login
: 2023/3/8 14:54
From Austria
Group:
Registered Users
@zzd10h
The old source of SFS (version 1.84) was released on SourceForge:
http://sourceforge.net/projects/smartfilesystem/ AFAIK, the OS4 version is based on it.
Looking at line 43 of
SFS/FS/fs.h :
...
#define INTERR_CHECKSUM_FAILURE 80
#define INTERR_BLOCK_WRONG_TYPE 81
#define INTERR_OWNBLOCK_WRONG 82
#define INTERR_BTREE 83
#define INTERR_SAFE_DELETE 84
#define INTERR_NODES 85
#define INTERR_EXTENT 86
#define INTERR_DEFRAGMENTER 87
...
Which would match your first error message, that something (internal) is wrong with an bnode in an btree.
edit: If it's and DOS error, you would find it in SDK:include/include_h/dos/errors.h
Re: Meaning of copy error 83 ?
Posted on:
2015/8/1 22:16
#6
Just can't stay away
Joined: 2006/12/1 18:01Last Login
: Yesterday 23:16
From Copenhagen, Denmark
Group:
Registered Users
@Gazelle
Quote:
If it's and DOS error, you would find it in SDK:include/include_h/dos/errors.h If it were, you could also type "Fault 83" in a Shell and get wiser. But apparently, it isn't, so you don't (get any wiser, that is).
But that old header seems to be the best info we can get.
Best regards,
Niels
Re: Meaning of copy error 83 ?
Posted on:
2015/8/1 23:05
#7
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
@Elwood Sad that the most used (I think) filesystem is no more maintained. Therefore, no more OS4 fs are maintained, right ? @Gazelle Thank you for your research (even if I don't know what this "INTERR_BTREE" means ;) ) @Nbache you are right, it doesn't seems to be a DOS error, in error.h, errors begin at number 101. 17/0.RAM Disk:> Fault 83 Erreur 83 : Erreur 83
Re: Meaning of copy error 83 ?
Posted on:
2015/8/3 17:00
#8
Just can't stay away
Joined: 2006/12/9 10:44Last Login
: 11/11 18:51
From Lyon, France
Group:
Registered Users
@zzd10h
Quote:
Therefore, no more OS4 fs are maintained, right ? It's a question for Hyperion, I'm afraid.
Re: Meaning of copy error 83 ?
Posted on:
2015/8/3 17:09
#9
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
@Elwood
Me too, I'm afraid
Re: Meaning of copy error 83 ?
Posted on:
2015/8/3 22:10
#10
Just can't stay away
Joined: 2006/12/1 18:01Last Login
: Yesterday 23:16
From Copenhagen, Denmark
Group:
Registered Users
@zzd10h
Don't panic
Best regards,
Niels
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)