{"id":3655,"date":"2022-12-20T17:09:17","date_gmt":"2022-12-20T20:09:17","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/jfs_tune-man8\/"},"modified":"2022-12-20T17:09:17","modified_gmt":"2022-12-20T20:09:17","slug":"jfs_tune-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/jfs_tune-man8\/","title":{"rendered":"jfs_tune (man8)"},"content":{"rendered":"<h1 align=\"center\">jfs_tune<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#OPTIONS\">OPTIONS<\/a><br \/> <a href=\"#EXAMPLES\">EXAMPLES<\/a><br \/> <a href=\"#REPORTING BUGS\">REPORTING BUGS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#AUTHOR\">AUTHOR<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_tune<\/b> \u2212 adjust tunable file system parameters on JFS<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_tune<\/b> [options] <i>device<\/i><\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><b>jfs_tune<\/b><\/i> adjusts tunable parameters on a Linux JFS file system or external journal. <b>jfs_tune<\/b> must be run as root.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>device<\/i> is the special file name corresponding to the actual device (e.g. <i>\/dev\/hdb1<\/i>) on which a JFS file system or JFS external journal has been created.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>\u2212J device=<\/b><i>external-journal<\/i><\/p>\n<p style=\"margin-left:22%;\">Attach the JFS external journal located on <i>external-journal<\/i> to the JFS file system on <i>device<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The external journal must already have been created using the command. More than one file system may share the same external journal.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>mkfs.jfs -J journal_dev<\/b> <i>external-journal<\/i><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Attach the external journal to the file system by using the command<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_tune -J device=<\/b><i>external-journal device<\/i><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Instead of specifying a device name directly, <i>external-journal<\/i> can also be specified by either <b>LABEL=<\/b><i>label<\/i> or <b>UUID=<\/b><i>UUID<\/i> (Use <b>jfs_tune -l<\/b> <i>device<\/i> to display a journal device\u2019s volume label and UUID.)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>\u2212l<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>List the contents of the JFS file system or external journal superblock that resides on <i>device<\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212L<\/b> <i>volume-label<\/i><\/p>\n<p style=\"margin-left:22%;\">Set the volume label of the JFS file system or external journal. JFS labels can be at most 16 characters long; if <i>volume-label<\/i> is longer than 16 characters, <b>jfs_tune<\/b> will truncate it and print a warning. The volume label can be used by <b>mount<\/b>(8), <b>fsck<\/b>(8), and <b>\/etc\/fstab<\/b>(5) (and possibly others) by specifying <b>LABEL=<\/b><i>volume_label<\/i> instead of a block special device name like <b>\/dev\/hda5<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212U<\/b> <i>UUID<\/i><\/p>\n<p style=\"margin-left:22%;\">Set the universally unique identifier (UUID) of the file system or external journal device to <i>UUID<\/i>. The format of the UUID is a series of hex digits separated by hyphens, like this: &#8220;c1b9d5a2-f162-11cf-9ece-0020afc76f16&#8221;. The <i>UUID<\/i> parameter may also be one of the following:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"29%\"><\/td>\n<td width=\"9%\">\n<p><i>clear<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"58%\">\n<p>clear the file system UUID<\/p>\n<\/td>\n<td width=\"2%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"29%\"><\/td>\n<td width=\"9%\">\n<p><i>random<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"58%\">\n<p>generate a new randomly-generated UUID<\/p>\n<\/td>\n<td width=\"2%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"29%\"><\/td>\n<td width=\"9%\">\n<p><i>time<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"58%\">\n<p>generate a new time-based UUID<\/p>\n<\/td>\n<td width=\"2%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">The UUID may be used by <b>mount<\/b>(8), <b>fsck<\/b>(8), and <b>\/etc\/fstab<\/b>(5) (and possibly others) by specifying <b>UUID=<\/b><i>uuid<\/i> instead of a block special device name like <b>\/dev\/hda1<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See <b>uuidgen<\/b>(8) for more information.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>\u2212V<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Print version information and exit (regardless of any other chosen options).<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<h2>EXAMPLES <a name=\"EXAMPLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Set a randomly-generated UUID for the JFS file system on the 3rd partition of the 2nd hard disk, and view the resultant superblock:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_tune -l -U random \/dev\/hdb3<\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Attach an already existing external journal on a device labeled JFSLog to a JFS file system on \/dev\/hda8:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_tune -J device=LABEL=JFSLog \/dev\/hda8<\/b><\/p>\n<h2>REPORTING BUGS <a name=\"REPORTING BUGS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">If you find a bug in <b>JFS<\/b> or <b>jfs_tune<\/b>, please report it via the bug tracking system (&#8220;Report Bugs&#8221; section) of the JFS project web site: <br \/> http:\/\/jfs.sourceforge.net\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Please send as much pertinent information as possible including any error messages resulting from running <b>jfs_tune<\/b>.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_fsck<\/b>(8)<b>, jfs_mkfs<\/b>(8)<b>, jfs_fscklog<\/b>(8)<b>, jfs_logdump<\/b>(8)<b>, jfs_debugfs<\/b>(8)<\/p>\n<h2>AUTHOR <a name=\"AUTHOR\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">Barry Arndt (barndt@us.ibm.com)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_tune<\/b> is maintained by IBM. <br \/> See the JFS project web site for more details: <br \/> http:\/\/jfs.sourceforge.net\/<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  jfs_tune \u2212 adjust tunable file system parameters on JFS <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,52,770,4],"class_list":["post-3655","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-jfs_tune","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3655"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3655\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}