From owner-freebsd-questions Mon May 4 21:44:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21265 for freebsd-questions-outgoing; Mon, 4 May 1998 21:44:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason01.u.washington.edu (root@jason01.u.washington.edu [140.142.70.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21252 for ; Mon, 4 May 1998 21:44:23 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason01.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id VAA10062; Mon, 4 May 1998 21:44:23 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id VAA27793; Mon, 4 May 1998 21:44:22 -0700 (PDT) Date: Mon, 4 May 1998 21:42:56 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu To: Greg cc: questions@FreeBSD.ORG Subject: Re: MAKEDEV... In-Reply-To: <199805050120.VAA06138@vaview7.vavu.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 4 May 1998, Greg wrote: >Here is a little question, I had problems with the permissions >for files in /dev and so I thought that by running MAKEDEV it would restore >the default permissions on the dev files that needed it but >it turns out that now I can't mount any of the partitions on my >hard drives. Are you running MAKEDEV as root? Otherwise I am not sure. >I was thinking of doing a 'MAKEDEV sd0' but I was not sure if it will >match with the way I have my slices on my drives. Is this correst >approach and should I not run just MAKEDEV without any params any more? This will make the sd0 special files. See 'man MAKEDEV' to discover other unique arguments to MAKEDEV. You can run MAKEDEV without params without trouble. >Also, I'm dropped to a shell during bootup and so / is mounted read-only. See 'man mount'. Specifically, note that you can use 'mount -u' to upgrade a partition to read\write access. Thank you, | Try some of this. It will show you where you're at. Jason Wells | http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message