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>
nano /etc/fstab
</div><br />
Add the line to ''/etc/fstab'' provided in the ''hda-diskmount '' output in '''<span style="color: blue;">BLUE</span>''' and change the second value (path) to ''/var/hda/files''.
:EXAMPLE OUTPUT (Original):
UUID=547b073d-e591-4913-b4fb-7c5084353979 <strong>/var/hda/files</strong> ext4 defaults 1 2
'''DO NOT''' change anything else from the '''<span style="color: blue;">BLUE</span>''' line in the ''hda-diskmount '' output.
:EXAMPLE:
<span style="color:#0000FF">'''UUID=547b073d-e591-4913-b4fb-7c5084353979 /var/hda/files ext4 defaults 1 2'''</span>
Finally executethe following:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mount -a
12,424

edits