Changes

From Amahi Wiki
Jump to: navigation, search
* [http://en.wikipedia.org/wiki/GUID_Partition_Table GUID-partitioned] hard drives (such as those previously used in a Mac or have GPT partition tables) are not supported in this tutorial.
* [http://en.wikipedia.org/wiki/GNU_nano nano] is used as the command-line text editor (refer to [httphttps://www.howtogeeklinuxize.com/howto/42980post/thehow-beginnersto-guide-touse-nano-the-linux-command-line-text-editor/ beginners guide how to install/use the nanoeditor] as needed).
=Prerequisites=
Fedora
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
yum dnf -y install pmount fuse fuse-libs ntfs-3g util-linux-ng parted nano
</div>
:'''NOTE:''' <code>yum</code> (deprecated) has been replaced with <code>dnf</code> as the package manager for Fedora 23 and greater package manager.
Ubuntu
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
</div></blockquote>
Up to 2TB, at the ''(parted)'' prompt, enter:
# mklabel msdos (answer ''yes'' when if prompted)
# mkpart primary 0% 100%
# quit
<br />
Greater than 2TB, at the ''(parted)'' prompt, enter:
# mklabel gpt (answer ''yes'' when if prompted)
# mkpart primary 0% 100%
# quit
Answer ''yes''. The <code>-cn</code> option we're using can safely be used on mounted file systems.
==Power Spin Down Hard Drives==
Low power is a good thing to have in servers. If you do not use your server very often, you may want to force the hard drives to spin down faster than the default. Here is how.
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
4,146

edits