Changes

From Amahi Wiki
Jump to: navigation, search
=Troubleshooting=
==hda-diskmount==
If ''hda-diskmount'' does not mount the hard drive, you can manually do it.
Complete the following steps:
* Create the mount point (choose one '''NOT''' in use)
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mkdir -p /var/hda/files/drives/drive1
</div></blockquote><br />
* Identify the hard drive to mount and copy the UUID from the output that corresponds to the hard drive (i.e. sdb)
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
ls -l /dev/disk/by-uuid/
:The UUID for sdX1 (i.e. sdb1 is <span style="color:#FF0000">'''RED'''</span>).
* Add the following to the end of ''/etc/fstab'', replacing the UUID as captured in the previous step
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
nano /etc/fstab
:The new entry will be mounted as ''/var/hda/files/drives/drive1'' (i.e. sdb1 in '''<span style="color:#0000FF">BLUE</span>''')
* Mount the hard drive
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mount -a
:If all goes well, there should not be any output. If there are errors, stop and diagnose the problem.
* Accomplish [[Adding_Hard_Drives_101#Verify/Test|Verify/Test]] step to ensure the hard drive is properly mounted.<br /> 
Repeat this process for each hard drive to be mounted.
==Partitions > 2.1TB==
If by following this tutorial you are unable to mount hard drives with partitions > 2.1TB, refer to [[Partitions_Over_2.1_TB|Partitions over 2.1TB]] guidance.
=Help=
If you need assistance, please post in the [https://forums.amahi.org Amahi Forums] or receive '''LIVE''' support on the [http://talk.amahi.org Amahi IRC channel].
12,424

edits