Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 11:56:59 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        alpha@freebsd.org
Subject:   Fscking disklabel crap
Message-ID:  <19991126115659.A83643@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
Ok, what I need to do on an Alpha to `dd' one disk to another?
(yes they are identical drives)

    # dd if=/dev/rda0c of=/dev/rda2c
    dd: /dev/rda2c: Read-only file system
    1+0 records in
    0+0 records out
    0 bytes transferred in 0.005558 secs (0 bytes/sec)

Fine, maybe I just need to find the device name it likes...

    # dd if=/dev/rda0 of=/dev/rda2
    dd: /dev/rda2c: Read-only file system
    1+0 records in
    0+0 records out
    0 bytes transferred in 0.007808 secs (0 bytes/sec)

Lets read disklabel(8).  Hum.. -W, lets try that and then `dd'.  Nope
brain-damage still exists.

This kind of crap does *not* happen on a Sun.  Uggg...  And I'd really
rather not have to open the box up to get da0 out to do this under
Solaris.

-- 
-- David    (obrien@NUXI.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991126115659.A83643>