Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83711
Collapse All | Expand All

(-)hb-install-alpha-disk.xml (+7 lines)
Lines 778-785 Link Here
778
example we mount the root and boot partition:
778
example we mount the root and boot partition:
779
</p>
779
</p>
780
780
781
<warn>
782
If you are using an ext3 filesystem, you need to explicitly use the <i>mount -t 
783
ext3</i> option.
784
</warn>
785
781
<pre caption="Mounting partitions">
786
<pre caption="Mounting partitions">
782
# <i>mount /dev/sda2 /mnt/gentoo</i>
787
# <i>mount /dev/sda2 /mnt/gentoo</i>
788
<comment>(For ext3 filesystem)</comment>
789
# <i>mount -t ext3 /dev/sda2 /mnt/gentoo</i>
783
</pre>
790
</pre>
784
791
785
<note>
792
<note>

Return to bug 83711