{"id":2794,"date":"2022-12-20T15:17:19","date_gmt":"2022-12-20T18:17:19","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/jfs_fscklog-man8\/"},"modified":"2022-12-20T15:17:19","modified_gmt":"2022-12-20T18:17:19","slug":"jfs_fscklog-man8","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/jfs_fscklog-man8\/","title":{"rendered":"jfs_fscklog (man8)"},"content":{"rendered":"<h1 align=\"center\">jfs_fscklog<\/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_fscklog<\/b> \u2212 extract a JFS fsck service log into a file and\/or format and display the extracted file<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_fscklog<\/b> [ <b>-d<\/b> ] [ <b>-e<\/b> <i>device<\/i> ] [ <b>-f<\/b> <i>output.file<\/i> ] [ <b>-p<\/b> ] [ <b>-V<\/b> ]<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_fscklog<\/b> with option <b>-e<\/b> <i>device<\/i> extracts the contents of either the most recent or immediately prior (specified with option <b>-p<\/b>) JFS fsck service log from the specified device, and writes the output to a file. The file name may be specified with the <b>-f<\/b> option, or the default file name is <i><pwd>fscklog.new<\/i>. If the <b>-p<\/b> option is used, the default file name is <i><pwd>fscklog.old<\/i>.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_fscklog<\/b> with option <b>-d<\/b> formats and displays the contents of the extracted file.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>jfs_fscklog<\/b> with options <b>-d<\/b> and <b>-e<\/b> <i>device<\/i> extracts and displays the JFS fsck service log.<\/p>\n<h2>OPTIONS <a name=\"OPTIONS\"><\/a> <\/h2>\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>\u2212d<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Format and display a previously extracted JFS fsck service log.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>\u2212e<\/b> <i>device<\/i><\/p>\n<p style=\"margin-left:22%;\">Extract the JFS fsck service log from <i>device<\/i> and store it in a file. (<i>device<\/i> is the special file name corresponding to the actual device from which the fsck log will be extracted (e.g. <b>\/dev\/hdb1<\/b> )).<\/p>\n<p style=\"margin-left:11%;\"><b>\u2212f<\/b> <i>file.name<\/i><\/p>\n<p style=\"margin-left:22%;\">Specify the file name, overriding the default file name. When used with <b>-e<\/b> <i>device<\/i>, file.name specifies the name of the file into which the JFS fsck log will be extracted. When used with <b>-d<\/b>, file.name specifies the name of the extracted file whose contents will be formatted and displayed.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>file.name<\/i> must be 127 characters or less in length.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>file.name<\/i> will be created in the present working directory unless it is fully qualified.<\/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>\u2212p<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Extract the prior log (as opposed to the most recent log).<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>\u2212V<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>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\">Extract the most recent JFS fsck log on \/dev\/hda5 into <i><pwd>fscklog.new<\/i>:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_fscklog -e \/dev\/hda5<\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Extract the most recent JFS fsck log on \/dev\/hdb3 into <i>\/temp\/l9651107.log<\/i>:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_fscklog -e \/dev\/hdb3 -f \/temp\/l9651107.log<\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Display the JFS fsck log that was extracted into <i>\/temp\/l9651107.log<\/i>:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_fscklog -d -f \/temp\/l9651107.log<\/b><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Extract and display the previous JFS fsck log from \/dev\/hda8:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>jfs_fscklog -e \/dev\/hda8 -d -p<\/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_fscklog,<\/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 <b>jfs_fscklog<\/b> error messages and the complete output of running <b>jfs_fsck<\/b> with the <b>\u2212v<\/b> option on the JFS device.<\/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_tune<\/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_fscklog<\/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_fscklog \u2212 extract a JFS fsck service log into a file and\/or format and display the extracted file <\/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,148,4],"class_list":["post-2794","post","type-post","status-publish","format-standard","hentry","category-8-administracion-del-sistema","tag-5","tag-administracion","tag-jfs_fscklog","tag-man8"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2794","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=2794"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/2794\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=2794"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=2794"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=2794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}