<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: FreeBSD: How To Add A Second Hard Disk</title> <atom:link href="http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Franklin</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-66734</link> <dc:creator>Franklin</dc:creator> <pubDate>Thu, 12 Jan 2012 19:01:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-66734</guid> <description>Thanks for this.. You are a life saver!  FreeBSD has a steep learning curve when most of your experience is with RedHat.</description> <content:encoded><![CDATA[<p>Thanks for this.. You are a life saver!  FreeBSD has a steep learning curve when most of your experience is with RedHat.</p> ]]></content:encoded> </item> <item><title>By: musang</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-56280</link> <dc:creator>musang</dc:creator> <pubDate>Sat, 12 Mar 2011 01:24:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-56280</guid> <description>install FBSD 8.2 release, try sysinstall, but something prevent me from formating 2nd harddisk. better address this issue.</description> <content:encoded><![CDATA[<p>install FBSD 8.2 release, try sysinstall, but something prevent me from formating 2nd harddisk. better address this issue.</p> ]]></content:encoded> </item> <item><title>By: Marius van Witzenburg</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-55813</link> <dc:creator>Marius van Witzenburg</dc:creator> <pubDate>Sun, 20 Feb 2011 19:42:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-55813</guid> <description>You could do:
cp -a /usr/* /usr0/
This would be the same as defining -RpP.</description> <content:encoded><![CDATA[<p>You could do:</p><p>cp -a /usr/* /usr0/</p><p>This would be the same as defining -RpP.</p> ]]></content:encoded> </item> <item><title>By: Olli Kaven</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-50982</link> <dc:creator>Olli Kaven</dc:creator> <pubDate>Fri, 19 Nov 2010 12:43:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-50982</guid> <description>Thanks for the great article. Worked fine with FreeBSD 8.0.</description> <content:encoded><![CDATA[<p>Thanks for the great article. Worked fine with FreeBSD 8.0.</p> ]]></content:encoded> </item> <item><title>By: Paul Webster</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-40983</link> <dc:creator>Paul Webster</dc:creator> <pubDate>Tue, 31 Mar 2009 13:09:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-40983</guid> <description>make that &#039;cp -RpP /usr/* /usr0/&#039;</description> <content:encoded><![CDATA[<p>make that &#8216;cp -RpP /usr/* /usr0/&#8217;</p> ]]></content:encoded> </item> <item><title>By: Paul Webster</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-40982</link> <dc:creator>Paul Webster</dc:creator> <pubDate>Tue, 31 Mar 2009 12:50:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-40982</guid> <description>Joe Poniatowsk, To move /usr to another partition.
First thing to do is put the new disk in the system, once this is completed boot from the installation cd (any of them) use sysinstall to create a directory called /usr0 on that disk. dont use &#039;q&#039; use &#039;w&#039; at every stage, then reboot the system do not install.
when the system reboots choose to go to single usermode, do the following:
mount -w /
mount -r /usr
mkdir /usr0
mount -w /dev/ /usr0
Now you just need to copy your /usr to /usr0 preserving partitions!
cp -rpP /usr/* /usr0/
now just alter fstab to use the new drive for /usr (the one that is currently mounted as /usr0) and wallah. reboot</description> <content:encoded><![CDATA[<p>Joe Poniatowsk, To move /usr to another partition.</p><p>First thing to do is put the new disk in the system, once this is completed boot from the installation cd (any of them) use sysinstall to create a directory called /usr0 on that disk. dont use &#8216;q&#8217; use &#8216;w&#8217; at every stage, then reboot the system do not install.</p><p>when the system reboots choose to go to single usermode, do the following:</p><p>mount -w /<br
/> mount -r /usr<br
/> mkdir /usr0<br
/> mount -w /dev/ /usr0</p><p>Now you just need to copy your /usr to /usr0 preserving partitions!</p><p>cp -rpP /usr/* /usr0/</p><p>now just alter fstab to use the new drive for /usr (the one that is currently mounted as /usr0) and wallah. reboot</p> ]]></content:encoded> </item> <item><title>By: nexus</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-40564</link> <dc:creator>nexus</dc:creator> <pubDate>Tue, 03 Mar 2009 03:37:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-40564</guid> <description>Loved this article, actually used it to for a local computer meeting dealing with this exact issue. Worked out like a charm.</description> <content:encoded><![CDATA[<p>Loved this article, actually used it to for a local computer meeting dealing with this exact issue. Worked out like a charm.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-40106</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Tue, 03 Feb 2009 13:27:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-40106</guid> <description>There is no easy solution to your problem. Vinum could have saved your time, if it was implemented in first place.</description> <content:encoded><![CDATA[<p>There is no easy solution to your problem. Vinum could have saved your time, if it was implemented in first place.</p> ]]></content:encoded> </item> <item><title>By: Joe Poniatowski</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-40105</link> <dc:creator>Joe Poniatowski</dc:creator> <pubDate>Tue, 03 Feb 2009 13:01:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-40105</guid> <description>Great info.  Now I want to move an existing partition like /usr to the new drive.  I could copy everything from the existing /usr to the new partition, then delete it and create a symbolic link to the new location.  But is there a better way?</description> <content:encoded><![CDATA[<p>Great info.  Now I want to move an existing partition like /usr to the new drive.  I could copy everything from the existing /usr to the new partition, then delete it and create a symbolic link to the new location.  But is there a better way?</p> ]]></content:encoded> </item> <item><title>By: Roland</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-39721</link> <dc:creator>Roland</dc:creator> <pubDate>Tue, 06 Jan 2009 01:55:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-39721</guid> <description>Thank you!!!!  I just started changing my servers to run FreeBSD and tutorials like these are the reason why.  This was awesome.</description> <content:encoded><![CDATA[<p>Thank you!!!!  I just started changing my servers to run FreeBSD and tutorials like these are the reason why.  This was awesome.</p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://www.cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/#comment-39280</link> <dc:creator>James</dc:creator> <pubDate>Fri, 21 Nov 2008 04:19:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1540#comment-39280</guid> <description>Hey thanks for this write up, all went exactly as you have explained. I am left with one question. I would like to be able to access my new drive /disk2 via ftp. I tried to symbolically link a directory I created on new drive to my home folder. Error said too many levels of symbolic links. Should I just change mount mount to a new directory within my home directory. Ex. Home2. Sorry for newb question but thank you for this tutorial.</description> <content:encoded><![CDATA[<p>Hey thanks for this write up, all went exactly as you have explained. I am left with one question. I would like to be able to access my new drive /disk2 via ftp. I tried to symbolically link a directory I created on new drive to my home folder. Error said too many levels of symbolic links. Should I just change mount mount to a new directory within my home directory. Ex. Home2. Sorry for newb question but thank you for this tutorial.</p> ]]></content:encoded> </item> </channel> </rss>
