[EMAIL PROTECTED] writes: > In message <[EMAIL PROTECTED]>, Maxim Sobolev writes: > > It seems that disklabel is currently broken on -current. In `read' mode it > > reports incorrect information about disk layout: > Don't use the "-r" option and you will be ok.
Then how are we supposed to initialize devices which don't already have a label? root@des /home/des# dd count=16 </dev/zero >/dev/da0 16+0 records in 16+0 records out 8192 bytes transferred in 0.177704 secs (46099 bytes/sec) root@des /home/des# disklabel -e da0 disklabel: ioctl DIOCGDINFO: Inappropriate ioctl for device root@des /home/des# disklabel -w da0 auto disklabel: Inappropriate ioctl for device root@des /home/des# disklabel -rw da0 auto DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message