Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
=Quickstart=
A secondary hard drive (fat32, ntfs, etc) can be added for additional storage in your Amahi HDA. First thing's first, make sure your drive is connected properly and detected by the bios.You can check this with the following command (run before and after connecting the (USB)disk): <code>root@localhost # dmesg</code>
<ul><li>download the [http://wiki.amahi.org/images/c/c6/Diskmounter.sh diskmounter] script</li>
<li>run the following command on the script: <code>root@localhost#chmod 755 Diskmounter.sh</code></li><li>run the script: <code>root@localhost#./Diskmounter.sh</code><br>
Answer "yes" to the prompt to make the drive world writable.</li>
<li>install pmount if you get an error: <code>root@localhost#yum -y install pmount</code></li><li>try to run the script again: <code>root@localhost#./Diskmounter.sh</code></li>
<li>reboot</li>
<li>check your /etc/fstab how the disk is mounted: <code>root@localhost#cat /etc/fstab</code> (it will usually be the last line that's added). Edit it to where you want to mount it.</li>
</ul>
33

edits