<?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>Klog: Kathy Reid's Blog &#187; linux</title>
	<atom:link href="http://blog.kathyreid.id.au/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kathyreid.id.au</link>
	<description>Posts on ITIL, Kepner Tregoe, knitting, PHP and other free and open source (FOSS) tools</description>
	<lastBuildDate>Sun, 05 Sep 2010 07:21:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Trying to get my Seagate external hard drive to work under FC9 Linux</title>
		<link>http://blog.kathyreid.id.au/2010/04/05/trying-to-get-my-seagate-external-hard-drive-to-work-under-fc9-linux/</link>
		<comments>http://blog.kathyreid.id.au/2010/04/05/trying-to-get-my-seagate-external-hard-drive-to-work-under-fc9-linux/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 13:32:57 +0000</pubDate>
		<dc:creator>KathyReid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fc9]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[SeaGate]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://blog.kathyreid.id.au/?p=307</guid>
		<description><![CDATA[Having only a 100GB hard disk on my Acer 4070 Travelmate laptop, I made the decision to buy an external hard drive &#8211; and chose the a 1.5TB Seagate expansion drive &#8211; one that looks like this; http://www.seagate.com/www/en-us/products/external/expansion/expansion_desktop/ Of course I didn&#8217;t check the box or the support documentation before purchasing, but like usual anticipated [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2010%2F04%2F05%2Ftrying-to-get-my-seagate-external-hard-drive-to-work-under-fc9-linux%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2010%2F04%2F05%2Ftrying-to-get-my-seagate-external-hard-drive-to-work-under-fc9-linux%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Having only a 100GB hard disk on my Acer 4070 Travelmate laptop, I made the decision to buy an external hard drive &#8211; and chose the a 1.5TB Seagate expansion drive &#8211; one that looks like this;</p>
<p><a href="http://www.seagate.com/www/en-us/products/external/expansion/expansion_desktop/">http://www.seagate.com/www/en-us/products/external/expansion/expansion_desktop/</a></p>
<p>Of course I didn&#8217;t check the box or the support documentation before purchasing, but like usual anticipated that I&#8217;d be able to get it working under Linux &#8211; in my case FC9. Unfortunately in this case every trick in my arsenal has failed. The drive just won&#8217;t mount. I admit, my knowledge of Fedora&#8217;s mount and fstab functionality is limited, but there is a nagging suspicion that there <strong>is </strong>a way to make it work!</p>
<p>I&#8217;m running a dual boot system &#8211; one partition with Windows XP and the other with FC 9.</p>
<p>What I&#8217;ve tried so far;</p>
<ul>
<li>Booted into Windows XP</li>
<li>Safely ejected hardware device</li>
<li>Booted into FC 9</li>
<li>Ran the mount command and fdisk but it doesn&#8217;t make a lot of sense to me;</li>
</ul>
<pre>﻿﻿﻿[root@localhost ~]# mount
 /dev/sda3 on / type ext3 (rw)
 proc on /proc type proc (rw)
 sysfs on /sys type sysfs (rw)
 devpts on /dev/pts type devpts (rw,gid=5,mode=620)
 tmpfs on /dev/shm type tmpfs (rw)
 none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
 sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
 fusectl on /sys/fs/fuse/connections type fusectl (rw)
 gvfs-fuse-daemon on /home/KathyReid/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=KathyReid)
 /dev/sda2 on /media/ACER type vfat (rw,nosuid,nodev,uhelper=hal,shortname=lower,uid=500)</pre>
<pre>fdisk -l</pre>
<pre>[root@localhost media]# fdisk -l</pre>
<pre>Disk /dev/sda: 100.0 GB, 100030242816 bytes
 255 heads, 63 sectors/track, 12161 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 Disk identifier: 0xecedeced</pre>
<pre>Device Boot      Start         End      Blocks   Id  System
 /dev/sda1               1         509     4088511   12  Compaq diagnostics
 /dev/sda2             510        6303    46540305    c  W95 FAT32 (LBA)
 /dev/sda3   *        6304        8853    20482875   83  Linux</pre>
<pre>Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
 1 heads, 63 sectors/track, 46512336 cylinders
 Units = cylinders of 63 * 512 = 32256 bytes
 Disk identifier: 0x00d7dd1b</pre>
<pre>Device Boot      Start         End      Blocks   Id  System
 /dev/sdb1   *           2    46512256  1465136032+   7  HPFS/NTFS</pre>
<p>When trying to access the drive from the the desktop (I&#8217;m running Gnome), it keeps giving the following error;</p>
<p><a href="http://blog.kathyreid.id.au/wordpress/wp-content/uploads/2010/03/Screenshot-nautilus.png"><img class="alignleft size-medium wp-image-308" title="Screenshot-nautilus" src="http://blog.kathyreid.id.au/wordpress/wp-content/uploads/2010/03/Screenshot-nautilus-300x138.png" alt="" width="300" height="138" /></a></p>
<p>I&#8217;m not ready to admit defeat though.</p>
<p>Does anyone have any other ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kathyreid.id.au/2010/04/05/trying-to-get-my-seagate-external-hard-drive-to-work-under-fc9-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HDTV &#8211; myth or reality?</title>
		<link>http://blog.kathyreid.id.au/2008/12/02/hdtv-myth-or-reality/</link>
		<comments>http://blog.kathyreid.id.au/2008/12/02/hdtv-myth-or-reality/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:45:33 +0000</pubDate>
		<dc:creator>KathyReid</dc:creator>
				<category><![CDATA[Interesting stuff]]></category>
		<category><![CDATA[NonprofIT]]></category>
		<category><![CDATA[fc9]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[hdtv]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.kathyreid.id.au/?p=91</guid>
		<description><![CDATA[Being a geek, it is no surprise that my monitor (an Acer X223W) is bigger than my (Teac analogue) television. It therefore made sense that rather than upgrading my TV with a set top box, to investigate what&#8217;s on the market to receive HDTV on the computer. The weapon of choice was a Gadget Geek [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2008%2F12%2F02%2Fhdtv-myth-or-reality%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.kathyreid.id.au%2F2008%2F12%2F02%2Fhdtv-myth-or-reality%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Being a geek, it is no surprise that my monitor (an Acer X223W) is bigger than my (Teac analogue) television. It therefore made sense that rather than upgrading my TV with a set top box, to investigate what&#8217;s on the market to receive HDTV on the computer.</p>
<p>The weapon of choice was a <a href="http://search.dse.com.au/search?p=R&amp;srid=S2%2d4&amp;lbc=dseau&amp;w=%2a&amp;url=http%3a%2f%2fwww%2edse%2ecom%2eau%2fcgi%2dbin%2fdse%2estorefront%2fen%2fproduct%2fXH0836&amp;rk=9&amp;uid=217942908&amp;sid=7&amp;ts=new&amp;rsc=9A98LUMzbW3r35PE&amp;method=and&amp;af=cat3%3agrp0000002%5fctg0001229%5fctg0001237grp0000002%20cat2%3agrp0000002%5fctg0001229%20cat1%3agrp0000002&amp;isort=globalpop&amp;learningnav=1">Gadget Geek USB HDTV tuner,</a> purchased from Dick Smith for under $AUD 100. Not bad. Under Windows XP, it installed quickly and easily. The unit came with a mobile antenna and Blaze HD TV software, and on the first scan for channels, it found absolutely, yep you guessed it, nothing. So, out came the coax cable, and I plugged the USB HDTV tuner into the outlet in the wall (straight from the antenna &#8211; it was previously hooked into my stereo to receive FM radio). The coax cable only fared slightly better &#8211; receiving only the digital SBS channels. Just to be absolutely sure, I repeated the process on the other two coax outlets (yep, small unit and three phone lines and three coax outlets. I &lt;3 my house. It will be even better when it&#8217;s CAT 6 wired). At most, I could receive 10% signal strength for one other digital channel.</p>
<p>Not to be deterred, I booted into my other operating system (Fedora Core 9) to see whether <a href="http://www.mythtv.org">MythTV </a>would fare any better. MythTV was a nightmare to install &#8211; it is not for Linux newbies. After spending four hours resolving dependencies in yum, I finally got the software to install&#8230; only to find that there are no Linux drivers for the USB HDTV tuner. Bummer.</p>
<p><strong>Conclusion</strong>: I need a new antenna that can pick up HDTV signals. Well, it beats socks as an Xmas pressie <img src='http://blog.kathyreid.id.au/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kathyreid.id.au/2008/12/02/hdtv-myth-or-reality/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
