Changes

From Amahi Wiki
Jump to: navigation, search
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.
12,424

edits