> piet at opensolaris:~# eject -l
> /dev/dsk/c10t0d0p0:1 rmdisk4,NO NAME
> 
> piet at opensolaris:~# fdisk -R -W - "/dev/rdsk/c10t0d0"
> fdisk: Cannot stat device /dev/rdsk/c10t0d0.

That's the wrong device; try

    fdisk -R -W - /dev/rdsk/c10t0d0p0

> piet at opensolaris:~# fstyp -v /dev/rdsk/c10t0d0
> unknown_fstyp (cannot open device)

Same here, the correct commands are

    fstyp -v /dev/rdsk/c10t0d0p1
    fstyp -v /dev/rdsk/c10t0d0p2
    fstyp -v /dev/rdsk/c10t0d0p3
    fstyp -v /dev/rdsk/c10t0d0p4
-- 
This message posted from opensolaris.org

Reply via email to