IRIX and Software

NFS (IRIX 6.2 Client on FreeBSD 11)

Hey guys,

So I've got my Acclaim Indy (not the Turok ones) and want to back it up. As I don't have any DAT drives, external disks that can work on the Indy or other ways to get files off it, I want to use an NFS share on my FreeBSD system kuran - since Kanna isn't quite ready to do the job and nor is anything else really.

So I set up an NFSv3 server on my FreeBSD backup laptop:

/etc/exports:

Code: Select all

/irix/acclaim   *


Code: Select all

service nfsd start
NFSv4 is disabled
Starting rpcbind.
Starting mountd.
Starting nfsd.


Reboot the laptop. The ip of the laptop will be known as 10.10.1.45 and the Indy will be 10.10.1.48

After getting the Indy's network routes setup, it can ping 10.10.1.45 and I can ping it from the FreeBSD laptop.

I went into the fstab and setup an nfs share:

10.10.1.45:/irix/acclaim /kuran nfs rw 0 0

rebooted, my share didn't mount. Tried mount:

mount 10.10.1.48:/irix/acclaim /kuran

access denied to 10.10.1.48
giving up on /kuran

I don't know how to troubleshoot the problem, any ideas?

Worst case, I'll wait until my SCSI CDROM arrives, but that may be a while.
:O3x02L: R16000 700MHz 8GB RAM kanna
:Octane: R12000 300MHz SI 896MB RAM yuuka
:Octane2: R12000A 400MHz V6 2.5GB RAM
:Indy: (Acclaim) R4600 133MHz XL Graphics 32MB RAM
:Indy: (Challenge S) R4600 133MHz (MIPS III Build Server)
Thinkpad W530 i7 3940XM 3GHz, 32GB, K1000M Windows 8.1 Embedded rin
Thinkpad R40 Pentium M 1.5GHz 2GB RAM kasha
Try on /etc/exports:

/irix/acclaim 10.10.1.45(rw)

Maybe?
Image Image