Wednesday, March 23, 2005

Mount disks and export SUN vs SGI

Forgot
chmod 777 /local/lfs1 in SGI
Subject: mount local lfs1 and local lfs4 in workstation
I had tested OK in CAC3
1.check /local in SUN workstation
If no path, make directory
/local/lfs1
/local/lfs4
2. mount manully
mount octane:/local/lfs1 /local/lfs1
3. if does not work
umount /local/lfs1
and repeat step 2



On SGI workstation /local/lfs1
1. create a target directory
mkdir /pi
2. enter source directory /pi
3. in source directory
tar cvf - . (cd /local/lfs1/pi ; tar xvf -)
is a pipe
() for two commands separated by ;

0 Comments:

Post a Comment

<< Home