Changes

From Amahi Wiki
Jump to: navigation, search
563 bytes added ,  04:10, 27 February 2013
m
}}
</blockquote>
* Whenever a drive is formatted in Linux, about 5% is reserved of the total space on the drive for the operating system to continue using the hard drive to operate, even if it gets full. This is totally unnecessary for a USB external hard drive if it to stores only data and not to run an operating system.
<blockquote>Enter the following to remove the reserved space:
{{Code|tune2fs -m 0 /dev/sdb1}}
</blockquote>
<blockquote>The following information is displayed:
{{Text|Text=tune2fs 1.42.5 (29-Jul-2012)
Setting reserved blocks percentage to 0% (0 blocks)
}}
===Install rsnapshot===