How to install IRIX from scratch
#12
RE: How to install IRIX from scratch
(09-21-2018, 02:56 AM)Infiltratr Wrote:  Through IRIX, I can see it fine, it ejects and runs like a CDRom drive but I have had no luck in reading anything from it due to a difference between the hardwares sector size and the Octanes assumed sector sizes (I think?)

Well, you don't need a special CD drive. On Linux for sure (and possibly all Unix machines with "dd"?) you can use "dd" to make an image on disk. You can then mount the image from disk and see the files. E.g.:

Code:
cd /mnt
dd if=/dev/cdrom of=disk1.img # (Ignore any read errors reported at the end of file)
mkdir disk1
mount -o loop -t efs disk1.img disk1

And then you can see the files in the disk1/ directory.

If you want to run a network installation (in a more manual way, not via using docker/vagrant images), see http://techpubs.spinlocksolutions.com/ir...linux.html

Hope it helps.
devv
O2

Trade Count: (0)
Posts: 8
Threads: 0
Joined: May 2018
Find Reply
12-14-2018, 07:22 PM


Messages In This Thread
How to install IRIX from scratch - by Infiltratr - 09-21-2018, 02:56 AM
RE: How to install IRIX from scratch - by TruHobbyist - 09-21-2018, 07:52 AM
RE: How to install IRIX from scratch - by Infiltratr - 09-24-2018, 12:32 AM
RE: How to install IRIX from scratch - by TruHobbyist - 09-24-2018, 06:38 AM
RE: How to install IRIX from scratch - by mchartmann - 09-21-2018, 08:10 AM
RE: How to install IRIX from scratch - by gijoe77 - 09-21-2018, 12:16 PM
RE: How to install IRIX from scratch - by dexter1 - 09-21-2018, 01:30 PM
RE: How to install IRIX from scratch - by bjames - 09-22-2018, 03:43 AM
RE: How to install IRIX from scratch - by Irinikus - 09-22-2018, 04:17 AM
RE: How to install IRIX from scratch - by mapesdhs - 09-30-2018, 10:29 PM
RE: How to install IRIX from scratch - by Infiltratr - 10-04-2018, 03:38 AM
RE: How to install IRIX from scratch - by devv - 12-14-2018, 07:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)