home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / SFD-1001-DRIVE-ARCHIVE < prev    next >
Encoding:
Text File  |  2019-04-13  |  30.9 KB  |  881 lines

  1. **********
  2. Topic 2         Thu Aug 21, 1986
  3. DEB [*deb!*]                 at 16:33 EDT
  4. SUB: SFD Handling Tips & Tricks             
  5.  
  6. The SFD 1001, a 1 MEG IEEE drive, can be used on both the 64 and the 128
  7. with appropriate interfaces.  Please share what you've learned about
  8. living happily ever after with yours here...!
  9. **********
  10. ----------
  11. Category 11,  Topic 2
  12. Message   1       Wed Aug 20, 1986
  13. M.RUANO [Mike]               (Forwarded) 
  14.  
  15. Anyone have info on the address that the SFD uses to store BLOCKS FREE??
  16. Mike
  17. ----------
  18. Category 11,  Topic 2
  19. Message   2       Thu Aug 21, 1986
  20. GRAFIX.M [Mike Hooper]       (Forwarded) 
  21.  
  22. After hours of plain old fashioned 'hunt-and-peek' I found it.
  23. Just INITIALIZE the drive
  24. PRINT#15,"m-r"chr$(157)chr$(67)chr$(3)
  25. get#15,b1$,dy$,b2$
  26. BA=asc(b1$+chr$(0))+asc(d2$+chr$(0))*245
  27.   
  28. BA is BLOCKS AVAILABLE!
  29. ----------
  30. Category 11,  Topic 2
  31. Message 5         Tue Sep 09, 1986
  32. SALEWIT                      at 22:06 PDT
  33.  
  34. I have no tips or tricks YET, but believe it or not, I'm STILL looking for
  35. that memory location! I've talked to
  36. many people. Nobody knows where or how to even go about finding it. The only 
  37. luck I've had was a phone call to the
  38. tech at Progresive Peripherals in Colorado, and she says that the only written 
  39. indication of disk RAM for the SFD is located in a file on DELPHI.
  40. Anybody that belongs to DELPHI, PLEASE,PLEASE,PLEASE HELP ME OUT! I'll pay 
  41. access time if thats what it takes to get my eyes on this top secret file.
  42.  
  43.                   Impatiently
  44.                    Sam Lewit
  45. ----------
  46. Category 11,  Topic 2
  47. Message 8         Wed Sep 10, 1986
  48. DEB [*deb!*]                 at 16:35 EDT
  49.  
  50. Sam....
  51.   
  52.    As you might imagine, I know every nook and cranny where we hide
  53. information over on Delphi....and there is *nothing* there ANYWHERE
  54. like this!!!
  55.   
  56.    Fiddlesticks, maybe we should get PP&S in here for a day to answer
  57. some questions?
  58.   
  59.      **
  60. ----------
  61. Category 11,  Topic 2
  62. Message 9         Wed Sep 10, 1986
  63. GBARRETT [VISION100]         at 22:23 CDT
  64.  
  65.     Anybody ever checked any of the Butterfield files on the SFD?  I haven't 
  66. looked here, but I believe he had one on QuandryLink...a text file with 
  67. locations, etc...and I THOUGHT I had it...but I'm packing to move and
  68. things are kinda disorganized right now!
  69.     Will look there tonight...and report back.
  70. -GaryB
  71. ----------
  72. Category 11,  Topic 2
  73. Message 10        Thu Sep 11, 1986
  74. SALEWIT                      at 21:22 PDT
  75.  
  76. Well fiddlesticks indeed! Gee, I wonder what happened to that file then? Thanks 
  77. so much for those that have looked for me. I DO appreciate it!
  78. I'll have to call PS&P again to see what the heck is going on.
  79. I shudder the thought of having to call Skyles. I told you this Mike, but others 
  80. might be humored by it too.
  81. This is an excerp from Skyles' 'manual' on the SFD changing the device number. 
  82. He has a little chart explaining which jumpers to cut for each device #.
  83. But he failed to show the jumpers for devices 12 to 15 (which an SFD is capable 
  84. of), but instead has a little note that says, and I quote:
  85. "The jumpers to cut for 12 to 15 are left as an exercise for the reader"
  86. What the heck is that? I don't want to take a tutorial on jumper cutting! An 
  87. exercise. HA! The only way I take that is that HE (Bob Skyles) did not know 
  88. himself! 
  89. What a joke. Anyway, I'll get back to you all on what PS&P has to say about this 
  90. mysterious and only file on the SFD.
  91. Thanks again!
  92. ----------
  93. Category 11,  Topic 2
  94. Message 11        Fri Sep 12, 1986
  95. DEB [*deb!*]                 at 01:29 EDT
  96.  
  97. The other set of traces to cut for the higher device numbers include
  98. the one right NEXT to the two he did tell you about.  On a 1541 there
  99. was a pair of half moon thingies, on an SFD, there is a trio.
  100.   
  101.      But that is a humourous way to tell your folks how to ruin their
  102. drives, I'll admit...!
  103.   
  104.       **
  105. ----------
  106. Category 11,  Topic 2
  107. Message 12        Sun Dec 21, 1986
  108. JIM.MAC [* SysOp *]          at 13:43 EST
  109.  
  110. One thing I do that might save SFD owners some headaches, especially if
  111. they are using them on a BBS is check each disk's integrity after it has
  112. been formatted.
  113. I run a program that writes to every sector and if an error, (bad sector),
  114. is encountered it locks it out. This is done by writing to the BAM.
  115. Of course if you validated the disk you have to run the program again.
  116. Once the program has been run all write operations to the disk will
  117. bypass the bad sector(s).
  118. it. If I get enough requests I will polish this program up so is menu
  119. driven and upload it.  -Jim
  120. ----------
  121. Category 11,  Topic 2
  122. Message 13        Sun Dec 21, 1986
  123. MICHAEL.M [-:SysOp:-]        at 21:43 EST
  124.  
  125. In conjunction with Jim's idea, the use of a good-quality disk *does*
  126. make a difference on a finicky SFD.  Maxells have never let me down.
  127. ----------
  128. Category 11,  Topic 2
  129. Message 14        Mon Dec 22, 1986
  130. DEB [*SysOp*]                at 03:08 EST
  131.  
  132. ...and I use a High Density Diskette on my SFD for the BBS.  We're talking
  133. 96 TPI, $35-40 per box.  It only takes one trashed disk, and you'll KNOW
  134. the $4.00 per diskette is WORTH it!  <<smile>>
  135.   
  136.        *deb!*
  137. ----------
  138. Category 11,  Topic 2
  139. Message 15        Mon Dec 22, 1986
  140. KEVIN-S. [KeS]               at 01:40 PST
  141.  
  142. Gosh, deb, and I only paid $1.00 apiece for 96 tpi Dysans this 
  143. weekend! (For an AT user)  Guess it is all in that keen shopping eye!
  144. .          KeS
  145. ----------
  146. Category 11,  Topic 2
  147. Message 16        Mon Dec 22, 1986
  148. DEB [*SysOp*]                at 04:51 EST
  149.  
  150. Well, smirk away, Kevin...As you know, tho, AT style disks are NOT normal
  151. diskies...
  152.   
  153. <<As I watched a friend find out the hard way with his SFD!>>
  154.   
  155. If you go out in search of 96 TPI disks, do NOT get the disks for the AT
  156. IBM computer!!  Get what is called 'HD' 96 TPI.  The AT style disks are not
  157. called 'HD', but 'Quad Density'.  They have a stronger something technical
  158. sounding sZ{gnal required to format/read/write on them...and your SFD won't
  159. even begin to format!  <<I forgot what you call the signal thingie that
  160. they made stronger just for AT's...>>
  161.   
  162. Thanks for the reminder about posting *this* info Kevin!  <1 dollar, indeed!>
  163.   
  164.      *deb!*
  165. ----------
  166. Category 11,  Topic 2
  167. Message 17        Mon Dec 22, 1986
  168. KEVIN-S. [KeS]               at 18:26 PST
  169.  
  170. Oh, sorry, deb!  Yes, but they had BOTH types available!  Take 
  171. your pick, mix and match boxes of ten... of course, I don't 
  172. HAVE an SFD, so what am I smirking about!?
  173.                KeS
  174. ----------
  175. Category 11,  Topic 2
  176. Message 18        Mon Dec 22, 1986
  177. DEB [*SysOp*]                at 22:26 EST
  178.  
  179. So, can ya get me any more of those disks at THAT price...?  <<grin>>
  180. ----------
  181. Category 11,  Topic 2
  182. Message 19        Mon Dec 22, 1986
  183. GARYW                        at 22:29 CST
  184.  
  185. Deb:  I am going to bring you some disks.  Ihave been using these on my Radio 
  186. Shack TRS-80 model 3 which used Quad drives and I have never had any problems.
  187. Speaking of disks, don't you still owe me $14.00???
  188. ----------
  189. Category 11,  Topic 2
  190. Message 21        Tue Dec 23, 1986
  191. JIM.MAC [* SysOp *]          at 00:43 EST
  192.  
  193. The SFD's are indeed finicky about what disks you put in them.  As Deb
  194. mentioned, if you are running a BBS as both she and I are with SFD's get
  195. yourself 'HD' disks. The $$ might hurt you at first, but does not compare
  196. to the headache you will have in time if you use 'cheapies'.
  197. ----------
  198. Category 11,  Topic 2
  199. Message 22        Tue Dec 23, 1986
  200. GRAFIX.M [Mike Hooper]       at 08:04 EST
  201.  
  202. Jim-
  203.  *I'd* LOVE that little utility!  I've got an SFD that is a bit flakey
  204. at times and it won't deal with *some* tracks at all.  I use the SFD as
  205. a drive for LIBRARY text files and never have users writing to it.  That
  206. utility would sure help when setting up a new disk for the system (till
  207. I can find someone to FIX the little bugger!)
  208.   \\GFX//
  209. ----------
  210. Category 11,  Topic 2
  211. Message 23        Wed Dec 24, 1986
  212. JIM.MAC [* SysOp *]          at 01:21 EST
  213.  
  214. GFX-
  215.  
  216. I will polish up the program that reads checks each sector and locks out
  217. any bad ones it encounters.  It is very handy. It is also fast when you
  218. consider that it has to read and write to 154 sectors.  
  219. ----------
  220. Category 11,  Topic 2
  221. Message 24        Sun Dec 28, 1986
  222. S.LEWIS                      at 22:08 MST
  223.  
  224. Gee, I'm surprised nobody ever mentioned getting a "format speed error" on
  225. his/her SFD... what a  common thing around here (and one, I might add, that 
  226. has brought me a buck or two).
  227.  
  228. Another common problem is the guy that goes in to change device numbers with
  229. a razor knife and hacks through a few too many traces. Drive will sit there 
  230. and flash 4 or 5 times, stop, then repeat the flashing forever. Sound familiar?
  231.  
  232. Steve
  233. ----------
  234. Category 11,  Topic 2
  235. Message 25        Mon Dec 29, 1986
  236. DEB [*SysOp*]                at 17:50 EST
  237.  
  238. Steve...hahaha, I knew someone that cut too many traces on *2* SFD's, and
  239. he had no idea what to do with them...decided they would cost too much to
  240. repair.
  241.   
  242. So...what *do* you do with an SFD on which your scalpel has slipped?!
  243. ----------
  244. Category 11,  Topic 2
  245. Message 26        Mon Dec 29, 1986
  246. GARYW                        at 19:41 CST
  247.  
  248. YOu bring it with you to CEs and I will fix it for FREE.
  249.  
  250. ----------
  251. Category 11,  Topic 2
  252. Message 27        Mon Dec 29, 1986
  253. DEB [*SysOp*]                at 21:36 EST
  254.  
  255. Nonono, Gary, twasn't *mine*...*I* know how to cut traces *right*
  256.   <<grin>>
  257. ----------
  258. Category 11,  Topic 2
  259. Message 28        Mon Dec 29, 1986
  260. S.LEWIS                      at 21:44 MST
  261.  
  262. So how much would this guy like to sell em for? Leave me a *private*
  263. message, eh?
  264.  
  265. For that matter... if *anybody* has an SFD or the GOOD OLD Quicksilver
  266. for the 64 that they'd like to part with, please leave me a line or two
  267. along with a price. If I'm not interested I can probably put you in
  268. touch with somebody who is.
  269.  
  270. 8050's, 8250's, 9060's, and 9090 inquiries also welcome!
  271.  
  272. By the way, anybody experience any 22 errors on their 9060 yet???
  273.  
  274. Steve
  275. ----------
  276. Category 11,  Topic 2
  277. Message 29        Tue Dec 30, 1986
  278. GRAFIX.M [Mike Hooper]       at 18:22 EST
  279.  
  280. Steve-
  281.   I haven't got the DOS manual handy, and don't recall what a 22 error is,
  282. but I've had the drive scramble the directory and BAM twice now.  First
  283. time I attributed it to my learning the ins and outs of the D9090.  It
  284. was no great loss, since I had current backups of the few files I had on
  285. it.  The second time was a disaster!  Close to 6 Meg on it and many items
  286. not backed up.  I've looked at it with a sector editor and all the files
  287. are there, but several blocks of directory are duplicated and the track/
  288. sector path is scrambled in a few places.  A couple of links are now
  289. recursive!  ::ACK::  I've about given up on it (sigh).
  290.  \\GFX//
  291. ----------
  292. Category 11,  Topic 2
  293. Message 30        Wed Dec 31, 1986
  294. S.LEWIS                      at 03:01 MST
  295.  
  296. You didn't "collect" or validate it, did you? A nasy no-no for 9060 and
  297. 9090 drives! For the fun of it, before I reformat mine over the weekend
  298. I intend to do a collect on it and see how much damage it does *this time*
  299. (I did it to a different drive a couple of years back and the directory
  300. became as scrambled as all he**). If you want to part with it, please let
  301. me know.
  302. ----------
  303. Category 11,  Topic 2
  304. Message 31        Thu Jan 01, 1987
  305. GRAFIX.M [Mike Hooper]       at 16:35 EST
  306.  
  307. Yep, validating did it both times (you'd think I'd learn from the FIRST time)!
  308. OK.  So validating a 9060 & 9090 is a no-no....so what do you do with
  309. an open file?
  310.   \\GFX//
  311. ----------
  312. Category 11,  Topic 2
  313. Message 32        Thu Jan 01, 1987
  314. DEB [*SysOp*]                at 17:53 EST
  315.  
  316. CLOSE it!
  317. ----------
  318. Category 11,  Topic 2
  319. Message 33        Fri Jan 02, 1987
  320. S.LEWIS                      at 00:45 MST
  321.  
  322. Don't validate it!!! Rename it to something that will stay out of your
  323. way... like "SPLAT X" where X is a number or letter. You can then check on
  324. the demon's progress with a selective directory of SPLAT*... Not a good
  325. solution, but one that will keep everything in order.
  326.  
  327. Steve
  328. ----------
  329. Category 11,  Topic 2
  330. Message 34        Fri Jan 02, 1987
  331. DEB [*SysOp*]                at 03:22 EST
  332.  
  333. Isn't there a quick trick to opening a SPLAT file and closing it back up?
  334. <<Thinking REAL hard>>
  335.   
  336.       *deb!*
  337. ----------
  338. Category 11,  Topic 2
  339. Message 35        Sun Jan 04, 1987
  340. S.LEWIS                      at 19:10 MST
  341.  
  342. I don't think so (or that information has never dribbled down to me thru
  343. local info, national net tricks or Butterfield magazine articles. There IS,
  344. however, a way to access the information in a splat file...
  345.  
  346. OPEN8,8,8,"filename,p,m"
  347.  
  348. Substitute the proper file type for the p and use M instead of R.
  349.  
  350. I've never actually tried that to the end of a file, but as I recall you
  351. have to manually tell it when to stop as the pointers in the last block
  352. of the actual file are pointed at the  expected next block or some such
  353. thing, and you'll keep on reading whatever that expected next block links
  354. to... I should try that tonight before I reformat the ol' 9090...
  355.  
  356. Steve
  357. ----------
  358. Category 11,  Topic 2
  359. Message 36        Thu Jan 08, 1987
  360. GRAFIX.M [Mike Hooper]       at 15:47 EST
  361.  
  362. Are there any other "suprizes" waiting for me if I use any other of the
  363. common DOS commands with the 9090?
  364.   \\GFX//
  365. ----------
  366. Category 11,  Topic 2
  367. Message 37        Sun Jan 11, 1987
  368. S.LEWIS                      at 23:25 MST
  369.  
  370. Don't try putting a 128 autoboot sector on it! You'll wipe out an important
  371. pointer!
  372.  
  373. Steve
  374.  
  375.  
  376.  
  377. Topic 3         Sun May 18, 1986
  378. P.L.MADDEN                   (Forwarded) 
  379. SUB: SFD-1001 Fast Backup                   
  380.  
  381. Is there such a thing as a fast
  382. Backup program for a SDF-1001, a
  383. One Meg Drive for the C64?
  384. 5 message(s) total
  385. **********
  386. ----------
  387. Category 11,  Topic 3
  388. Message 1         Mon May 19, 1986
  389. DEB [*deb!*]                 (Forwarded) 
  390.  
  391. Well, its not a 60 second special from Mike Henry, but there are programs
  392. that back them up...and as soon as I get it uploaded, Bill Brier recently
  393. made public the hints for speeding up the SFD.  
  394.    
  395.  heck, maybe we _should_ call Mike Henry and ask him!!
  396.    
  397.       *deb!*
  398. ----------
  399. Category 11,  Topic 3
  400. Message 2         Sat May 24, 1986
  401. P.L.MADDEN                   (Forwarded) 
  402.  
  403. Sounds good deb!  Let me know when and
  404. where the info on speeding the SFD
  405. is when you get it up here...
  406.      --Perry--
  407. ----------
  408. Category 11,  Topic 3
  409. Message 3         Sun May 25, 1986
  410. KARE                         (Forwarded) 
  411.  
  412. Perry, the info on speeding up the SFD is posted in the
  413. database catagory Information Exchange, file #967.
  414. Enjoy!!      
  415.          -kare-
  416. ----------
  417. Category 11,  Topic 3
  418. Message 5         Sun Jun 08, 1986
  419. HAUTZENROEDE                 (Forwarded) 
  420.  
  421. There is a fast filecopier for the SFD-1001. DI-SECTOR v3.0b supports the SFD 
  422. and will copy all files. 
  423. HAUTZENROEDER
  424. ----------
  425.  
  426.  
  427. Topic 5         Tue Jul 22, 1986
  428. GRAFIX.M [Mike Hooper]       (Forwarded) 
  429. SUB: New SFD-1001 Alignment disk due soon   
  430.  
  431. Cardinal Software is releasing a new utility to align your SFD!
  432. 17 message(s) total
  433. **********
  434. ----------
  435. Category 11,  Topic 5
  436. Message 1         Tue Jul 22, 1986
  437. GRAFIX.M [Mike Hooper]       (Forwarded) 
  438.  
  439. The SFD Physical Exam will also include 8250 on the same disk and docs for
  440. both.  They claim it will be as easy to use as the 1541 Physical Exam!
  441. Price will be $39.95 and will be released in late Aug. or Sept.
  442. ----------
  443. Category 11,  Topic 5
  444. Message 2         Wed Jul 23, 1986
  445. DEB [*deb!*]                 (Forwarded) 
  446.  
  447. HOORAY!  Thanks for the good news, Mike!
  448.    ((already 1 SFD that won't format a disk....))
  449. ----------
  450. Category 11,  Topic 5
  451. Message 3         Mon Sep 01, 1986
  452. B.DOHERTY [Bob]              at 00:20 EDT
  453.  
  454. Tonight I tried to format a disk on my SFD 1001 and no matter how I
  455. Attempted to do it I got a
  456. Error 75,FORMAT SPEED,1,00,0
  457. Could this be a simple alignment problem or something more serious?
  458. Also, how much should I expect to pay to have the SFD aligned?
  459. Thanks,
  460. Bob
  461. ----------
  462. Category 11,  Topic 5
  463. Message 4         Mon Sep 01, 1986
  464. SURVIVOR [S. Gutknecht]      at 15:58 EDT
  465.  
  466.  
  467. If the problem is simply the speed... it is usualy easy to alter
  468. that yourself... ask DEB if she can help...
  469.  
  470. ----------
  471. Category 11,  Topic 5
  472. Message 5         Mon Sep 01, 1986
  473. DEB [*deb!*]                 at 17:43 EDT
  474.  
  475. DEB doesn't do hardware, remember...?!
  476.   
  477. Bob, I have *2* drives that will not format.  Yup, its due to alignment.
  478. Remember them 1541's that would go out of alignment and then format a disk
  479. just fine, except that the disk could not be read by any other drive???
  480.   
  481. I believe that this speed check is a way of preventing this from happening.
  482.  
  483. NOW...how to align it?  I dunno.  Does the disk drive self-check kit do
  484. this?   Yea, I know its got a name, just forgot it!!  Mike said they were
  485. about to release an SFD version.
  486.  
  487.       *deb!*
  488. ----------
  489. Category 11,  Topic 5
  490. Message 6         Mon Sep 01, 1986
  491. GRAFIX.M [Mike Hooper]       at 19:11 EDT
  492.  
  493. In talking with Cardinal, they tell me the utility will have lots of 
  494. photographs,
  495. and utilities to make the job easier.  It also includes a speed check and
  496. instructions on how to adjust it.  I'll give  'em a call Tuesday and see if
  497. they have a release date yet.
  498.   --GFX
  499. ----------
  500. Category 11,  Topic 5
  501. Message 7         Mon Sep 01, 1986
  502. B.DOHERTY [Bob]              at 19:36 EDT
  503.  
  504. Yes Deb the SFD performance test results in the same error message plus
  505. A system failing message.
  506. Well, if its got to be aligned, its got to be aligned!
  507. I've located a place locally with same day service. What more could I ask for?
  508. ----------
  509. Category 11,  Topic 5
  510. Message 8         Mon Sep 01, 1986
  511. GRAFIX.M [Mike Hooper]       at 21:29 EDT
  512.  
  513. Gee, how much do they charge and do they do mail order??
  514. ----------
  515. Category 11,  Topic 5
  516. Message 9         Tue Sep 02, 1986
  517. DEB [*deb!*]                 at 02:46 EDT
  518.  
  519. Wow, with 2 drives out to lunch, I'm dying for a solution, too!!!
  520.   
  521. They are reading and writing PERFECTLY tho...!!
  522.   
  523.       **
  524. ----------
  525. Category 11,  Topic 5
  526. Message 10        Tue Sep 02, 1986
  527. B.DOHERTY [Bob]              at 02:47 EDT
  528.  
  529. Naw Gary, ITis just a little hole in the wall...
  530. I doubt very much UPS could find them! (grin).
  531. ----------
  532. Category 11,  Topic 5
  533. Message 11        Wed Sep 03, 1986
  534. GRAFIX.M [Mike Hooper]       at 13:26 EDT
  535.  
  536. I talked with Cardinal Software, RE: the status of the SFD alignment disk.
  537.  They say, "....manual is at the printers and they will have it ready to go
  538. in 2-3 weeks."  They also said you can place orders with them.  Phone and
  539. address is in this TOPic.
  540.   --GFX
  541. ----------
  542. Category 11,  Topic 5
  543. Message 12        Wed Sep 03, 1986
  544. DEB [*deb!*]                 at 17:57 EDT
  545.  
  546. Mike....
  547.   
  548.    Wanna bet that the address/phone is in this topic...???  Also, did
  549. anyone mention price?
  550.  
  551.    Now...the real dumb question of the hour.  Does this 'Physical Exam'
  552. work with more than 1 drive?  How does it work?  Do I have to take the
  553. drive apart or mess with something I don't know anything about??
  554.   
  555.    Remember, I couldn't tell a resistor from a capacitor, and I'm kinda
  556. surprised that I can spell them!!
  557.  
  558.       **
  559. ----------
  560. Category 11,  Topic 5
  561. Message 13        Sat Sep 06, 1986
  562. J.MACCRAW [Apprentice]       at 10:05 CDT
  563.  
  564. As I've said, I'm a Color64 BBS SysOp, running it on three SFDs and a '41
  565. (300/1200- 24 hrs). Over the course of almost a year, I've picked up a 
  566. bit of 1001 "lore", and it's hard to sp  separate the fact from myth...but
  567. there does seem to be a ghost or two in the machine. (And it seems that the
  568. older ones- like that big batch that Protecto moved- are the worst). At any
  569. rate, a goodly number of them fall prey to that loony format speed error. I'm
  570. no techie, and I can't tell you exactly what the problem is. What happened
  571. with me is that I found a local shop run by one guy who is a PET wizard. Once
  572. he alligns the beasts, and gets the speed set PROPERLY, they work fine with no
  573. problems. I think the best advice I could give you is to look around your area
  574. for a shop that works on PET stuff (assuming that there is no one advertising
  575. that they work on SFDS) the similarity is such that - if the tech is any good,
  576. he/she should have no real probs. HOWEVER- the guy that works on mine is
  577. highly reccomended, and if you can't fine anyone locally in your area and
  578. decide to ship- I would use this guy. His place is called ECS, is in
  579. Minneapolis, and is highly respected by local '41 owners for his work I on that
  580. drive. I can post the phone # and address, but LD information in area code 612
  581. will get it for you just as quickly. ECS. BTW- anybody else actually TRIED
  582. that SFD speedup from Transactor that I've been hearing about? Does it
  583. really work?
  584. peace.  jm
  585. ----------
  586. Category 11,  Topic 5
  587. Message 14        Fri Oct 17, 1986
  588. GRAFIX.M [Mike Hooper]       at 17:02 EDT
  589.  
  590. Cardinal informs me they are SHIPPING!
  591.   
  592. The SFD-1001 & 8250 Physical Exam is $39.95 and can be ordered from:
  593.   Cardinal Software
  594.   14840 Build America
  595.   Woodbridge, WV  22191
  596.   703-491-6494
  597.   
  598. They have told me they will ship detailed info on it and I'll post as soon
  599. as it gets here.
  600.   \\GFX//
  601. ----------
  602. Category 11,  Topic 5
  603. Message 15        Sun Dec 21, 1986
  604. JIM.MAC [* SysOp *]          at 13:34 EST
  605.  
  606. Jumping in on the format/speed issue this is what I have found...
  607. Running SFD's 24 hours a day on a BBS gives the drive the time to get 
  608. mighty hot!  Once the drives reach a certain temperature they will not
  609. format. If you dig out the error code you find that it is as mentioned
  610. a speed problem.  I just turn the drive(s) off and let them cool down and
  611. in time they once again will oblige when you issue a format command.
  612. ----------
  613. Category 11,  Topic 5
  614. Message 16        Tue Dec 23, 1986
  615. GRAFIX.M [Mike Hooper]       at 08:06 EST
  616.  
  617. hummm....mine did just that, and after the cooling off period, she would
  618. format fine.....for a while.  Now she won't EVER format, tho it will
  619. read and write to my original disks just fine.
  620.   \\GFX//
  621. ----------
  622. Category 11,  Topic 5
  623. Message 17        Tue Dec 23, 1986
  624. DEB [*SysOp*]                at 11:15 EST
  625.  
  626. Mike...it needs to be aligned.  The SFD's alignment is VERY VERY critical
  627. and instead of formatting when its off, like the 1541 did, it just
  628. refuses to format.  Considering the high density involved, I'd say
  629. that was a good idea!!
  630.   
  631.      *deb!*
  632.  Category 11,  Topic 7
  633. Message 1         Tue Feb 04, 1986
  634. B.DOHERTY                    (Forwarded)SUB: IEEE Quicksilver for the SFD
  635.  
  636.  
  637. Well, Skyles has announced a new interface for the 128 (IEEE) called the
  638. QuickSilver-128. I  really would like to hear from ANY user who is familiar
  639. with it. Especially in regards to its performance With the SFD-1001.
  640. ----------
  641. Category 11,  Topic 7
  642. Message 2         Tue Feb 04, 1986
  643. DEB [*Sysop* DEB]            (Forwarded) 
  644.  
  645. It has not been shipped yet, Bob.  I will be speaking with Bob Skyles
  646. next weekend in San Francisco and hope to be able to find out just exactly
  647. this same thing!!!
  648.    
  649.     *deb!*
  650. ----------
  651. Category 11,  Topic 7
  652. Message 3         Thu Feb 13, 1986
  653. B.DOHERTY [Bob]              (Forwarded) 
  654.  
  655. Well Deb!, How did we make out?
  656. Did you have a chance to talk with Robert Skyles
  657. about the new QuickSilver-128?
  658. ----------
  659. Category 11,  Topic 7
  660. Message 4         Fri Feb 14, 1986
  661. DEB [*Sysop* DEB]            (Forwarded) 
  662.  
  663. The QuickSilver-128 is being shipped....!  
  664.    
  665. Right now, its certainly the most transparent IEEE for the 128....the
  666. E-link from Progressive Peripherals will not be nearly as transparent...
  667.   
  668.      **
  669. ----------
  670. Category 11,  Topic 7
  671. Message 5         Fri Apr 25, 1986
  672. MIKEM [Pax Regal]            (Forwarded) 
  673.  
  674. Welp, here I am again using a term that cant change duplex easily <dont ask me 
  675. why i use it!?>
  676.   And, again I am responding to an old string here, but thats the story of my 
  677. life <better late...etc>
  678.   I run a Color/Graphix BBS <Color-64 by Greg Pfountz>, and have had the 
  679. unfortunate pleasure of
  680. dealing with Skyles <sorry Bob!>.  Hooked up to my BBS are three 1541's and an 
  681. SFD-1001.  Naturally with a setup such as this, a tre ansparent intertface is
  682. a MUST. Well, Upon I waited months for Skyles new IEEE-Flash to come out for
  683. the C-64, and when it did I almost screamed.
  684. The thing had such a terrible time reading sequential files it ridiculous.  
  685. That, coupled with the fact that it isnt compatible with Skyles' 1541-Flash,
  686. prompted me to send IEEE back for a refund.  I had other problems too numerous 
  687. to mention, ,   , but that was the gist of it.  I had borrowed the 128 version 
  688. to try my luck with it hooked to the board, and still no better.  I have heard
  689. many reasons for Skyles to do away with the old Quicksilver, but for the life
  690. of me cannot understand why one would discard an excellent product and replace
  691. it with with IEEE-Flash. I am now using E-LINK from Progressive Periph. and it
  692. is EXTREMELY transparent, both the 64 and the 128 have no problems at all.  I
  693. can actually sleep nights now, knowing the BBS wont decide to crash on me.
  694. (The folks at Progree ssive have an excellent attitude about helping       
  695. support....Thanx Jim!>
  696. Next time ill log on with a   half duplex so i can read what I write...sheesh.
  697. Mike
  698. ----------
  699. Category 11,  Topic 7
  700. Message 6         Sat Apr 26, 1986
  701. DEB [*deb!*]                 (Forwarded) 
  702.  
  703. Mike ....
  704.    
  705.     I understand there have been several revisions to the Quicksilver
  706. interface, and even the last one did not properly work under 64 mode on the
  707. 128.  I am, however, surprised to find that the E Link from Progressive is
  708. this transparent!  
  709.    
  710.     As a side note, Mike, if you forget to boot up your program at half duplex,
  711. you CAN get GEnie to go into full duplex!  After you enter the HHH and get
  712. the U#= prompt:
  713.    
  714.  Press CTRL R and then enter your ID and password!
  715.   
  716.     *deb!*
  717. ----------
  718. Category 11,  Topic 7
  719. Message 7         Wed Apr 30, 1986
  720. MIKEM [Pax Regal]            (Forwarded) 
  721.  
  722. Ahhh!  Thanx fror the CNTRL-R, deb! !
  723.  
  724.   From what I understand <and I have talked at length with Bob and others at 
  725. Skyles> is that there is no longer a Quicksilver, per se.
  726. They are now using an IEEE-Flash, sans Bryce Nesbitt's genius. <I.E.: It is a 
  727. Bobexclusively a Bob Skyles Production> <ugh>
  728. E-Link is <in its present state> marvelous, as is Progressive Peripherals 
  729. service department.
  730. (All of this drivvel is my own personal opinion.  Your mileage may vary)
  731.     -Mike
  732. ----------
  733. Category 11,  Topic 7
  734. Message 8         Thu Dec 04, 1986
  735. FRANKIE.HLWD                 at 23:08 EST
  736.  
  737. I have been using the 128 quicksilver for about 2 months now an I find it 
  738. great!!
  739. I also connected a switch to go to and from the Rom chip that was required
  740. to replace when inserting the interface mainly because some programs require
  741. the original ROM chip that comes with the computer!!
  742. ----------
  743. Category 11,  Topic 7
  744. Message 9         Sat Dec 06, 1986
  745. DEB [*deb!*]                 at 04:41 EST
  746.  
  747. My SFD's and (2) QuickSilvers are still living happily ever after here
  748. at my desk...and I'm pleased as can be, even after this long.  64-mode
  749. does NOT give you the complete transparency that 128 mode does, but
  750. it works most of the time...
  751.   
  752.      *deb!*
  753. -----------
  754. Topic 22        Sun Aug 31, 1986
  755. SALEWIT                      at 20:49 PDT
  756. SUB: SFD-1001 Memory location               
  757.  
  758. I am looking for the memory location for the SFD-1001 to read the current
  759. track and sector. Can't seem to find any info on this.
  760. Can anybody help??
  761. 14 message(s) total
  762. **********
  763. ----------
  764. Category 11,  Topic 22
  765. Message 1         Mon Sep 01, 1986
  766. SALEWIT                      at 13:15 PDT
  767.  
  768. OK, if nobody knows the answer, then how bout some ideas on WHERE or HOW I can 
  769. get this info. Help! I'm desperate!
  770. ----------
  771. Category 11,  Topic 22
  772. Message 2         Mon Sep 01, 1986
  773. DEB [*deb!*]                 at 17:49 EDT
  774.  
  775. Sam....
  776.    
  777.    Are you trying to locate the code to EXECUTE a read from a specific block
  778. or are you trying to find out how to tell from a MEMORY READ where the
  779. drive is located at at the moment??
  780.   
  781.     ....and what are you doing with it?  Perhaps there is another way to
  782. approach the problem?
  783.   
  784.         *deb!*
  785. ----------
  786. Category 11,  Topic 22
  787. Message 3         Mon Sep 01, 1986
  788. SALEWIT                      at 16:15 PDT
  789.  
  790. Yes Deb, I need to do a MEMORY READ (m-r) to find out what track and sector the 
  791. disk is on.
  792. I'm currently running a BBS that has file descriptions in it, with the NUMBER OF 
  793. ACCESSES in the file. 
  794. Well until recently all I had were 1541's, and I did a m-r to find the T & S, 
  795. then did a u1 to increment and u2 to write it back. Very fast, 
  796. and eliminates the need to read in the seq description them n write it back with 
  797. the new access number.
  798. I'm kinda convinced that this is the only way ta go right now. It'S been working 
  799. so well with the 1541's, that I'd hate to devise a new system
  800. of course unless it's better!
  801. Thanks a bunch!
  802. P.S. Meanwhile, that line of code in my BBS is STILL doing it with the SFD, and 
  803. lord p only knows WHAT it's doing, so that's why I'm so eager to find this
  804. answer as quick as possible.
  805. ----------
  806. Category 11,  Topic 22
  807. Message 4         Mon Sep 01, 1986
  808. GRAFIX.M [Mike Hooper]       at 19:22 EDT
  809.  
  810. There is a book available from THE TRANSACTOR (also at many local bookstores)
  811. called "The Complete Commodore Inner Space Anthology".  Not only does it contain
  812. a heap of memory location descriptions on the entire line of CBM computers, it
  813. also has a list of important memory locations for the 8250 (which uses the same
  814. DOS as the SFD).  After my trials in finding the Blocks Free loactions, I ran
  815. across the book and sure enough, there it was in black & white!
  816.   
  817.    TRANSACTOR
  818.    277 Linwood Ave
  819.    Buffalo, NY 14209-9990
  820.    416-878-8438 (dunno if this is for orders tho)
  821.   
  822.    Price $14.95 US dollars
  823.   
  824. --GFX
  825. ----------
  826. Category 11,  Topic 22
  827. Message 5         Mon Sep 01, 1986
  828. SALEWIT                      at 20:19 PDT
  829.  
  830. GFX- Do you happen to have that book? I don't mean to sound cheap, but I doubt 
  831. I'll ever need anything else again after finding this location.
  832. Thanks!
  833. ----------
  834. Category 11,  Topic 22
  835. Message 6         Mon Sep 01, 1986
  836. MIKEM [Pax Regal]            at 20:47 PDT
  837.  
  838. Sam:  I have the Transactor manual Mike spoke about also.  It does
  839. not contain any more information than does the SEQ file I upped to
  840. your board.  Like Mike said, its actually half of a 8250, and the
  841. info in the book duplicates that of the file you have.  However,
  842. thsi manual does have complete memory maps of the 4040, 1541, and
  843.  *8050* disk drives.  I'm not at all familiar with the 8050, but if
  844. its similar to the 8250, then this map should have what you need.
  845. -Mike
  846. ----------
  847. Category 11,  Topic 22
  848. Message 7         Tue Sep 02, 1986
  849. GRAFIX.M [Mike Hooper]       at 00:38 EDT
  850.  
  851. Hummm....version I saw had 8250 loacations too.  Maybe there is a revised
  852. edition?
  853.   
  854. Anyway, no, I don't have the book.  I browsed at a local software store.  I'd
  855. love to be able to find a truly complete refrence for DOS 2.7 and DOS 3.0.
  856. But sadly, these are still farily rare.
  857. ----------
  858. Category 11,  Topic 22
  859. Message 8         Tue Sep 02, 1986
  860. DEB [*deb!*]                 at 02:50 EDT
  861.  
  862. the 8050 does _not_ use DOS 2.7, tho, which is what the SFD uses.
  863. The double-sided SFD and 8250 would require additional coding and
  864. overhead...especially for the T & S pointers....
  865.   
  866.       *deb!*
  867. ----------
  868. Category 11,  Topic 22
  869. Message 13        Thu Sep 04, 1986
  870. SALEWIT                      at 02:10 PDT
  871.  
  872. OK, so if nobody could help me with this one, how about the start of RAM in 
  873. these tings?
  874. Anyone know where that might be? 
  875. Looks like I( 'll have to make a disk monitor, and just poke around till I
  876. find two numbers than t match the heAd
  877. position I'm at.
  878.  
  879. hanks
  880. (Darned delete....how do you fix that anyway?!?!)
  881.