home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LINUX / HOWTO / mini / lf1000.txt < prev    next >
Text File  |  1997-07-07  |  13KB  |  318 lines

  1.  
  2. Linux - Panasonic LF1000 Optical Disk mini HOWTO
  3. ************************************************
  4. version 1.1 - March 29, 1996 
  5. =============================
  6.  
  7. This file applies to PC based systems only.
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10. Disclaimers 
  11. ============
  12.  
  13. Neither the author nor the distributors of this HOWTO are in any way
  14. responsible for physical, financial, or moral damage incurred by following
  15. the suggestions in this text. 
  16.  
  17. Copyright 
  18. ==========
  19.  
  20. The Linux Panasonic LF1000 Optical Disk mini HOWTO is copyrighted
  21. (C) 1996 by Skip Rye. Linux HOWTO documents may be reproduced and
  22. distributed in whole or in part, in any medium physical or electronic, as long
  23. as this copyright notice is retained on all copies. Commercial redistribution
  24. is allowed and encouraged. The author, however, would like to be notified
  25. of any such distributions. All translations, derivative works, or aggregate
  26. works incorporating any Linux HOWTO documents must be covered under
  27. this copyright notice. In other words, you may not produce a derivative work
  28. from a HOWTO and impose additional restrictions on its distribution.
  29. Exceptions to these rules may be granted under certain conditions. In short,
  30. we wish to promote dissemination of this information through as many
  31. channels as possible. However, we do wish to retain copyright on the
  32. HOWTO documents, and would like to be notified of any plans to
  33. redistribute the HOWTOs. Should you have any questions, please contact
  34. Greg Hankins, the Linux HOWTO coordinator, at gregh@sunsite.unc.edu.
  35. You may finger his address for phone number and additional contact
  36. information. 
  37.  
  38. Phase Change Optical Technology 
  39. ================================
  40.  
  41. Optical Phase Change technology is used to create "In Phase" or "Out of
  42. Phase" bits on a special media for phase change writing. The drive uses a
  43. LASER of different power levels or LASER intensities to produce this
  44. effect. One power level allows the media to flow into a crystalline form
  45. while the other creates an "Out of Phase" condition. The crystallized areas
  46. reflect the read Lasers beam with a different coefficient of reflectivity than
  47. the non-crystallized areas. Thus, data can be read from the disk. 
  48.  
  49. What makes the phase change optical disk special is that it the disk is
  50. formated with concentric cylinders or tracks with each track being sectored
  51. much like a magnetic disk or read/write optical disk. The tracks are very
  52. close so a lot of data can be stored on a disk. This is different from a
  53. CD-ROM in that it gives your system the look and feel of a magnetic disk.
  54. CD-ROMs have a spiraling track much like a audio record. Having tracks
  55. and sectors alone would not make the phase change drive special from
  56. optical disk but the drive has some very special properties; The phase change
  57. drive allows for direct overwrite of data which magneto optical can't do
  58. inexpensively and the media has the very special property of NOT being
  59. susceptible to magnetic fields or as sensitive to static discharge which gives
  60. the media a very long shelf life. 
  61.  
  62. POINTS OF INTEREST 
  63. ===================
  64.  
  65.  o Less than $500. 
  66.  o If You already have a SCSI controller they may provide you with and
  67.    extra disk instead. 
  68.  o Read/Write optical disk. 
  69.  o Can read CD-ROMs at 4X speed. 
  70.  o Can read Kodak PhotoCDs. 
  71.  o Media has a 15 Year shelf life. 
  72.  o SCSI-2 Interface. 
  73.  o Track/sector format as opposed to CD-ROMs spiraling record
  74.    format. 
  75.  o 165ms access time - much better than a tape file restore. 
  76.  o 650Mb data storage per diskette. 
  77.  o Diskettes are about $50 each. 
  78.  
  79. THINGS YOU SHOULD KNOW 
  80. =======================
  81.  
  82.  o It is unknown if the SCSI controller sold with the drive will work
  83.    for Linux. If you find that it or other controllers work, please
  84.    E-Mail me! 
  85.  o Optical disk format not compatible with any other disk drive.
  86.    However, it does have a fair chance of being the next A drive for
  87.    PCs. 
  88.  o Vendors don't seem to support UNIX very well, to bad $$$ -
  89.    marketing is targeted for DOS/Windows and Macintosh. 
  90.  o It seems that the "Use LU" jumper setting works for both Linux and
  91.    DOS even though the manual for DOS says to not use LUs? So you
  92.    don't have to change jumper settings between DOS/Windows and
  93.    Linux. 
  94.  
  95. Installation 
  96. =============
  97.  
  98. The LF1000 is SCSI-2 compatible device. It features a block size of 512
  99. bytes and is compatible with the Linux SCSI drivers. This drive was
  100. installed on a PC compatible AMD 100MHZ 486 with an Adaptic 1542C
  101. SCSI bus-master controller. To install and mount a read/write optical disk
  102. the following steps were taken; 
  103.  
  104. Installation steps : 
  105.  
  106.  o Install the drive and set the SCSI address to not interfere with other
  107.    SCSI devices. Reconnect all cabling. 
  108.  o Boot the computer. Your SCSI controller should note the new drive. 
  109.  o During the Linux kernel boot, you should see an additional SCSI
  110.    device. In my case, having a magnetic system disk for device /dev/sda
  111.    it shows up as /dev/sdb. 
  112.  o I did NOT partition the device because fdisk issued an overwrite
  113.    warning and I did not want to change anything from a dosemu
  114.    standpoint. 
  115.  o mkfs -t ext2 /dev/sdb 
  116.  o mkdir /pd 
  117.  o mount -t ext2 -o ro,suid,dev,exec,auto,nouser,async /dev/sdb /pd -
  118.    Read only 
  119.  o mount -t ext2 -o defaults /dev/sdb /pd - Mount drive W/R 
  120.  
  121. Your ready to "Rock'n'Roll" 
  122.  
  123. Usage hints 
  124. ============
  125.  
  126. Currently it is unknown if the SCSI kernel driver will support switch-able
  127. device modes - ie. CD-ROM ISO 9660 format and ext2 file-systems. If
  128. someone knows please E-mail me. 
  129.  
  130. When Linux boots, it should recognize your new SCSI drive? ie sda or sdb
  131. device. Here is a cutout of the demsg command. Notice it detected the
  132. MATSHITA drive. You should get a similar message. 
  133.  
  134. Note : The three lines below "Adding Swap" line was because Linux was
  135. booted for pd use. If a CD-ROM was in the drive at boot time the driver
  136. would have mounted it as /cdrom using ISO 9660 format. YOU MUST
  137. BOOT LINUX WITH A CD-ROM INSTALLED TO USE THE DRIVE
  138. AS A CD-ROM. Once Linux is booted with a CD-ROM it is simple a
  139. matter of doing a "umount /cdrom" to change media. The new CD-ROM
  140. would of course have to be re-mounted. A shell is provided below to assist
  141. you with this, just cut it out to a file say "mgrpd" and do "sh mgrpd" 
  142.  
  143. #------------------------ Cut of demsg command -------------------------------
  144. Configuring Adaptec at IO:330, IRQ 11, DMA priority 5
  145. scsi0 : Adaptec 1542
  146. scsi : 1 host.
  147.   Vendor: QUANTUM   Model: PD1050iS          Rev: 3110
  148.   Type:   Direct-Access                      ANSI SCSI revision: 02
  149.  
  150. Detected scsi disk sda at scsi0, id 0, lun 0
  151.   Vendor: MATSHITA  Model: PD-1 LF-1000      Rev: A109
  152.   Type:   Optical Device                     ANSI SCSI revision: 02
  153. Detected scsi disk sdb at scsi0, id 1, lun 0
  154. scsi : detected 2 SCSI disks total.
  155. SCSI Hardware sector size is 512 bytes on device sda
  156. SCSI Hardware sector size is 512 bytes on device sdb
  157. Linux version 1.2.13 (root@bigkitty) (gcc version 2.7.0) #1 Wed Aug 23 03:54:14
  158.  
  159. CDT 1995
  160. Partition check:
  161.   sda: sda1 sda2 sda3 sda4
  162.   sdb: bad partition table
  163. VFS: Mounted root (ext2 filesystem) read-only.
  164. Adding Swap: 34812k swap-space
  165. end_request: I/O error, dev 2100, sector 64
  166. isofs_read_super: bread failed, dev 0x2100 iso_blknum 16
  167. Unable to identify CD-ROM format.
  168. ------------------------ Cut of demsg command -------------------------------
  169.  
  170.  
  171. I've got an Adaptec 1452C SCSI controller with Slackware's "scsinet1"
  172. kernel . It works fine with that configuration. Note, if your controller is
  173. different check the SCSI-HOWTO by Drew Eckhardt for comments. 
  174.  
  175. To aid in using the LF1000 drive here is a shell. You are free to use the shell
  176. but please keep the copyright with it. 
  177.  
  178. --------------------------------- Cut Here ---------------------------------
  179. #@/@/@ mgrpd    ABR Linux 1.2.13 486  mgr shell for phase change drive
  180. #************************************************************************#
  181. #                                                                        #
  182. #  program : mgrpd                                                       #
  183. #                                                                        #
  184. #