From owner-freebsd-questions Thu Apr 27 2:48:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uvaix7e1.comp.UVic.CA (uvaix7e1.comp.UVic.CA [142.104.5.107]) by hub.freebsd.org (Postfix) with ESMTP id EFD2D37B5A0 for ; Thu, 27 Apr 2000 02:48:45 -0700 (PDT) (envelope-from veenoghu@uvic.ca) Received: from chair (chair.alma.UVic.CA [142.104.140.40]) by uvaix7e1.comp.UVic.CA (8.9.3/8.9.3) with SMTP id CAA158138; Thu, 27 Apr 2000 02:48:44 -0700 Reply-To: From: "Morgan Stewart" To: Cc: "Christoph Sold" Subject: RE: Mount Question Date: Thu, 27 Apr 2000 02:53:35 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: <39080A28.4DDBE5A4@i-clue.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It would appear that the problem was I was trying to refer to the drive as /dev/ad0s2a and /dev/wd0s2a. It would appear that FreeBSD 4.0 doesn't like calling FreeBSD 2.2.6 partitions ad or wd. Instead, I have now learned by trial and fsck error that the drive is properly referred to as /dev/rwd0s2a. And it has now successfully mounted. Thanks everyone for your help. Morgan Stewart veenoghu@uvic.ca _____ One of the questions that comes up all the time is: How enthusiastic is our support for UNIX? Unix was written on our machines and for our machines many years ago. Today, much of UNIX being done is done on our machines. Ten percent of our VAXs are going for UNIX use. UNIX is a simple language, easy to understand, easy to get started with. It's great for students, great for somewhat casual users, and it's great for interchanging programs between different machines. And so, because of its popularity in these markets, we support it. We have good UNIX on VAX and good UNIX on PDP-11s. It is our belief, however, that serious professional users will run out of things they can do with UNIX. They'll want a real system and will end up doing VMS when they get to be serious about programming. With UNIX, if you're looking for something, you can easily and quickly check that small manual and find out that it's not there. With VMS, no matter what you look for -- it's literally a five-foot shelf of documentation -- if you look long enough it's there. That's the difference -- the beauty of UNIX is it's simple; and the beauty of VMS is that it's all there. -- Ken Olsen, President of DEC, 1984 _____ Chairperson of the UVic Students' Society Local 44 of the Canadian Federation of Students (250) 721-8370 Work & Fax (250) 472-4379 JOIN The campaign for higher education... www.cfs.bc.ca >-----Original Message----- >From: Christoph Sold [mailto:so@i-clue.de] >Sent: April 27, 2000 2:37 AM >To: Morgan 'Veenoghu' Stewart >Cc: freebsd-questions@FreeBSD.ORG >Subject: Re: Mount Question > > >Morgan 'Veenoghu' Stewart schrieb: > >> I have recently done a full install of FreeBSD 4.0--RELEASE on a new >> harddrive. >> >> I would like to be able to mount my old 2.2.6 install at the same time as >> my current install but I haven't been able to figure it out. >> >> I'm a relative newby and the mount command seems to be eluding me. >> >> In particular I can't figure out where to mount the device. I know what >> both devices are called but the mount point is escaping me. Both are set >> up to mount at / so only the first drive listed in FSTAB ever gets >> mounted. >> >> What am I missing to be able to mount /dev/ad2s1a to / and the / on >> /dev/ad1s1a to somewhere other than / ?? > >Assuming your fstab reads something like this: > > /dev/ad2s1a / ufs rw 1 1 > /dev/ad1s1a / ufs rw 1 1 > >first, > mkdir /oldroot >on /dev/ad2s1a, then change fstab to > /dev/ad1s1a /oldroot ufs rw 1 1 > >Last, > mount /oldroot >to mount your old drive onto the /oldroot mount point. > >Probably you've forgotten to create the mount point for the old >drive first. > >Best regards >-Christoph Sold > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message