Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
<ul><li>connect your disk</li>
<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