Re: I Need (We ALL Need) Help Badly on Superblocks!
Posted: Tue May 24, 2016 3:26 pm
And at this point a TV advertisment of a toothbrush shows more intelligence than humanity again...
http://www.purebasic.com
https://www.purebasic.fr/english/
https://en.wikipedia.org/wiki/CurrahTI-994A wrote:What I see are the words "poor design", which, sadly, is a fact. Texas Instruments have always manufactured the highest quality electronics, and the TI-99/4A was no exception. It comprised some of the finest componentry from Texas Instruments, especially the 16-bit TMS9900 processor, and the solid state speech synthesizer; the only computer in its class to have one.
Don't worry; no cause for war to begin with.Ramihyn_ wrote:Please no war between TI-99/4A and the ZX Spectrum, it would get bloody because i would fight to the death for my lil plastic brother
I'm sure the Atari 600/800 computers had those synthesizers too...
Maurier, W.D. (1976, February). BYTE the small systems journal, Processing Algebraic Expressions, Volume 0 Issue 6oldefoxx wrote:An early advanced PC Mag was named BYTE, but you probably don't remember that. It nearly went under and was picked up my Ziff-Davis, and finally went away. I liked its slant on things, an wished I could get my hands on an early article about processing an algebretic string of characters.
Code: Select all
echo '#Dups Testdisk.log Entries' >td1.txt; >td2.txt; while read a; do [ "$a" != "" ] && b=$(grep -c "$a" testdisk.log) && b='++++'$b && b=${b:${#b}-5} && c=$(grep -c "$a" td2.txt) && [ $c = "0" ] && echo "$a" >> td2.txt; [ "$a" = "" ] && b=""; echo $b\ \ $a | tee -a td1.txt; done < testdisk.log
I refer to them as orphaned because the partitions they belonged to no longer exist. To date, none of the processes mentioned make any effort to remove them, and at least one process tries to use them to "correct" the partition table, which causes a magnitude of new problems when partitions overlap each other.DarkDragon wrote:I don't know what you mean by orphaned superblocks, maybe because I'm not often enough working on that level. IIRC superblocks are storing the main partition information (am I right?), but why does someone mark them as orphaned and why shouldn't they be deleted during a format? Can you answer these questions in short answers, please (<=100 words each)? Doesn't the fsck utility help?oldefoxx wrote:I'm not offered a choice of doing either quick or long formats. gparted and the installer so quick formats for ext4, but long formats for ext2 and ext3. Trouble is, these formats skip the orphaned superblocks according the teskdisk's deeper search after the format completes. Like I said, it seems normal writes apparently avoid or skirt existing superblocks, though new superblocks are written to report details of the partition during the format process.
I know how to directly access the harddrive under linux. Just write to /dev/sdX or /dev/hdX (depending on the harddisk type). Handle it like a normal file, but make sure no partition of it is mounted. If you only want to write to a specific partition you can also attach the corresponding partition number Y to it.
Don't blame the computer for your own shortcomings. The truth is, you were not in a position to do better than you were able to.oldefoxx wrote:What I had to work with was pure junk. I was not in a position to do better than what I had, and I had limited documentation to work with. It might have had some nice stuff inside, but they did not show on the outside...
oldefoxx wrote:Byte IS the correct spelling for a single unit of memory, be it 6 bits, 8 bits, or 12 bits...
But it's not the correct spelling in the context you used.
Firstly, Peek and Poke are BASIC programming functions. Secondly, assembly language has never been for the average person.oldefoxx wrote:Without PEEK() and POKE or inline assembly, there is no machine coding from Basic. TI sold a developer's kit for thousands, and with that you got some or all of what you describe. That was not for the average person.
Not in the game are Tandy, Commodore, Atari, and Sinclair, just to name a few. The former two are long gone, while Atari is holding on to dear life as a brand namesake, and Sinclair is making bikes.oldefoxx wrote:...let others judge on the face of it now. TI is not in the game, is it? That tells you something.
And more out-of-context rambling.oldefoxx wrote:... the dates 72 and 74 was picked up from a history of early PC years found online, so check your facts first for a change.
oldefoxx wrote: Mon May 23, 2016 12:35 amNeither Ubuntu nor OpenSUSE recognize tl or dr. Looks like you have something going under Windows. Some more details whould be greatly appreciated. This muxt be custom code you are referring to, not generic to Linux. If it does what you suggest it does, that would be really great.nco2k wrote:tl;dr
c ya,
nco2k