Changes

From Amahi Wiki
Jump to: navigation, search
<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/
</div></blockquote><br />
:EXAMPLE:
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
nano /etc/fstab
</div></blockquote><br />
:EXAMPLE:
#
<blockquote><div style="border: 1px solid #A3B1BF; padding: .5em 1em; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
mount -a
</div></blockquote><br />
:If all goes well, there should not be any output. If there are errors, stop and diagnose the problem.
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 the [[Partitions_Over_2.1_TB|Partitions over 2.1TB]] guidance.
12,424

edits