• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sharing a IRIX filesystem on windows pc

bigalt

Golden Member
I'm sure that there has to be a way to do this, but I can't get it quite right.

I want to share the directory /usr/scratch on my SGI with a windows machine, so I can use its DVD drive to back up some data.

in /etc/exports i added a line,
/usr/scratch -ro

and then ran exportfs -a

But the problem is, the windows machine can't detect my SGI machine on the network.

I try to map the network drive as

\\unixname\usr\scratch
\\unixname.rice.edu\usr\scratch
\\unixname/usr/scratch
\\unixname.rice.edu/usr/scratch

all of which say network parth not found, even though I think I can hear the SGI drive churning (i may be imagining it though).

anyone know the commands I have to run?
 
/etc/exports is just for NFS, you would need to install SFU or something like it on the Windows box. You probably want to install Samba on the IRIX machine.
 
Back
Top