Can the Ultra64 demo ISO be mounted on a non-SGI machine?
#8
RE: Can the Ultra64 demo ISO be mounted on a non-SGI machine?
HI DevelMaster,

if you have an IRIX CD you wish to mount on an ubuntu box then:
0. make sure you have xfs file system utils installed
1. dd to create image of CD on disk
2. loop mount it

So for any current Ubuntu release:

Code:
# sudo apt install xfsprogs
# sudo dd if=/dev/cd0 of=irix-cd-01.img
# sudo mkdir /mnt/IRIXCD
# sudo mount -t efs -o ro,loop irix-cd-1.img /mnt/IRIXCD
# ls /mnt/IRIXCD
CDgrelnotes  CDrelnotes  dist  installtools  relnotes  stand  WhatsNew


The reason you are using type efs rather than xfs is because efs preceded xfs and to maintain compatibility for older SGI/IRIX machines CD were always written as efs image.

Cheers from Oz,


jwhat/John
(This post was last modified: 06-09-2024, 05:38 AM by jwhat.)
jwhat
Octane/O350/Fuel User

Trade Count: (0)
Posts: 513
Threads: 29
Joined: Jul 2018
Location: Australia
Find Reply
06-09-2024, 05:35 AM


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)