<?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>Tech-Recipes &#187; FreeBSD</title>
	<atom:link href="http://www.tech-recipes.com/category/unix/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +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>using camcontrol to find information and dynamically add/remove SCSI devices</title>
		<link>http://www.tech-recipes.com/rx/344/using-camcontrol-to-find-information-and-dynamically-addremove-scsi-devices/</link>
		<comments>http://www.tech-recipes.com/rx/344/using-camcontrol-to-find-information-and-dynamically-addremove-scsi-devices/#comments</comments>
		<pubDate>Mon, 19 Jan 2004 18:01:45 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[scsi]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[camcontrol is a very useful command for finding information and for adding and removing SCSI devices.

Find what CAM SCSI busses exist and what devices are connected to them:


# camcontrol devlist
        at scbus0 target 0 lun 0 (pass0,da0)
   at scbus1 target 3 lun 0 (pass1,sa0)
 at scbus1 [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/344/using-camcontrol-to-find-information-and-dynamically-addremove-scsi-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eject a cdrom in freebsd</title>
		<link>http://www.tech-recipes.com/rx/343/eject-a-cdrom-in-freebsd/</link>
		<comments>http://www.tech-recipes.com/rx/343/eject-a-cdrom-in-freebsd/#comments</comments>
		<pubDate>Mon, 19 Jan 2004 17:00:01 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is the way via software to eject a cdrom under freebsd

For ATA (IDE/EIDE) cdroms the device is /dev/acd0c and the command looks like this:

cdcontrol -f /dev/acd0c eject

For SCSI cdroms the device is /dev/cd0c and the command would be:

cdcontrol -f /dev/cd0c eject

I do not have a usb cdrom so I am not sure what that [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/343/eject-a-cdrom-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Show media type supported by an interface</title>
		<link>http://www.tech-recipes.com/rx/337/show-media-type-supported-by-an-interface/</link>
		<comments>http://www.tech-recipes.com/rx/337/show-media-type-supported-by-an-interface/#comments</comments>
		<pubDate>Fri, 16 Jan 2004 19:49:52 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This command is useful for showing the valid media options for an interface

ifconfig -m ep0

ep0: flags=8843 mtu 1500
        inet 161.81.18.66 netmask 0xfffffff8 broadcast 161.81.18.71
        ether 00:12:ff:97:a1:86
        media: Ethernet 10baseT/UTP
      [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/337/show-media-type-supported-by-an-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting ISO images under freebsd</title>
		<link>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/</link>
		<comments>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/#comments</comments>
		<pubDate>Fri, 16 Jan 2004 19:32:30 +0000</pubDate>
		<dc:creator>Michilimackinac</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This command is useful for mounting ISO images under FreeBSD.
You have to the vnode driver in your kernel or loaded as a module.


Check for vn driver with &#8220;kldstat -v&#8221; command:

% kldstat -v &#124; grep vn
                 8 vn
%

Configure vnode disk:

% [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/336/mounting-iso-images-under-freebsd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/11 queries in 0.887 seconds using memcached
Object Caching 358/381 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-09 23:39:43 -->
