Robert Milkowski <[email protected]> wrote: > Hello Garrett, > > In my case I'm rsync'ing entire file systems from other servers which > are not necessarily Solaris servers. The specific device is coming > from BSD system. Looks like ZFS is handling them fine but one needs to > use 64bit userland tools, I haven't testes UFS or any other > file system.
A 32 bit FreeBSD has minor device numbers that need 32 bits, as the major device number is using bits that are embedded into the minor number. The dev_t still is 32 bits only. Do you know where your problems are comming from? Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
