Changes

From Amahi Wiki
Jump to: navigation, search
All Linux, Windows and Mac partitions on non-removable disks have been mounted
Move all the shares data to the new drive by executing the following command (replace path in '''<span style="color: red;">RED</span> ''' with the path from the hda-diskmount output):
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mv /var/hda/files/* <strong style="color:red">/var/hda/files/drives/drive1/</strong>
umount /var/hda/files/drives/drive1/
</div>
To mount the new hard drive permanently, There will be multiple lines for multiple hard drive(s) added. Ensure you copy and add a new line at '''ONLY''' those which were not present in the bottom of ''/etc/fstabbefore.txt''file.  Use the ''nano'' command line editor:<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
nano /etc/fstab
</div><br />Use the line provided in the hda-diskmount result (the output in '''<span style="color: blue one) ;">BLUE</span>''' and change the second value (the path). Replace the second value with to ''/var/hda/files''.
:EXAMPLE (Original):
12,424

edits