Re: SLES 9 ISO mount structure, not sure?

2005-02-24 Thread Patrick B. O'Brien
Right on; hold on... That was it; thank you [EMAIL PROTECTED] -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Mark D Pace Sent: Thursday, February 24, 2005 5:44 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: SLES 9 ISO mount structure, not sure? I&#x

Re: SLES 9 ISO mount structure, not sure?

2005-02-24 Thread Mark D Pace
I've had the same problem. The documentation has an error. echo "sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/instorder echo "sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/order Should be echo -e "sles9/CD1 /sles9/CD1\n/core9/CD1 /core9/CD1" > yast/instorder echo -e "sles9/CD1 /sles9/

Re: SLES 9 ISO mount structure, not sure? got past that now huh?

2005-02-23 Thread Rob van der Heij
On Wed, 23 Feb 2005 16:58:03 -0800, Patrick B. O'Brien <[EMAIL PROTECTED]> wrote: > Package sles-release-9-82.11.s390 was not found on the medium. There should be one: [EMAIL PROTECTED] SLES9]$ find -name sles-release* ./SUSE-SLES-Version-9/CD1/suse/s390/sles-release-9-82.11.s390.rpm There could

SLES 9 ISO mount structure, not sure? got past that now huh?

2005-02-23 Thread Patrick B. O'Brien
x27;Brien Sent: Wednesday, February 23, 2005 4:34 PM To: 'Linux on 390 Port' Subject: RE: SLES 9 ISO mount structure, not sure? I'm doing quite well; I'm hung up on permissions but the mount points and stuff I did is as follows. Thank you all!!! mkdir /installroot/sles9/CD1

Re: SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Patrick B. O'Brien
lf Of Fargusson.Alan Sent: Wednesday, February 23, 2005 12:54 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: SLES 9 ISO mount structure, not sure? You can export each of the directories that are mounted on the server, then mount these on the client. -Original Message- From: Linux on 390 Port

Re: SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Patrick B. O'Brien
-Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Greg Smith Sent: Wednesday, February 23, 2005 8:00 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: SLES 9 ISO mount structure, not sure? Below is a little shell script I use for my sles9 mounts: mount -t i

Re: SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Fargusson.Alan
9 ISO mount structure, not sure? Greg, > Below is a little shell script I use for my sles9 mounts: > ... Are you able to serve that tree via NFS as well as FTP/local, or do you use FTP/local only? I have found that NFS exports do not cross mount points and thus a tree of loopback mounts

Re: SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Michael MacIsaac
Greg, > Below is a little shell script I use for my sles9 mounts: > ... Are you able to serve that tree via NFS as well as FTP/local, or do you use FTP/local only? I have found that NFS exports do not cross mount points and thus a tree of loopback mounts cannot be served via NFS. But perhaps you

Re: SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Greg Smith
Below is a little shell script I use for my sles9 mounts: mount -t iso9660 -o loop SLES-9-s390x-RC5a-CD1.iso installroot/sles9/CD1 mount -t iso9660 -o loop SLES-9-s390x-RC5-CD2.iso installroot/core9/CD1 mount -t iso9660 -o loop SLES-9-s390x-RC5-CD3.iso installroot/core9/CD2 mount -t iso9660 -o lo

SLES 9 ISO mount structure, not sure?

2005-02-23 Thread Patrick B. O'Brien
This is my SuSe 9 mount structure; I get all the way to the point of choosing software and I get the following; any clues please and TIA! The error is "Invalid Proposal" Can't read media. /sles9root/core9/CD1 /sles9root/core9/CD2 /sles9root/core9/CD3 /sles9root/core9/CD4 /sles9root/cor