The MOD/M.O.D. (Magneto Optical Drive) IRIX FAQ
By Diego A. De Giorgio
Rosario / Santa Fe / Republica Argentina
Monday, May 29, 2006
Overview
I'll intend to write a short FAQ about the use of Magneto Optical Drives on IRIX/4Dwm. I'll cover initially only the Fujitsu MCC3064SS drives, but testings with Olympus MOS320E and others will follow soon.
The above Fujitsu model seems to be among the best of bests about reliability, speed, easiness to configure, and more specially, versatility and price/performance relationship.
I'll add more details on next posts, since this is a work in progress, motivated by an ask from one of my customers. Also, I'll try to include details about the undocumented DIP Switch settings for a few special features that I'm actually testing.
The Shortest Path
Assuming that you already have properly conected and configured your MOD drive to a given SGI system, with a SCSI Controller# (1), SCSI Device ID# (4), and SCSI LUN# (0), just open any command console and do the following:
(1) - Partitioning:
(2) - Formatting:
(3) - Adding To The Filesystem Mounting Table:
(4) - Creating The Mounting Dir:
(5) - Mounting The Unit:
(5) - Unmounting The Unit:
(7) - Checking/Fixing The Filesystem:
...And, Voila'! ;)
Para Mis Compatriotas, Tambien En Castellano! ;)
El FAQ De Los MOD/M.O.D. (Magneto Optical Drive) En IRIX
Por Diego A. De Giorgio
Rosario / Santa Fe / Republica Argentina
Lunes, Mayo 30, 2006
Generalidades
Voy a intentar escribir un FAQ resumido sobre el uso de Magneto Optical Drives en IRIX/4Dwm. Inicialmente voy a cubrir solamente los drives Fujitsu MCC3064SS, pero pronto seguiran el Olympus MOS320E y algunos otros.
Los modelos Fujitsu parecen ser hasta el momento los mejores en cuanto a confiabilidad, velocidad, facilidad de configuracion, y mas especialmente, versatilidad y relacion precio/performance.
Pronto agregare mas detalles ya que este es un trabajo en progreso. Tambien tratare de incluir mas detalles sobre algunas caracteristicas indocumentadas sobre las configuraciones de los DIP Switchs.
El Camino Mas Corto
Asumiendo que uno ya tiene propiamente conectado y configurado el drive MOD para un determinado sistema SGI, con un SCSI Controller# (1), SCSI Device ID# (4), y SCSI LUN# (0), simplemente abrir una consola de comandos y tipear lo siguiente segun el caso:
(1) - Particionado:
(2) - Formateado:
(3) - Agregado A La Tabla De Montaje Del Filesystem:
(4) - Creacion Del Directorio De Montaje:
(5) - Montaje De La Unidad:
(6) - Desmontaje De La Unidad:
(7) - Revisacion/Reparacion Del Filesystem:
...Y, Pan Comido!
By Diego A. De Giorgio
Rosario / Santa Fe / Republica Argentina
Monday, May 29, 2006
Overview
I'll intend to write a short FAQ about the use of Magneto Optical Drives on IRIX/4Dwm. I'll cover initially only the Fujitsu MCC3064SS drives, but testings with Olympus MOS320E and others will follow soon.
The above Fujitsu model seems to be among the best of bests about reliability, speed, easiness to configure, and more specially, versatility and price/performance relationship.
I'll add more details on next posts, since this is a work in progress, motivated by an ask from one of my customers. Also, I'll try to include details about the undocumented DIP Switch settings for a few special features that I'm actually testing.
The Shortest Path
Assuming that you already have properly conected and configured your MOD drive to a given SGI system, with a SCSI Controller# (1), SCSI Device ID# (4), and SCSI LUN# (0), just open any command console and do the following:
(1) - Partitioning:
Code: Select all
'fx'
'dksc'
'1'
'4'
'0'
'r'
'o'
'efs' (...or...) 'xfs'
'yes'
'..'
'exit'
(2) - Formatting:
Code: Select all
'mkfs_efs /dev/rdsk/dks1d4s7' (EFS Filesystem)
(...or...)
'mkfs_udf /dev/rdsk/dks1d4s7' (UDF Filesystem)
(...or...)
'mkfs_xfs /dev/rdsk/dks1d4s7' (XFS Filesystem)
(3) - Adding To The Filesystem Mounting Table:
Code: Select all
'nedit /etc/fstab'
(Add One Of The Following Lines)
'/dev/dsk/dks1d4s7 /MOD efs rw 0 0'
(...or...)
'/dev/dsk/dks1d4s7 /MOD udf rw 0 0'
(...or...)
'/dev/dsk/dks1d4s7 /MOD xfs rw 0 0'
(4) - Creating The Mounting Dir:
Code: Select all
'mkdir /MOD'
(5) - Mounting The Unit:
Code: Select all
'/sbin/mount /dev/dsk/dks1d4s7 /MOD'
(5) - Unmounting The Unit:
Code: Select all
'/sbin/umount /dev/dsk/dks1d4s7 /MOD'
(7) - Checking/Fixing The Filesystem:
Code: Select all
'fsck /dev/rdsk/dks1d4s7'
...And, Voila'! ;)
Para Mis Compatriotas, Tambien En Castellano! ;)
El FAQ De Los MOD/M.O.D. (Magneto Optical Drive) En IRIX
Por Diego A. De Giorgio
Rosario / Santa Fe / Republica Argentina
Lunes, Mayo 30, 2006
Generalidades
Voy a intentar escribir un FAQ resumido sobre el uso de Magneto Optical Drives en IRIX/4Dwm. Inicialmente voy a cubrir solamente los drives Fujitsu MCC3064SS, pero pronto seguiran el Olympus MOS320E y algunos otros.
Los modelos Fujitsu parecen ser hasta el momento los mejores en cuanto a confiabilidad, velocidad, facilidad de configuracion, y mas especialmente, versatilidad y relacion precio/performance.
Pronto agregare mas detalles ya que este es un trabajo en progreso. Tambien tratare de incluir mas detalles sobre algunas caracteristicas indocumentadas sobre las configuraciones de los DIP Switchs.
El Camino Mas Corto
Asumiendo que uno ya tiene propiamente conectado y configurado el drive MOD para un determinado sistema SGI, con un SCSI Controller# (1), SCSI Device ID# (4), y SCSI LUN# (0), simplemente abrir una consola de comandos y tipear lo siguiente segun el caso:
(1) - Particionado:
Code: Select all
'fx'
'dksc'
'1'
'4'
'0'
'r'
'o'
'efs' (...o...) 'xfs'
'yes'
'..'
'exit'
(2) - Formateado:
Code: Select all
'mkfs_efs /dev/rdsk/dks1d4s7' (EFS Filesystem)
(...o...)
'mkfs_udf /dev/rdsk/dks1d4s7' (UDF Filesystem)
(...o...)
'mkfs_xfs /dev/rdsk/dks1d4s7' (XFS Filesystem)
(3) - Agregado A La Tabla De Montaje Del Filesystem:
Code: Select all
'nedit /etc/fstab'
(Agregar Una De Las Lineas Siguientes)
'/dev/dsk/dks1d4s7 /MOD efs rw 0 0'
(...o...)
'/dev/dsk/dks1d4s7 /MOD udf rw 0 0'
(...o...)
'/dev/dsk/dks1d4s7 /MOD xfs rw 0 0'
(4) - Creacion Del Directorio De Montaje:
Code: Select all
'mkdir /MOD'
(5) - Montaje De La Unidad:
Code: Select all
'/sbin/mount /dev/dsk/dks1d4s7 /MOD'
(6) - Desmontaje De La Unidad:
Code: Select all
'/sbin/umount /dev/dsk/dks1d4s7 /MOD'
(7) - Revisacion/Reparacion Del Filesystem:
Code: Select all
'fsck /dev/rdsk/dks1d4s7'
...Y, Pan Comido!