Re: [zfs-discuss] file system full corruption in ZFS

2007-05-28 Thread dudekula mastan
Atleaset in my experience, I saw Corruptions when ZFS file system was full. So far there is no way to check the file system consistency on ZFS (to the best of my knowledge). ZFS people claiming that ZFS file system is always consistent and there is no need for FSCK command. >>>I cannot is

[zfs-discuss] Re: b64 zfs on boot ?

2007-05-28 Thread MC
> Is there zfs available in boot with b64 ? If you are asking if the installer supports installing to a zfs drive, I believe the answer is still "no" :) This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.or

Re: [zfs-discuss] file system full corruption in ZFS

2007-05-28 Thread Richard Elling
Michael Barrett wrote: Robert Milkowski wrote: Hello Michael, Sunday, May 27, 2007, 5:13:39 AM, you wrote: MB> Does ZFS handle a file system full situation any better than UFS? I had MB> a ZFS file system run at 100% full for a few days, deleted out the MB> offending files to bring it back d

Re: [zfs-discuss] b64 zfs on boot ?

2007-05-28 Thread Andre Wenas
Yes. Horvath wrote: Is there zfs available in boot with b64 ? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss _

[zfs-discuss] b64 zfs on boot ?

2007-05-28 Thread Horvath
Is there zfs available in boot with b64 ? This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] Re: I seem to have backed myself into a corner - how do I migrate filesyst

2007-05-28 Thread Peter Eriksson
Suns disk are labeled with a standard label that are smaller than the actual disk (so that they can be interchangeble in the future). I'd first try to wipe the Sun label from the disk and have format write a new label on it... Ie: dd if=/dev/zero of=/dev/rdsk/YOURDISK bs=512 count=1024 format