<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Politicalespionage : Changing RAID mode</title>
  <link>http://www.Politicalespionage.com/</link>
  <description><![CDATA[This is an XML content feed of; Politicalespionage : Computer tips : Changing RAID mode]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 03:21:36 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jun 2024 17:34:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.Politicalespionage.com/RSS_post_feed.asp?TID=1175</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Politicalespionage]]></title>
   <url>http://www.Politicalespionage.com/forum_images/web_wiz_forums.png</url>
   <link>http://www.Politicalespionage.com/</link>
  </image>
  <item>
   <title><![CDATA[Changing RAID mode : if Change to RAID mode from AHCI...]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1175&amp;PID=1185&amp;title=changing-raid-mode#1185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> 1175<br /><strong>Posted:</strong> 24 Jun 2024 at 5:34pm<br /><br /><div>if Change to RAID mode from AHCI mode or IDE mode without re-installing OS</div><div>&nbsp;</div><div>1.Exit all Windows-based programs.</div><div>&nbsp;2.Press &#091;Win&#093; + R or take the RUN option from the start menu.</div><div>&nbsp;3.Now type regedit there and press Enter Key to open up the Registry Editor Window.</div><div>&nbsp;4.If you receive the User Account Control dialog box, click Continue.</div><div>&nbsp;5.Locate and then click the following registry subkeys:&nbsp;</div><div><br></div><div>Code:</div><div>&nbsp;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci</div><div>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV</div><div>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStor</div><div>&nbsp;</div><div>6.In the right pane, right-click Start in the Name column, and then click Modify.</div><div>&nbsp;7.In the Value data box, type 0 &#091;3 is default&#093;, and then click OK.</div><div>&nbsp;8.On the File menu, click Exit to close Registry Editor.</div><div>&nbsp;9.Restart your computer</div><div>&nbsp;10.Go to UEFI/BIOS and enable RAID, Save &amp; Reboot</div><div>&nbsp;11.Another restart will be required to finish the driver installation.</div><div><br></div><div>sudo nano /etc/network/interfaces</div><div><br></div><div>Enter your root password, once your prefered editor opens the file you can see...</div><div><br></div><div>auto lo eth0</div><div>iface lo inet loopback</div><div>iface eth0 inet dynamicIf you have more than one network card, please be sure to make changes to the correct network interface.</div><div><br></div><div>Statically configured network cards will have a section like:</div><div><br></div><div>auto lo eth0</div><div>iface lo inet loopback</div><div>iface eth0 inet static</div><div>&nbsp; &nbsp; &nbsp; &nbsp; address xxx.xxx.xxx.xxx(enter your ip here)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; netmask xxx.xxx.xxx.xxx</div><div>&nbsp; &nbsp; &nbsp; &nbsp; gateway xxx.xxx.xxx.xxx(enter gateway ip here</div><div><br></div><div>Manually restart your network interface with the new settings:</div><div><br></div><div>sudo /etc/init.d/networking restart</div><div><br></div><div>53.25 watt hour for battery life&nbsp;</div><div><br></div><div>sudo fdisk -l</div><div>Find your device in the list, it is probably something like /dev/sdb1. For more information about filesystems, see LinuxFilesystemsExplained.&nbsp;</div><div><br></div><div><br></div><div><br></div><div>Create the Mount Point</div><div>&nbsp;</div><div>Now we need to create a mount point for the device, let's say we want to call it "external". You can call it whatever you want, just please don't use spaces in the name or it gets a little more complicated - use an underscore to separate words (like "my_external"). Create the mount point:&nbsp;</div><div>sudo mkdir /media/external</div><div>&nbsp;</div><div><br></div><div>Mount the Drive</div><div>&nbsp;</div><div><br></div><div><br></div><div><br></div><div>We can now mount the drive. Let's say the device is /dev/sdb1, the filesystem is FAT16 or FAT32 (like it is for most USB flash drives), and we want to mount it at /media/external (having already created the mount point):&nbsp;</div><div>sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=1000,utf8,dmask=027,fmask=137</div><div>The options following the "-o" allow your user to have ownership of the drive, and the masks allow for extra security for file system permissions. If you don't use those extra options you may not be able to read and write the drive with your regular username.&nbsp;</div><div><br></div><div>Otherwise if the device is formatted with NTFS, run:&nbsp;</div><div>sudo mount -t ntfs-3g /dev/sdb1 /media/external</div><div><br></div><div>Installing the BXbenchV1556</div><div><br></div><div>first you have to change permissions on the folders&nbsp;</div><div><br></div><div>sudo chown -R username:username /var/www/html/html</div><div><br></div><div>Then you can just drop the bxbench_v1556.tgz into the folder html, then select extract. ALL DONE!</div><div><br></div><div>======================================================================================================</div><div>how to create ubuntu ISO USB</div><div>=====================================</div><div><a href="https://help.ubuntu.com/community/Installati&#111;n/FromUSBStick#Installing_Ubuntu_directly" target="_blank" rel="nofollow">https://help.ubuntu.com/community/Installation/FromUSBStick#Installing_Ubuntu_directly</a></div><div>_on_a_USB_flash_drive</div><div>===============================================================================</div><div>Isntalling Chrome OS</div><div>================================================================================</div><div><a href="https://sites.google.com/site/installati&#111;nubuntu/chrome-os/make-your-own-chromium-os-notebook" target="_blank" rel="nofollow">https://sites.google.com/site/installationubuntu/chrome-os/make-your-own-chromium-os-notebook</a></div><div><br></div><div><br></div><div>===================================BKMS==============</div><div>\\VMSPFSFSFM23\ClientBKMsWLs\Setup\Misc Files</div><div><br></div><div><br></div><div><br></div><div><br></div><div>90D3D-6B277-F69C3-AE8CB-CED41 MM12</div><div><br></div><div><br></div><div>=======================EEMBC====================================</div><div><br></div><div><br></div><div><br></div><div><br></div><div>Installing</div><div><br></div><div><br></div><div>To run this benchmark you will need the following hardware :</div><div>&nbsp;Server specs</div><div>&nbsp;Processor: x86 quad core 2GHz or better</div><div>&nbsp;Memory: 4Gb DDR2 or better</div><div>&nbsp;Router specs</div><div>&nbsp;Wifi router: DLink DIR-615 or better</div><div><br></div><div>And the following software :</div><div>&nbsp;Install Ubuntu linux 10.04.1 (lucid lynx, stable)</div><div>&nbsp;Install Apache version 2.2.14-5 (sudo apt-get install apache2/lucid=2.2.14-5)</div><div>&nbsp;Install PHP version 5.3.2-1 (sudo apt-get install php5/lucid=5.3.2-1)</div><div><br></div><div>Once the server is up and running, install the benchmark :</div><div><br></div><div>1 Copy the benchmark distribution to the server and unpack it in /var/www/html&nbsp;</div><div><br></div><div>sudo mkdir -p /var/www/html &amp;&amp; sudo chmod a+wx /var/www/html</div><div>cd /var/www/html &amp;&amp; tar -vzxf &lt;path to tarball&gt;</div><div><br></div><div>2 Create a writeable folder for the server to save results.&nbsp;</div><div><br></div><div>mkdir /var/www/html/bench/results &amp;&amp; chmod a+wx /var/www/html/bench/results</div><div><br></div><div>3 Update the apache2 configuration to run the benchmark&nbsp;</div><div><br></div><div>cd /var/www/html/install &amp;&amp; chmod +x ubuntu_bbench.sh &amp;&amp; sudo ./ubuntu_bbench.sh</div><div>sudo apache2ctl restart</div><div><br></div><div>4 Enable apache user to run /sbin/tc as super user&nbsp;</div><div>+</div><div>sudo visudo</div><div>&nbsp;In vi, add the following line to the end of the file:</div><div>&nbsp;www-data ALL = NOPASSWD: /sbin/tc</div><div><br></div><div><br></div><div><br></div><div>Running in server mode</div><div><br></div><div><br></div><div>From a client running a browser, go to the server ip address or hostname.&nbsp; You will see the following the browsing bench interface.</div><div><br></div><div>From here you can : 1 - Press&nbsp; START&nbsp; to start the benchmark running.&nbsp; 2 - Select a folder on the server to save the results, and enter platform details for the log.&nbsp; 3 - Select the help panel to see a reference for all of the user interface options.&nbsp; 4 - Select&nbsp; ENABLE ENGINEERING MODE&nbsp; from the control panel to enable advanced options.</div><div><br></div><div>Note</div><div><br></div><div>On the server, you can monitor the progress of the current run of the benchmark as follows:</div><div><br></div><div>cd /var/www/html</div><div>watch ./progress.sh</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:34:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1175&amp;PID=1185&amp;title=changing-raid-mode#1185</guid>
  </item> 
 </channel>
</rss>