Date: Wed, 20 Dec 2000 08:57:09 -0500 From: "Pieckiel, Kevin A" <pieckiel_ka@vdot.state.va.us> To: 'Mike Meyer' <mwm@mired.org>, "Pieckiel, Kevin A" <pieckiel_ka@vdot.state.va.us> Cc: questions@freebsd.org Subject: RE: SCSI drive read-only? Message-ID: <DAF04AED39CED41199F100600818494529C092@501sumail1.vdot.state.va.us>
next in thread | raw e-mail | index | archive | help
Thank you very much for the tip. That was the problem. Kevin -----Original Message----- From: Mike Meyer [mailto:mwm@mired.org] Sent: Tuesday, December 19, 2000 11:05 PM To: Pieckiel, Kevin A Cc: questions@freebsd.org Subject: Re: SCSI drive read-only? Pieckiel, Kevin A <pieckiel_ka@vdot.state.va.us> types: > I installed FreeBSD 4.2 via FTP and used CVS to update, build, and install > new binaries and a new (custom) kernel. The machine has an Adaptec 3950B > SCSI card, one 4 GB IDE hard drive (boot and system drive), and five 18.3 GB > IBM SCSI drives (for data, hot-swappable). This computer is to be our > fileserver. Whenever I try to do anything that writes to the SCSI drives > (/dev/da{0-4}) I get "OPERATION NOT PERMITTED" as an error message. I can > read from the drive just fine using dd: > > dd if=/dev/da0 of=junkfile bs=1024 count=1024 > > But if I try anything to write to the drive, it fails. Any clue why? I'd > appreciate your help. What does "sysctl kern.securelevel" say? If it's 2 or more, that's the problem. See init(8) for details. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Unix/FreeBSD consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DAF04AED39CED41199F100600818494529C092>