Displaying 2 results from an estimated 2 matches for "pdmv".
Did you mean:
pdev
2006 Jul 13
7
system unresponsive after issuing a zpool attach
...of the disk, I just made a single
partition on s4 and cleared s5 & s6.
4. create the pool
zpool create storage cXtXdXs4
5. create three filesystems
zfs create storage/app
zfs create storage/work
zfs create storage/extra
6. migrate the data
cd /app; find . -depth -print | cpio -pdmv /storage/app
cd /work; find . -depth -print | cpio -pdmv /storage/work
cd /extra; find . -depth -print | cpio -pdmv /storage/extra
7. remove the other SVM mirrors
umount /app; metaclear d5 d50
umount /work; metaclear d6 d60
umount /extra; metaclear d7 d70
8. combine the partitions wi...
2005 Nov 19
11
ZFS related panic!
...;
> > NAME SIZE USED AVAIL CAP
> > HEALTH ALTROOT
> > homepool 38.0G 3.63G 34.4G 9%
> > ONLINE -
> >
> >
> > I was copying over the b27 boot cd via "find .
> > -print | cpio
> > -pdmv /home/weekleyj/CD" and terminated it with a
> > ^C.
> > At that point the machine panicked with all sorts of
> > ZFS info, and
> > dropped core in /var/crash/fugly. So far, I haven''t
> > been able to
> > reproduce.
> >
Relevant info from /...