if (fclose (file)) {
      fprintf (stderr, "fatal: unable to close temp file: %s\n",
           strerror (errno));
      exit (1);

I don't understand why the above piece of code is failing...

fatal: unable to close file: File too large

and of course my code fails at 2G... The output should be 7.7G.

zfs list -o name,used,available,reservation,quota
NAME                           USED  AVAIL  RESERV  QUOTA
tank/survey/zones             4.41G   405G    none   none

I don't understand since I have no problem with 3 gig ISOs on the same  
pool.

# ulimit
unlimited

# uname -a
SunOS sunrise 5.11 snv_75 i86pc i386 i86pc

any help is appreciated,

Thanks
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to