<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Source Software and Linux &#187; scsi tape</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/linux-lotus-domino/tag/scsi-tape/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 21:07:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Turning tape compression on and off using the Linux mt command</title>
		<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/turning-tape-compression-on-and-off-using-the-linux-mt-command/</link>
		<comments>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/turning-tape-compression-on-and-off-using-the-linux-mt-command/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:13:13 +0000</pubDate>
		<dc:creator>Xjlittle</dc:creator>
				<category><![CDATA[dat tape]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mt command]]></category>
		<category><![CDATA[scsi tape]]></category>
		<category><![CDATA[tape compression]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/linux-lotus-domino/?p=128</guid>
		<description><![CDATA[It took quite a bit of google searching to find out how to turn tape compression on and off using the Linux mt command. The mt man page information for doing this is not helpful at all. To turn compression off use 0 as the switch, to turn it on use 2 as the switch [...]]]></description>
				<content:encoded><![CDATA[<p>It took quite a bit of google searching to find out how to turn tape compression on and off using the Linux mt command.  The mt man page information for doing this is not helpful at all.</p>
<p>To turn compression off use 0 as the switch, to turn it on use 2 as the switch and to find out whether it is on or off use 1 as the switch.</p>
<p>Your commands will look like this<br />
<code><br />
mt -f /dev/st0 datcompress 1 # tell if compression on or off<br />
mt -f /dev/st0 datcompress 0 # turns off compression<br />
mt -f /dev/st0 datcompress 2 #turns on compression<br />
</code></p>
<p>-j</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/turning-tape-compression-on-and-off-using-the-linux-mt-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
