Hung Nguyen Gia via openindiana-discuss writes: > UDF seems to be the ideal file system for portability. > > However, the man page for udfs doesn't mention how to create it at all.
Which man page are you looking at? The man page for mkfs_udfs(1M) will tell you how to create an UDF file system. Generally there will be a mkfs_<fsname> command man page for most fs types. The matching binary lives in /usr/lib/fs/<fsname>/mkfs, and you can mount fs of this type using mount -F <fsname>. I do remember that I once investigated UDF as a portable fs for data, but came to the conclusion that zpool with pool version 28 and fs ver- sion 5 worked better for my requirements. Regards -- Volker -- ------------------------------------------------------------------------ Volker A. Brandt Consulting and Support for Solaris-based Systems Brandt & Brandt Computer GmbH WWW: http://www.bb-c.de/ Am Wiesenpfad 6, 53340 Meckenheim, GERMANY Email: [email protected] Handelsregister: Amtsgericht Bonn, HRB 10513 Schuhgröße: 46 Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt "When logic and proportion have fallen sloppy dead" _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
