.ISO help -
karynroberts - 11-22-2021
I recently downloaded Silicon Graphics General and Platform Demos 6.5.12 1 and 2 of 2 .iso - anything special getting them read or mounted under IRIX? Thanks.
RE: .ISO help -
robespierre - 11-23-2021
IRIX doesn't have loopback mounts (the ability to mount a file as a disk image), so you would need to burn them to CD-R. Nostalgic, I know.
Any CD burning program should be capable of that; my own favorites are Toast (mac) and cdrecord (avail for OSX, Irix, Linux, BSD, etc)
Once the CD-R has been burned, you can either have it mount automatically using the mediad(1) service, if it is enabled; or manually, by typing
Code:
# mkdir /CDROM
# mount -t efs -r /dev/rdsk/dks0d4s7 /CDROM
If the CD-ROM drive is at address #4 on bus #0 (on an Indy for instance). If the drive is external on an Indigo2 or Octane you must use "dks1..."
RE: .ISO help -
karynroberts - 11-23-2021
(11-23-2021, 12:16 AM)robespierre Wrote: IRIX doesn't have loopback mounts (the ability to mount a file as a disk image), so you would need to burn them to CD-R. Nostalgic, I know.
Any CD burning program should be capable of that; my own favorites are Toast (mac) and cdrecord (avail for OSX, Irix, Linux, BSD, etc)
Once the CD-R has been burned, you can either have it mount automatically using the mediad(1) service, if it is enabled; or manually, by typing
Code:
# mkdir /CDROM
# mount -t efs -r /dev/rdsk/dks0d4vol /CDROM
If the CD-ROM drive is at address #4.
Well shoot - I'll burn under Arch Linux then - and yep, I do have an external CDROM. Thanks for the reply!
RE: .ISO help -
Raion - 11-23-2021
Make sure you burn using DAO mode. As I've discussed at length, any CD issued by SGI is not an ISO-9660/RockRidge/UDF/Joliet type -- it's an SGI EFS image.
RE: .ISO help -
robespierre - 11-23-2021
(11-23-2021, 01:17 AM)Raion Wrote: Make sure you burn using DAO mode.
As long as the CD-R is fixated it doesn't matter what mode you use—that is a communication issue between the burning software and the writer. To get gapless audio tracks you do need to use disk-at-once mode, but it makes no difference for plain data CD-ROMs.
RE: .ISO help -
Raion - 11-24-2021
The reason I stated this is because the two most popular OSes, macOS and Windows, particularly care about file extensions as does most GNU/Linux DEs. If you try to burn an EFS image with the built in (since 7) ISO burner, it will make a coaster. Have fun with that. Same with the diskutil for macOS, which may or may not in the 10 years since I was a macOS user regularly have removed that functionality, because Apple gonna innovate.
I don't wanna be a skipping CD here. Just, the ISO extension standard refers to the ISO-9660 and related CDFS types, and the proliferation of it as a generic term is a confusing thing, but something humans are prone to do. In this part of the world, "Kleenex", not tissue, is the common term for what you use when you have a sniffle. Same with "Frisbee", it's a trademark. We genericize terms, and it's not necessarily a good thing.
RE: .ISO help -
peterlthomas - 12-07-2021
EFS images with the .iso extension actually burn with no drama at all on current macOS - I've done it many times. Just right click on the file and select 'Burn to disc'. Easy.