<?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>Toastboy's Tech Tips &#187; FreeBSD</title>
	<atom:link href="http://www.toastboy.com/category/main/unixlinux/freebsd-unixlinux-main/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toastboy.com</link>
	<description>Tutorials for Users and Administrators</description>
	<lastBuildDate>Thu, 03 Jun 2010 00:02:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make iso image from vobcopy</title>
		<link>http://www.toastboy.com/main/make-iso-image-from-vobcopy/</link>
		<comments>http://www.toastboy.com/main/make-iso-image-from-vobcopy/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 17:00:52 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[mkisofs]]></category>
		<category><![CDATA[vobcopy]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=122</guid>
		<description><![CDATA[Vobcopy and Mkisofs to the rescue again
Firstly, vobcopy does not make iso images directly. You first need to extract all the required files from the dvd you are making an iso image of.
To do this take a look here.
Short version is this.


$ vobcopy -m /path/to/dvd .


This will place all the files in the current directory. [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/make-iso-image-from-vobcopy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy everything from a dvd to harddrive using dd</title>
		<link>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/</link>
		<comments>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 00:13:12 +0000</pubDate>
		<dc:creator>Johnny Five</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KSH]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[dvd]]></category>

		<guid isPermaLink="false">http://www.toastboy.com/?p=73</guid>
		<description><![CDATA[DVD Copying to hard drive with dd
In adddition to using vobcopy, and mkisofs you could also use plain old dd to do the trick ( sometimes )
It sometimes works, and when it does it works well.
From the command line in *nix ( Unix, Linux, OS X, etc. ) 
> dd if=/dev/dvd of=/tmp/dvdfilenametocreate
Lets break this down. [...]]]></description>
		<wfw:commentRss>http://www.toastboy.com/main/unixlinux/copy-everything-from-a-dvd-to-harddrive-using-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
