From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 19:04:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A22F37B401 for ; Sat, 14 Jun 2003 19:04:56 -0700 (PDT) Received: from hostel.com.ua (komeran.com.ua [195.5.33.22]) by mx1.FreeBSD.org (Postfix) with SMTP id 9731743FDF for ; Sat, 14 Jun 2003 19:04:52 -0700 (PDT) (envelope-from nick@hostel.com.ua) Received: (qmail 37457 invoked from network); 15 Jun 2003 02:04:47 -0000 Received: from unknown (HELO nick.en) (10.0.3.10) by hostel.int with SMTP; 15 Jun 2003 02:04:47 -0000 Received: from nick.en (localhost [127.0.0.1]) by nick.en (8.12.9/8.12.8) with ESMTP id h5F24XUX014140 for ; Sun, 15 Jun 2003 05:04:33 +0300 (EEST) (envelope-from nick@nick.en) Received: (from nick@localhost) by nick.en (8.12.9/8.12.8/Submit) id h5F24WAa014139 for freebsd-questions@FreeBSD.ORG; Sun, 15 Jun 2003 05:04:32 +0300 (EEST) Date: Sun, 15 Jun 2003 05:04:32 +0300 (EEST) From: kAlunya Message-Id: <200306150204.h5F24WAa014139@nick.en> To: freebsd-questions@FreeBSD.ORG Subject: 5.1-Release: Write operation on enire ad{0,1,2,...} with mounted partition[s] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 02:04:56 -0000 Hello, Core-Team! As shortly said in ${SUBJECT}, there is a question. In 5.1 Release thereis a situation: # whoami root # dd if=/dev/ad0 of=sect0_copy count=1 ..........it is ok........ # dd if=sect0_copy of=/dev/ad0 dd: /dev/ad0: Operation not permitted # rm -rf / ????? :) What is going on with permition to write my boot sector back on ad0? So image repeats when I am in single mode with / mounted as RO Is it ok with driver? >From one side - it's ok, FreeBSD says: "Hm... Thereis mounted things on this device! ;( Go away from my ad0!!!" >From other side... Am I r00t on 127.0.0.1??? :(( I _DO WANT_ this operation. But Free doesn't... Is it good with she? ------------------------- With best wishes, Nick.